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

public static final class VisibilityLabelsProtos.ListLabelsRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<VisibilityLabelsProtos.ListLabelsRequest.Builder>
implements VisibilityLabelsProtos.ListLabelsRequestOrBuilder

Protobuf type ListLabelsRequest


Method Summary
 VisibilityLabelsProtos.ListLabelsRequest build()
           
 VisibilityLabelsProtos.ListLabelsRequest buildPartial()
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder clear()
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder clearRegex()
          optional string regex = 1;
 VisibilityLabelsProtos.ListLabelsRequest.Builder clone()
           
 VisibilityLabelsProtos.ListLabelsRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getRegex()
          optional string regex = 1;
 com.google.protobuf.ByteString getRegexBytes()
          optional string regex = 1;
 boolean hasRegex()
          optional string regex = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder mergeFrom(VisibilityLabelsProtos.ListLabelsRequest other)
           
 VisibilityLabelsProtos.ListLabelsRequest.Builder setRegex(String value)
          optional string regex = 1;
 VisibilityLabelsProtos.ListLabelsRequest.Builder setRegexBytes(com.google.protobuf.ByteString value)
          optional string regex = 1;
 
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<VisibilityLabelsProtos.ListLabelsRequest.Builder>

clear

public VisibilityLabelsProtos.ListLabelsRequest.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<VisibilityLabelsProtos.ListLabelsRequest.Builder>

clone

public VisibilityLabelsProtos.ListLabelsRequest.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<VisibilityLabelsProtos.ListLabelsRequest.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<VisibilityLabelsProtos.ListLabelsRequest.Builder>

getDefaultInstanceForType

public VisibilityLabelsProtos.ListLabelsRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public VisibilityLabelsProtos.ListLabelsRequest.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<VisibilityLabelsProtos.ListLabelsRequest.Builder>

mergeFrom

public VisibilityLabelsProtos.ListLabelsRequest.Builder mergeFrom(VisibilityLabelsProtos.ListLabelsRequest other)

isInitialized

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

mergeFrom

public VisibilityLabelsProtos.ListLabelsRequest.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<VisibilityLabelsProtos.ListLabelsRequest.Builder>
Throws:
IOException

hasRegex

public boolean hasRegex()
optional string regex = 1;

Specified by:
hasRegex in interface VisibilityLabelsProtos.ListLabelsRequestOrBuilder

getRegex

public String getRegex()
optional string regex = 1;

Specified by:
getRegex in interface VisibilityLabelsProtos.ListLabelsRequestOrBuilder

getRegexBytes

public com.google.protobuf.ByteString getRegexBytes()
optional string regex = 1;

Specified by:
getRegexBytes in interface VisibilityLabelsProtos.ListLabelsRequestOrBuilder

setRegex

public VisibilityLabelsProtos.ListLabelsRequest.Builder setRegex(String value)
optional string regex = 1;


clearRegex

public VisibilityLabelsProtos.ListLabelsRequest.Builder clearRegex()
optional string regex = 1;


setRegexBytes

public VisibilityLabelsProtos.ListLabelsRequest.Builder setRegexBytes(com.google.protobuf.ByteString value)
optional string regex = 1;



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