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 Type
    Method
    Description
    string client_supported_server_versions = 2;
    com.google.protobuf.ByteString
    string client_supported_server_versions = 2;
    string server_version = 1;
    com.google.protobuf.ByteString
    string server_version = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getServerVersion

      String getServerVersion()
      string server_version = 1;
      Returns:
      The serverVersion.
    • 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.