public interface NamespaceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIamPolicy()
public abstract IAMPolicy getIamPolicy()IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;
| Returns | |
|---|---|
| Type | Description |
IAMPolicy |
The iamPolicy. |
getIamPolicyOrBuilder()
public abstract IAMPolicyOrBuilder getIamPolicyOrBuilder()IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;
| Returns | |
|---|---|
| Type | Description |
IAMPolicyOrBuilder |
|
getName()
public abstract String getName()Name of the given namespace.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the given namespace.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasIamPolicy()
public abstract boolean hasIamPolicy()IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the iamPolicy field is set. |