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

    Modifier and Type
    Method
    Description
    string client_name = 2;
    com.google.protobuf.ByteString
    string client_name = 2;
    string client_version = 1;
    com.google.protobuf.ByteString
    string client_version = 1;
    string supported_versions = 3;
    com.google.protobuf.ByteString
    string supported_versions = 3;

    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

    • getClientVersion

      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

      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

      String getSupportedVersions()
      string supported_versions = 3;
      Returns:
      The supportedVersions.
    • getSupportedVersionsBytes

      com.google.protobuf.ByteString getSupportedVersionsBytes()
      string supported_versions = 3;
      Returns:
      The bytes for supportedVersions.