org.apache.hadoop.ipc.protobuf
Interface ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtocolInfoProtos.GetProtocolVersionsRequestProto, ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
Enclosing class:
ProtocolInfoProtos

public static interface ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getProtocol()
          required string protocol = 1;
 com.google.protobuf.ByteString getProtocolBytes()
          required string protocol = 1;
 boolean hasProtocol()
          required string protocol = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasProtocol

boolean hasProtocol()
required string protocol = 1;
 Protocol name
 


getProtocol

String getProtocol()
required string protocol = 1;
 Protocol name
 


getProtocolBytes

com.google.protobuf.ByteString getProtocolBytes()
required string protocol = 1;
 Protocol name
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.