@Generated(value="proto") public static final class HBaseProtos.TableState.Builder extends com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder> implements HBaseProtos.TableStateOrBuilder
hbase.pb.TableState
Denotes state of the table
Modifier and Type | Method and Description |
---|---|
HBaseProtos.TableState |
build() |
HBaseProtos.TableState |
buildPartial() |
HBaseProtos.TableState.Builder |
clear() |
HBaseProtos.TableState.Builder |
clearState()
required .hbase.pb.TableState.State state = 1; |
HBaseProtos.TableState.Builder |
clone() |
HBaseProtos.TableState |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HBaseProtos.TableState.State |
getState()
required .hbase.pb.TableState.State state = 1; |
boolean |
hasState()
required .hbase.pb.TableState.State state = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HBaseProtos.TableState.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.TableState.Builder |
mergeFrom(HBaseProtos.TableState other) |
HBaseProtos.TableState.Builder |
mergeFrom(com.google.protobuf.Message other) |
HBaseProtos.TableState.Builder |
setState(HBaseProtos.TableState.State value)
required .hbase.pb.TableState.State state = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder>
public HBaseProtos.TableState.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder>
public HBaseProtos.TableState.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder>
public HBaseProtos.TableState getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public HBaseProtos.TableState build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public HBaseProtos.TableState buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public HBaseProtos.TableState.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<HBaseProtos.TableState.Builder>
public HBaseProtos.TableState.Builder mergeFrom(HBaseProtos.TableState other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.TableState.Builder>
public HBaseProtos.TableState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<HBaseProtos.TableState.Builder>
IOException
public boolean hasState()
required .hbase.pb.TableState.State state = 1;
This is the table's state.
hasState
in interface HBaseProtos.TableStateOrBuilder
public HBaseProtos.TableState.State getState()
required .hbase.pb.TableState.State state = 1;
This is the table's state.
getState
in interface HBaseProtos.TableStateOrBuilder
public HBaseProtos.TableState.Builder setState(HBaseProtos.TableState.State value)
required .hbase.pb.TableState.State state = 1;
This is the table's state.
public HBaseProtos.TableState.Builder clearState()
required .hbase.pb.TableState.State state = 1;
This is the table's state.
Copyright © 2007–2019 Cloudera. All rights reserved.