org.apache.hadoop.hbase.coprocessor.example.generated
Class BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.Builder>
              extended by org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, BulkDeleteProtos.BulkDeleteRequestOrBuilder
Enclosing class:
BulkDeleteProtos.BulkDeleteRequest

public static final class BulkDeleteProtos.BulkDeleteRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<BulkDeleteProtos.BulkDeleteRequest.Builder>
implements BulkDeleteProtos.BulkDeleteRequestOrBuilder

Protobuf type BulkDeleteRequest


Method Summary
 BulkDeleteProtos.BulkDeleteRequest build()
           
 BulkDeleteProtos.BulkDeleteRequest buildPartial()
           
 BulkDeleteProtos.BulkDeleteRequest.Builder clear()
           
 BulkDeleteProtos.BulkDeleteRequest.Builder clearDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 BulkDeleteProtos.BulkDeleteRequest.Builder clearRowBatchSize()
          required uint32 rowBatchSize = 4;
 BulkDeleteProtos.BulkDeleteRequest.Builder clearScan()
          required .Scan scan = 1;
 BulkDeleteProtos.BulkDeleteRequest.Builder clearTimestamp()
          optional uint64 timestamp = 3;
 BulkDeleteProtos.BulkDeleteRequest.Builder clone()
           
 BulkDeleteProtos.BulkDeleteRequest getDefaultInstanceForType()
           
 BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getRowBatchSize()
          required uint32 rowBatchSize = 4;
 ClientProtos.Scan getScan()
          required .Scan scan = 1;
 ClientProtos.Scan.Builder getScanBuilder()
          required .Scan scan = 1;
 ClientProtos.ScanOrBuilder getScanOrBuilder()
          required .Scan scan = 1;
 long getTimestamp()
          optional uint64 timestamp = 3;
 boolean hasDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 boolean hasRowBatchSize()
          required uint32 rowBatchSize = 4;
 boolean hasScan()
          required .Scan scan = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 BulkDeleteProtos.BulkDeleteRequest.Builder mergeFrom(BulkDeleteProtos.BulkDeleteRequest other)
           
 BulkDeleteProtos.BulkDeleteRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 BulkDeleteProtos.BulkDeleteRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 BulkDeleteProtos.BulkDeleteRequest.Builder mergeScan(ClientProtos.Scan value)
          required .Scan scan = 1;
 BulkDeleteProtos.BulkDeleteRequest.Builder setDeleteType(BulkDeleteProtos.BulkDeleteRequest.DeleteType value)
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 BulkDeleteProtos.BulkDeleteRequest.Builder setRowBatchSize(int value)
          required uint32 rowBatchSize = 4;
 BulkDeleteProtos.BulkDeleteRequest.Builder setScan(ClientProtos.Scan.Builder builderForValue)
          required .Scan scan = 1;
 BulkDeleteProtos.BulkDeleteRequest.Builder setScan(ClientProtos.Scan value)
          required .Scan scan = 1;
 BulkDeleteProtos.BulkDeleteRequest.Builder setTimestamp(long value)
          optional uint64 timestamp = 3;
 
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<BulkDeleteProtos.BulkDeleteRequest.Builder>

clear

public BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.Builder>

clone

public BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.Builder>

getDefaultInstanceForType

public BulkDeleteProtos.BulkDeleteRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.Builder>

mergeFrom

public BulkDeleteProtos.BulkDeleteRequest.Builder mergeFrom(BulkDeleteProtos.BulkDeleteRequest other)

isInitialized

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

mergeFrom

public BulkDeleteProtos.BulkDeleteRequest.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<BulkDeleteProtos.BulkDeleteRequest.Builder>
Throws:
IOException

hasScan

public boolean hasScan()
required .Scan scan = 1;

Specified by:
hasScan in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

getScan

public ClientProtos.Scan getScan()
required .Scan scan = 1;

Specified by:
getScan in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

setScan

public BulkDeleteProtos.BulkDeleteRequest.Builder setScan(ClientProtos.Scan value)
required .Scan scan = 1;


setScan

public BulkDeleteProtos.BulkDeleteRequest.Builder setScan(ClientProtos.Scan.Builder builderForValue)
required .Scan scan = 1;


mergeScan

public BulkDeleteProtos.BulkDeleteRequest.Builder mergeScan(ClientProtos.Scan value)
required .Scan scan = 1;


clearScan

public BulkDeleteProtos.BulkDeleteRequest.Builder clearScan()
required .Scan scan = 1;


getScanBuilder

public ClientProtos.Scan.Builder getScanBuilder()
required .Scan scan = 1;


getScanOrBuilder

public ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 1;

Specified by:
getScanOrBuilder in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

hasDeleteType

public boolean hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;

Specified by:
hasDeleteType in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

getDeleteType

public BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;

Specified by:
getDeleteType in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

setDeleteType

public BulkDeleteProtos.BulkDeleteRequest.Builder setDeleteType(BulkDeleteProtos.BulkDeleteRequest.DeleteType value)
required .BulkDeleteRequest.DeleteType deleteType = 2;


clearDeleteType

public BulkDeleteProtos.BulkDeleteRequest.Builder clearDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;


hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 3;

Specified by:
hasTimestamp in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 3;

Specified by:
getTimestamp in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

setTimestamp

public BulkDeleteProtos.BulkDeleteRequest.Builder setTimestamp(long value)
optional uint64 timestamp = 3;


clearTimestamp

public BulkDeleteProtos.BulkDeleteRequest.Builder clearTimestamp()
optional uint64 timestamp = 3;


hasRowBatchSize

public boolean hasRowBatchSize()
required uint32 rowBatchSize = 4;

Specified by:
hasRowBatchSize in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

getRowBatchSize

public int getRowBatchSize()
required uint32 rowBatchSize = 4;

Specified by:
getRowBatchSize in interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

setRowBatchSize

public BulkDeleteProtos.BulkDeleteRequest.Builder setRowBatchSize(int value)
required uint32 rowBatchSize = 4;


clearRowBatchSize

public BulkDeleteProtos.BulkDeleteRequest.Builder clearRowBatchSize()
required uint32 rowBatchSize = 4;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.