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 IAMPolicy
getIamPolicy()
IAM policy associated with this namespace.IAMPolicyOrBuilder
getIamPolicyOrBuilder()
IAM policy associated with this namespace.String
getName()
Name of the given namespace.com.google.protobuf.ByteString
getNameBytes()
Name of the given namespace.boolean
hasIamPolicy()
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;
-
-