Interface AllowedCloudNamespacePolicySpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllowedCloudNamespacePolicySpec,AllowedCloudNamespacePolicySpec.Builder
@Generated(value="protoc",
comments="annotations:AllowedCloudNamespacePolicySpecOrBuilder.java.pb.meta")
public interface AllowedCloudNamespacePolicySpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace that is allowed to call into this endpoint.com.google.protobuf.ByteStringThe namespace that is allowed to call into this endpoint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespaceId
String getNamespaceId()The namespace that is allowed to call into this endpoint. Calling namespace must be in same account as the endpoint.
string namespace_id = 1;- Returns:
- The namespaceId.
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()The namespace that is allowed to call into this endpoint. Calling namespace must be in same account as the endpoint.
string namespace_id = 1;- Returns:
- The bytes for namespaceId.
-