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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClientSupportedServerVersions()
      string client_supported_server_versions = 2;
      com.google.protobuf.ByteString getClientSupportedServerVersionsBytes()
      string client_supported_server_versions = 2;
      java.lang.String getServerVersion()
      string server_version = 1;
      com.google.protobuf.ByteString getServerVersionBytes()
      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 Detail

      • getServerVersion

        java.lang.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

        java.lang.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.