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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExpectedVersion
String getExpectedVersion()
string expectedVersion = 1;- Returns:
 - The expectedVersion.
 
 
- 
getExpectedVersionBytes
com.google.protobuf.ByteString getExpectedVersionBytes()
string expectedVersion = 1;- Returns:
 - The bytes for expectedVersion.
 
 
- 
hasProgLang
boolean hasProgLang()
optional string prog_lang = 2;- Returns:
 - Whether the progLang field is set.
 
 
- 
getProgLang
String getProgLang()
optional string prog_lang = 2;- Returns:
 - The progLang.
 
 
- 
getProgLangBytes
com.google.protobuf.ByteString getProgLangBytes()
optional string prog_lang = 2;- Returns:
 - The bytes for progLang.
 
 
 - 
 
 -