Interface GetClusterInfoResponseOrBuilder

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

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

    • getSupportedClientsCount

      int getSupportedClientsCount()
       Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
       Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
       
      map<string, string> supported_clients = 1;
    • containsSupportedClients

      boolean containsSupportedClients(String key)
       Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
       Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
       
      map<string, string> supported_clients = 1;
    • getSupportedClients

      @Deprecated Map<String,String> getSupportedClients()
      Deprecated.
    • getSupportedClientsMap

      Map<String,String> getSupportedClientsMap()
       Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
       Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
       
      map<string, string> supported_clients = 1;
    • getSupportedClientsOrDefault

      String getSupportedClientsOrDefault(String key, String defaultValue)
       Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
       Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
       
      map<string, string> supported_clients = 1;
    • getSupportedClientsOrThrow

      String getSupportedClientsOrThrow(String key)
       Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
       Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
       
      map<string, string> supported_clients = 1;
    • getServerVersion

      String getServerVersion()
      string server_version = 2;
      Returns:
      The serverVersion.
    • getServerVersionBytes

      com.google.protobuf.ByteString getServerVersionBytes()
      string server_version = 2;
      Returns:
      The bytes for serverVersion.
    • getClusterId

      String getClusterId()
      string cluster_id = 3;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
      string cluster_id = 3;
      Returns:
      The bytes for clusterId.
    • hasVersionInfo

      boolean hasVersionInfo()
      .temporal.api.version.v1.VersionInfo version_info = 4;
      Returns:
      Whether the versionInfo field is set.
    • getVersionInfo

      VersionInfo getVersionInfo()
      .temporal.api.version.v1.VersionInfo version_info = 4;
      Returns:
      The versionInfo.
    • getVersionInfoOrBuilder

      VersionInfoOrBuilder getVersionInfoOrBuilder()
      .temporal.api.version.v1.VersionInfo version_info = 4;
    • getClusterName

      String getClusterName()
      string cluster_name = 5;
      Returns:
      The clusterName.
    • getClusterNameBytes

      com.google.protobuf.ByteString getClusterNameBytes()
      string cluster_name = 5;
      Returns:
      The bytes for clusterName.
    • getHistoryShardCount

      int getHistoryShardCount()
      int32 history_shard_count = 6;
      Returns:
      The historyShardCount.
    • getPersistenceStore

      String getPersistenceStore()
      string persistence_store = 7;
      Returns:
      The persistenceStore.
    • getPersistenceStoreBytes

      com.google.protobuf.ByteString getPersistenceStoreBytes()
      string persistence_store = 7;
      Returns:
      The bytes for persistenceStore.
    • getVisibilityStore

      String getVisibilityStore()
      string visibility_store = 8;
      Returns:
      The visibilityStore.
    • getVisibilityStoreBytes

      com.google.protobuf.ByteString getVisibilityStoreBytes()
      string visibility_store = 8;
      Returns:
      The bytes for visibilityStore.
    • getInitialFailoverVersion

      long getInitialFailoverVersion()
      int64 initial_failover_version = 9;
      Returns:
      The initialFailoverVersion.
    • getFailoverVersionIncrement

      long getFailoverVersionIncrement()
      int64 failover_version_increment = 10;
      Returns:
      The failoverVersionIncrement.