Interface NamespaceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Namespace,Namespace.Builder
public interface NamespaceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAMPolicygetIamPolicy()IAM policy associated with this namespace.IAMPolicyOrBuildergetIamPolicyOrBuilder()IAM policy associated with this namespace.StringgetName()Name of the given namespace.com.google.protobuf.ByteStringgetNameBytes()Name of the given namespace.booleanhasIamPolicy()IAM policy associated with this namespace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the given namespace.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the given namespace.
string name = 1;- Returns:
- The bytes for name.
-
hasIamPolicy
boolean hasIamPolicy()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;- Returns:
- Whether the iamPolicy field is set.
-
getIamPolicy
IAMPolicy getIamPolicy()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;- Returns:
- The iamPolicy.
-
getIamPolicyOrBuilder
IAMPolicyOrBuilder getIamPolicyOrBuilder()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;
-
-