public interface NamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the given namespace.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the given namespace.
string name = 1;boolean hasIamPolicy()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;IAMPolicy getIamPolicy()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;IAMPolicyOrBuilder getIamPolicyOrBuilder()
IAM policy associated with this namespace.
.google.cloud.datafusion.v1beta1.IAMPolicy iam_policy = 2;Copyright © 2023 Google LLC. All rights reserved.