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.String getNamespaceId()
      The namespace that is allowed to call into this endpoint.
      com.google.protobuf.ByteString getNamespaceIdBytes()
      The namespace that is allowed to call into this endpoint.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.