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 Summary
Modifier and TypeMethodDescriptionbooleanKey is client name i.e "temporal-go", "temporal-java", or "temporal-cli".string cluster_id = 3;com.google.protobuf.ByteStringstring cluster_id = 3;string cluster_name = 5;com.google.protobuf.ByteStringstring cluster_name = 5;longint64 failover_version_increment = 10;intint32 history_shard_count = 6;longint64 initial_failover_version = 9;string persistence_store = 7;com.google.protobuf.ByteStringstring persistence_store = 7;string server_version = 2;com.google.protobuf.ByteStringstring server_version = 2;Deprecated.intKey is client name i.e "temporal-go", "temporal-java", or "temporal-cli".Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".getSupportedClientsOrDefault(String key, String defaultValue) Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli"..temporal.api.version.v1.VersionInfo version_info = 4;.temporal.api.version.v1.VersionInfo version_info = 4;string visibility_store = 8;com.google.protobuf.ByteStringstring visibility_store = 8;boolean.temporal.api.version.v1.VersionInfo version_info = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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.UsegetSupportedClientsMap()instead. -
getSupportedClientsMap
-
getSupportedClientsOrDefault
-
getSupportedClientsOrThrow
-
getServerVersion
-
getServerVersionBytes
com.google.protobuf.ByteString getServerVersionBytes()string server_version = 2;- Returns:
- The bytes for serverVersion.
-
getClusterId
-
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
-
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
-
getPersistenceStoreBytes
com.google.protobuf.ByteString getPersistenceStoreBytes()string persistence_store = 7;- Returns:
- The bytes for persistenceStore.
-
getVisibilityStore
-
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.
-