Interface GetSystemInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSystemInfoResponse,GetSystemInfoResponse.Builder
@Generated(value="protoc",
comments="annotations:GetSystemInfoResponseOrBuilder.java.pb.meta")
public interface GetSystemInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAll capabilities the system supports.All capabilities the system supports.Version of the server.com.google.protobuf.ByteStringVersion of the server.booleanAll capabilities the system supports.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
-
getServerVersion
String getServerVersion()Version of the server.
string server_version = 1;- Returns:
- The serverVersion.
-
getServerVersionBytes
com.google.protobuf.ByteString getServerVersionBytes()Version of the server.
string server_version = 1;- Returns:
- The bytes for serverVersion.
-
hasCapabilities
boolean hasCapabilities()All capabilities the system supports.
.temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;- Returns:
- Whether the capabilities field is set.
-
getCapabilities
GetSystemInfoResponse.Capabilities getCapabilities()All capabilities the system supports.
.temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;- Returns:
- The capabilities.
-
getCapabilitiesOrBuilder
GetSystemInfoResponse.CapabilitiesOrBuilder getCapabilitiesOrBuilder()All capabilities the system supports.
.temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;
-