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 Detail

      • 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​(java.lang.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
        java.util.Map<java.lang.String,​java.lang.String> getSupportedClients()
        Deprecated.
      • getSupportedClientsMap

        java.util.Map<java.lang.String,​java.lang.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

        java.lang.String getSupportedClientsOrDefault​(java.lang.String key,
                                                      java.lang.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

        java.lang.String getSupportedClientsOrThrow​(java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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

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

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