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 TypeMethodDescriptionstring client_name = 2;com.google.protobuf.ByteStringstring client_name = 2;string client_version = 1;com.google.protobuf.ByteStringstring client_version = 1;string supported_versions = 3;com.google.protobuf.ByteStringstring supported_versions = 3;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
-
getClientVersion
-
getClientVersionBytes
com.google.protobuf.ByteString getClientVersionBytes()string client_version = 1;- Returns:
- The bytes for clientVersion.
-
getClientName
-
getClientNameBytes
com.google.protobuf.ByteString getClientNameBytes()string client_name = 2;- Returns:
- The bytes for clientName.
-
getSupportedVersions
-
getSupportedVersionsBytes
com.google.protobuf.ByteString getSupportedVersionsBytes()string supported_versions = 3;- Returns:
- The bytes for supportedVersions.
-