Interface UpdateNamespaceResponseOrBuilder

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

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

      • hasNamespaceInfo

        boolean hasNamespaceInfo()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
        Returns:
        Whether the namespaceInfo field is set.
      • getNamespaceInfo

        NamespaceInfo getNamespaceInfo()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
        Returns:
        The namespaceInfo.
      • getNamespaceInfoOrBuilder

        NamespaceInfoOrBuilder getNamespaceInfoOrBuilder()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
      • hasConfig

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

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

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

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

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

        NamespaceReplicationConfigOrBuilder getReplicationConfigOrBuilder()
        .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
      • getFailoverVersion

        long getFailoverVersion()
        int64 failover_version = 4;
        Returns:
        The failoverVersion.
      • getIsGlobalNamespace

        boolean getIsGlobalNamespace()
        bool is_global_namespace = 5;
        Returns:
        The isGlobalNamespace.