public static final class SnapshotProtos.SnapshotDescription.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder> implements SnapshotProtos.SnapshotDescriptionOrBuilder
Description of the snapshot to takeProtobuf type
hbase.pb.SnapshotDescription| Modifier and Type | Method and Description |
|---|---|
SnapshotProtos.SnapshotDescription.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotProtos.SnapshotDescription |
build() |
SnapshotProtos.SnapshotDescription |
buildPartial() |
SnapshotProtos.SnapshotDescription.Builder |
clear() |
SnapshotProtos.SnapshotDescription.Builder |
clearCreationTime()
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
SnapshotProtos.SnapshotDescription.Builder |
clearName()
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SnapshotProtos.SnapshotDescription.Builder |
clearOwner()
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
clearTable()
not needed for delete, but checked for in taking snapshot
|
SnapshotProtos.SnapshotDescription.Builder |
clearType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Builder |
clearUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
clearVersion()
optional int32 version = 5; |
SnapshotProtos.SnapshotDescription.Builder |
clone() |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
required string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getOwner()
optional string owner = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
String |
getTable()
not needed for delete, but checked for in taking snapshot
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTableBytes()
not needed for delete, but checked for in taking snapshot
|
SnapshotProtos.SnapshotDescription.Type |
getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
AccessControlProtos.UsersAndPermissions |
getUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
AccessControlProtos.UsersAndPermissions.Builder |
getUsersAndPermissionsBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
AccessControlProtos.UsersAndPermissionsOrBuilder |
getUsersAndPermissionsOrBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
int |
getVersion()
optional int32 version = 5; |
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOwner()
optional string owner = 6; |
boolean |
hasTable()
not needed for delete, but checked for in taking snapshot
|
boolean |
hasType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
boolean |
hasVersion()
optional int32 version = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(SnapshotProtos.SnapshotDescription other) |
SnapshotProtos.SnapshotDescription.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
SnapshotProtos.SnapshotDescription.Builder |
mergeUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setCreationTime(long value)
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotProtos.SnapshotDescription.Builder |
setName(String value)
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
setNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
setOwner(String value)
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
setOwnerBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SnapshotProtos.SnapshotDescription.Builder |
setTable(String value)
not needed for delete, but checked for in taking snapshot
|
SnapshotProtos.SnapshotDescription.Builder |
setTableBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
|
SnapshotProtos.SnapshotDescription.Builder |
setType(SnapshotProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
SnapshotProtos.SnapshotDescription.Builder |
setUsersAndPermissions(AccessControlProtos.UsersAndPermissions.Builder builderForValue)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setVersion(int value)
optional int32 version = 5; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic SnapshotProtos.SnapshotDescription build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic SnapshotProtos.SnapshotDescription buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic SnapshotProtos.SnapshotDescription.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(SnapshotProtos.SnapshotDescription other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotDescription.Builder>IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic String getName()
required string name = 1;getName in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setName(String value)
required string name = 1;public SnapshotProtos.SnapshotDescription.Builder clearName()
required string name = 1;public SnapshotProtos.SnapshotDescription.Builder setNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string name = 1;public boolean hasTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;hasTable in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic String getTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;getTable in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableBytes()
not needed for delete, but checked for in taking snapshot
optional string table = 2;getTableBytes in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setTable(String value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public SnapshotProtos.SnapshotDescription.Builder clearTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public SnapshotProtos.SnapshotDescription.Builder setTableBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];hasCreationTime in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic long getCreationTime()
optional int64 creation_time = 3 [default = 0];getCreationTime in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setCreationTime(long value)
optional int64 creation_time = 3 [default = 0];public SnapshotProtos.SnapshotDescription.Builder clearCreationTime()
optional int64 creation_time = 3 [default = 0];public boolean hasType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];hasType in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Type getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];getType in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setType(SnapshotProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public SnapshotProtos.SnapshotDescription.Builder clearType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public boolean hasVersion()
optional int32 version = 5;hasVersion in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic int getVersion()
optional int32 version = 5;getVersion in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setVersion(int value)
optional int32 version = 5;public SnapshotProtos.SnapshotDescription.Builder clearVersion()
optional int32 version = 5;public boolean hasOwner()
optional string owner = 6;hasOwner in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic String getOwner()
optional string owner = 6;getOwner in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;getOwnerBytes in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setOwner(String value)
optional string owner = 6;public SnapshotProtos.SnapshotDescription.Builder clearOwner()
optional string owner = 6;public SnapshotProtos.SnapshotDescription.Builder setOwnerBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string owner = 6;public boolean hasUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;hasUsersAndPermissions in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic AccessControlProtos.UsersAndPermissions getUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;getUsersAndPermissions in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic SnapshotProtos.SnapshotDescription.Builder setUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder setUsersAndPermissions(AccessControlProtos.UsersAndPermissions.Builder builderForValue)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder mergeUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder clearUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public AccessControlProtos.UsersAndPermissions.Builder getUsersAndPermissionsBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public AccessControlProtos.UsersAndPermissionsOrBuilder getUsersAndPermissionsOrBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;getUsersAndPermissionsOrBuilder in interface SnapshotProtos.SnapshotDescriptionOrBuilderpublic final SnapshotProtos.SnapshotDescription.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public final SnapshotProtos.SnapshotDescription.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.