org.apache.hadoop.hbase.protobuf.generated
Class SnapshotProtos.SnapshotFileInfo.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotFileInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, SnapshotProtos.SnapshotFileInfoOrBuilder
Enclosing class:
SnapshotProtos.SnapshotFileInfo

public static final class SnapshotProtos.SnapshotFileInfo.Builder
extends com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>
implements SnapshotProtos.SnapshotFileInfoOrBuilder

Protobuf type SnapshotFileInfo


Method Summary
 SnapshotProtos.SnapshotFileInfo build()
           
 SnapshotProtos.SnapshotFileInfo buildPartial()
           
 SnapshotProtos.SnapshotFileInfo.Builder clear()
           
 SnapshotProtos.SnapshotFileInfo.Builder clearHfile()
          optional string hfile = 3;
 SnapshotProtos.SnapshotFileInfo.Builder clearType()
          required .SnapshotFileInfo.Type type = 1;
 SnapshotProtos.SnapshotFileInfo.Builder clearWalName()
          optional string wal_name = 5;
 SnapshotProtos.SnapshotFileInfo.Builder clearWalServer()
          optional string wal_server = 4;
 SnapshotProtos.SnapshotFileInfo.Builder clone()
           
 SnapshotProtos.SnapshotFileInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getHfile()
          optional string hfile = 3;
 com.google.protobuf.ByteString getHfileBytes()
          optional string hfile = 3;
 SnapshotProtos.SnapshotFileInfo.Type getType()
          required .SnapshotFileInfo.Type type = 1;
 String getWalName()
          optional string wal_name = 5;
 com.google.protobuf.ByteString getWalNameBytes()
          optional string wal_name = 5;
 String getWalServer()
          optional string wal_server = 4;
 com.google.protobuf.ByteString getWalServerBytes()
          optional string wal_server = 4;
 boolean hasHfile()
          optional string hfile = 3;
 boolean hasType()
          required .SnapshotFileInfo.Type type = 1;
 boolean hasWalName()
          optional string wal_name = 5;
 boolean hasWalServer()
          optional string wal_server = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(com.google.protobuf.Message other)
           
 SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(SnapshotProtos.SnapshotFileInfo other)
           
 SnapshotProtos.SnapshotFileInfo.Builder setHfile(String value)
          optional string hfile = 3;
 SnapshotProtos.SnapshotFileInfo.Builder setHfileBytes(com.google.protobuf.ByteString value)
          optional string hfile = 3;
 SnapshotProtos.SnapshotFileInfo.Builder setType(SnapshotProtos.SnapshotFileInfo.Type value)
          required .SnapshotFileInfo.Type type = 1;
 SnapshotProtos.SnapshotFileInfo.Builder setWalName(String value)
          optional string wal_name = 5;
 SnapshotProtos.SnapshotFileInfo.Builder setWalNameBytes(com.google.protobuf.ByteString value)
          optional string wal_name = 5;
 SnapshotProtos.SnapshotFileInfo.Builder setWalServer(String value)
          optional string wal_server = 4;
 SnapshotProtos.SnapshotFileInfo.Builder setWalServerBytes(com.google.protobuf.ByteString value)
          optional string wal_server = 4;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

clear

public SnapshotProtos.SnapshotFileInfo.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

clone

public SnapshotProtos.SnapshotFileInfo.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

getDefaultInstanceForType

public SnapshotProtos.SnapshotFileInfo getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public SnapshotProtos.SnapshotFileInfo build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public SnapshotProtos.SnapshotFileInfo buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

mergeFrom

public SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(SnapshotProtos.SnapshotFileInfo other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>

mergeFrom

public SnapshotProtos.SnapshotFileInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotFileInfo.Builder>
Throws:
IOException

hasType

public boolean hasType()
required .SnapshotFileInfo.Type type = 1;

Specified by:
hasType in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getType

public SnapshotProtos.SnapshotFileInfo.Type getType()
required .SnapshotFileInfo.Type type = 1;

Specified by:
getType in interface SnapshotProtos.SnapshotFileInfoOrBuilder

setType

public SnapshotProtos.SnapshotFileInfo.Builder setType(SnapshotProtos.SnapshotFileInfo.Type value)
required .SnapshotFileInfo.Type type = 1;


clearType

public SnapshotProtos.SnapshotFileInfo.Builder clearType()
required .SnapshotFileInfo.Type type = 1;


hasHfile

public boolean hasHfile()
optional string hfile = 3;

Specified by:
hasHfile in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getHfile

public String getHfile()
optional string hfile = 3;

Specified by:
getHfile in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getHfileBytes

public com.google.protobuf.ByteString getHfileBytes()
optional string hfile = 3;

Specified by:
getHfileBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilder

setHfile

public SnapshotProtos.SnapshotFileInfo.Builder setHfile(String value)
optional string hfile = 3;


clearHfile

public SnapshotProtos.SnapshotFileInfo.Builder clearHfile()
optional string hfile = 3;


setHfileBytes

public SnapshotProtos.SnapshotFileInfo.Builder setHfileBytes(com.google.protobuf.ByteString value)
optional string hfile = 3;


hasWalServer

public boolean hasWalServer()
optional string wal_server = 4;

Specified by:
hasWalServer in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getWalServer

public String getWalServer()
optional string wal_server = 4;

Specified by:
getWalServer in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getWalServerBytes

public com.google.protobuf.ByteString getWalServerBytes()
optional string wal_server = 4;

Specified by:
getWalServerBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilder

setWalServer

public SnapshotProtos.SnapshotFileInfo.Builder setWalServer(String value)
optional string wal_server = 4;


clearWalServer

public SnapshotProtos.SnapshotFileInfo.Builder clearWalServer()
optional string wal_server = 4;


setWalServerBytes

public SnapshotProtos.SnapshotFileInfo.Builder setWalServerBytes(com.google.protobuf.ByteString value)
optional string wal_server = 4;


hasWalName

public boolean hasWalName()
optional string wal_name = 5;

Specified by:
hasWalName in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getWalName

public String getWalName()
optional string wal_name = 5;

Specified by:
getWalName in interface SnapshotProtos.SnapshotFileInfoOrBuilder

getWalNameBytes

public com.google.protobuf.ByteString getWalNameBytes()
optional string wal_name = 5;

Specified by:
getWalNameBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilder

setWalName

public SnapshotProtos.SnapshotFileInfo.Builder setWalName(String value)
optional string wal_name = 5;


clearWalName

public SnapshotProtos.SnapshotFileInfo.Builder clearWalName()
optional string wal_name = 5;


setWalNameBytes

public SnapshotProtos.SnapshotFileInfo.Builder setWalNameBytes(com.google.protobuf.ByteString value)
optional string wal_name = 5;



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