Interface HandshakeRequestPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- HandshakeRequestP,- HandshakeRequestP.Builder
 
 public interface HandshakeRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpectedVersion()string expectedVersion = 1;com.google.protobuf.ByteStringgetExpectedVersionBytes()string expectedVersion = 1;StringgetProgLang()optional string prog_lang = 2;com.google.protobuf.ByteStringgetProgLangBytes()optional string prog_lang = 2;booleanhasProgLang()optional string prog_lang = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getExpectedVersionString getExpectedVersion() string expectedVersion = 1;- Returns:
- The expectedVersion.
 
 - 
getExpectedVersionBytescom.google.protobuf.ByteString getExpectedVersionBytes() string expectedVersion = 1;- Returns:
- The bytes for expectedVersion.
 
 - 
hasProgLangboolean hasProgLang() optional string prog_lang = 2;- Returns:
- Whether the progLang field is set.
 
 - 
getProgLangString getProgLang() optional string prog_lang = 2;- Returns:
- The progLang.
 
 - 
getProgLangBytescom.google.protobuf.ByteString getProgLangBytes() optional string prog_lang = 2;- Returns:
- The bytes for progLang.
 
 
- 
 
-