Package io.temporal.api.errordetails.v1
Interface ClientVersionNotSupportedFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientVersionNotSupportedFailure,ClientVersionNotSupportedFailure.Builder
@Generated(value="protoc", comments="annotations:ClientVersionNotSupportedFailureOrBuilder.java.pb.meta") public interface ClientVersionNotSupportedFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClientName()string client_name = 2;com.google.protobuf.ByteStringgetClientNameBytes()string client_name = 2;java.lang.StringgetClientVersion()string client_version = 1;com.google.protobuf.ByteStringgetClientVersionBytes()string client_version = 1;java.lang.StringgetSupportedVersions()string supported_versions = 3;com.google.protobuf.ByteStringgetSupportedVersionsBytes()string supported_versions = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientVersion
java.lang.String getClientVersion()
string client_version = 1;- Returns:
- The clientVersion.
-
getClientVersionBytes
com.google.protobuf.ByteString getClientVersionBytes()
string client_version = 1;- Returns:
- The bytes for clientVersion.
-
getClientName
java.lang.String getClientName()
string client_name = 2;- Returns:
- The clientName.
-
getClientNameBytes
com.google.protobuf.ByteString getClientNameBytes()
string client_name = 2;- Returns:
- The bytes for clientName.
-
getSupportedVersions
java.lang.String getSupportedVersions()
string supported_versions = 3;- Returns:
- The supportedVersions.
-
getSupportedVersionsBytes
com.google.protobuf.ByteString getSupportedVersionsBytes()
string supported_versions = 3;- Returns:
- The bytes for supportedVersions.
-
-