Interface ServerVersionNotSupportedFailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerVersionNotSupportedFailure,ServerVersionNotSupportedFailure.Builder
@Generated(value="protoc",
comments="annotations:ServerVersionNotSupportedFailureOrBuilder.java.pb.meta")
public interface ServerVersionNotSupportedFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_supported_server_versions = 2;com.google.protobuf.ByteStringstring client_supported_server_versions = 2;string server_version = 1;com.google.protobuf.ByteStringstring server_version = 1;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
-
getServerVersionBytes
com.google.protobuf.ByteString getServerVersionBytes()string server_version = 1;- Returns:
- The bytes for serverVersion.
-
getClientSupportedServerVersions
String getClientSupportedServerVersions()string client_supported_server_versions = 2;- Returns:
- The clientSupportedServerVersions.
-
getClientSupportedServerVersionsBytes
com.google.protobuf.ByteString getClientSupportedServerVersionsBytes()string client_supported_server_versions = 2;- Returns:
- The bytes for clientSupportedServerVersions.
-