Interface HandshakeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HandshakeRequest
,HandshakeRequest.Builder
public interface HandshakeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring expectedVersion = 1;
com.google.protobuf.ByteString
string expectedVersion = 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
-
getExpectedVersion
String getExpectedVersion()string expectedVersion = 1;
- Returns:
- The expectedVersion.
-
getExpectedVersionBytes
com.google.protobuf.ByteString getExpectedVersionBytes()string expectedVersion = 1;
- Returns:
- The bytes for expectedVersion.
-