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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSupportedClients(java.lang.String key)Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".java.lang.StringgetClusterId()string cluster_id = 3;com.google.protobuf.ByteStringgetClusterIdBytes()string cluster_id = 3;java.lang.StringgetClusterName()string cluster_name = 5;com.google.protobuf.ByteStringgetClusterNameBytes()string cluster_name = 5;longgetFailoverVersionIncrement()int64 failover_version_increment = 10;intgetHistoryShardCount()int32 history_shard_count = 6;longgetInitialFailoverVersion()int64 initial_failover_version = 9;java.lang.StringgetPersistenceStore()string persistence_store = 7;com.google.protobuf.ByteStringgetPersistenceStoreBytes()string persistence_store = 7;java.lang.StringgetServerVersion()string server_version = 2;com.google.protobuf.ByteStringgetServerVersionBytes()string server_version = 2;java.util.Map<java.lang.String,java.lang.String>getSupportedClients()Deprecated.intgetSupportedClientsCount()Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".java.util.Map<java.lang.String,java.lang.String>getSupportedClientsMap()Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".java.lang.StringgetSupportedClientsOrDefault(java.lang.String key, java.lang.String defaultValue)Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".java.lang.StringgetSupportedClientsOrThrow(java.lang.String key)Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".VersionInfogetVersionInfo().temporal.api.version.v1.VersionInfo version_info = 4;VersionInfoOrBuildergetVersionInfoOrBuilder().temporal.api.version.v1.VersionInfo version_info = 4;java.lang.StringgetVisibilityStore()string visibility_store = 8;com.google.protobuf.ByteStringgetVisibilityStoreBytes()string visibility_store = 8;booleanhasVersionInfo().temporal.api.version.v1.VersionInfo version_info = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.UsegetSupportedClientsMap()instead.
-
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.
-
getInitialFailoverVersion
long getInitialFailoverVersion()
int64 initial_failover_version = 9;- Returns:
- The initialFailoverVersion.
-
getFailoverVersionIncrement
long getFailoverVersionIncrement()
int64 failover_version_increment = 10;- Returns:
- The failoverVersionIncrement.
-
-