Interface UpdateNamespaceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateNamespaceRequest, UpdateNamespaceRequest.Builder

@Generated(value="protoc", comments="annotations:UpdateNamespaceRequestOrBuilder.java.pb.meta") public interface UpdateNamespaceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasUpdateInfo

      boolean hasUpdateInfo()
      .temporal.api.namespace.v1.UpdateNamespaceInfo update_info = 2;
      Returns:
      Whether the updateInfo field is set.
    • getUpdateInfo

      UpdateNamespaceInfo getUpdateInfo()
      .temporal.api.namespace.v1.UpdateNamespaceInfo update_info = 2;
      Returns:
      The updateInfo.
    • getUpdateInfoOrBuilder

      UpdateNamespaceInfoOrBuilder getUpdateInfoOrBuilder()
      .temporal.api.namespace.v1.UpdateNamespaceInfo update_info = 2;
    • hasConfig

      boolean hasConfig()
      .temporal.api.namespace.v1.NamespaceConfig config = 3;
      Returns:
      Whether the config field is set.
    • getConfig

      NamespaceConfig getConfig()
      .temporal.api.namespace.v1.NamespaceConfig config = 3;
      Returns:
      The config.
    • getConfigOrBuilder

      NamespaceConfigOrBuilder getConfigOrBuilder()
      .temporal.api.namespace.v1.NamespaceConfig config = 3;
    • hasReplicationConfig

      boolean hasReplicationConfig()
      .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 4;
      Returns:
      Whether the replicationConfig field is set.
    • getReplicationConfig

      NamespaceReplicationConfig getReplicationConfig()
      .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 4;
      Returns:
      The replicationConfig.
    • getReplicationConfigOrBuilder

      NamespaceReplicationConfigOrBuilder getReplicationConfigOrBuilder()
      .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 4;
    • getSecurityToken

      String getSecurityToken()
      string security_token = 5;
      Returns:
      The securityToken.
    • getSecurityTokenBytes

      com.google.protobuf.ByteString getSecurityTokenBytes()
      string security_token = 5;
      Returns:
      The bytes for securityToken.
    • getDeleteBadBinary

      String getDeleteBadBinary()
      string delete_bad_binary = 6;
      Returns:
      The deleteBadBinary.
    • getDeleteBadBinaryBytes

      com.google.protobuf.ByteString getDeleteBadBinaryBytes()
      string delete_bad_binary = 6;
      Returns:
      The bytes for deleteBadBinary.
    • getPromoteNamespace

      boolean getPromoteNamespace()
       promote local namespace to global namespace. Ignored if namespace is already global namespace.
       
      bool promote_namespace = 7;
      Returns:
      The promoteNamespace.