Interface NamespaceOrBuilder (1.11.0)

public interface NamespaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIamPolicy()

public abstract IAMPolicy getIamPolicy()

IAM policy associated with this namespace.

.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;

Returns
TypeDescription
IAMPolicy

The iamPolicy.

getIamPolicyOrBuilder()

public abstract IAMPolicyOrBuilder getIamPolicyOrBuilder()

IAM policy associated with this namespace.

.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;

Returns
TypeDescription
IAMPolicyOrBuilder

getName()

public abstract String getName()

Name of the given namespace.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the given namespace.

string name = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the iamPolicy field is set.