org.apache.hadoop.hbase.protobuf.generated
Interface FSProtos.HBaseVersionFileContentOrBuilder

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

public static interface FSProtos.HBaseVersionFileContentOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getVersion()
          required string version = 1;
 com.google.protobuf.ByteString getVersionBytes()
          required string version = 1;
 boolean hasVersion()
          required string version = 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

hasVersion

boolean hasVersion()
required string version = 1;


getVersion

String getVersion()
required string version = 1;


getVersionBytes

com.google.protobuf.ByteString getVersionBytes()
required string version = 1;



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.