Package io.temporal.api.cloud.nexus.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespaceId()The namespace that is allowed to call into this endpoint.com.google.protobuf.ByteStringgetNamespaceIdBytes()The namespace that is allowed to call into this endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespaceId
java.lang.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.
-
-