public static final class HBasePB.SnapshotDescription.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder> implements HBasePB.SnapshotDescriptionOrBuilder
SnapshotDescription
Description of the snapshot to take
Modifier and Type | Method and Description |
---|---|
HBasePB.SnapshotDescription |
build() |
HBasePB.SnapshotDescription |
buildPartial() |
HBasePB.SnapshotDescription.Builder |
clear() |
HBasePB.SnapshotDescription.Builder |
clearCreationTime()
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription.Builder |
clearName()
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
clearOwner()
optional string owner = 6; |
HBasePB.SnapshotDescription.Builder |
clearTable()
optional string table = 2; |
HBasePB.SnapshotDescription.Builder |
clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBasePB.SnapshotDescription.Builder |
clearVersion()
optional int32 version = 5; |
HBasePB.SnapshotDescription.Builder |
clone() |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription |
getDefaultInstanceForType() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getOwner()
optional string owner = 6; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
String |
getTable()
optional string table = 2; |
com.google.protobuf.ByteString |
getTableBytes()
optional string table = 2; |
HBasePB.SnapshotDescription.Type |
getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
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()
optional string table = 2; |
boolean |
hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasVersion()
optional int32 version = 5; |
boolean |
isInitialized() |
HBasePB.SnapshotDescription.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBasePB.SnapshotDescription.Builder |
mergeFrom(HBasePB.SnapshotDescription other) |
HBasePB.SnapshotDescription.Builder |
setCreationTime(long value)
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription.Builder |
setName(String value)
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
setOwner(String value)
optional string owner = 6; |
HBasePB.SnapshotDescription.Builder |
setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 6; |
HBasePB.SnapshotDescription.Builder |
setTable(String value)
optional string table = 2; |
HBasePB.SnapshotDescription.Builder |
setTableBytes(com.google.protobuf.ByteString value)
optional string table = 2; |
HBasePB.SnapshotDescription.Builder |
setType(HBasePB.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBasePB.SnapshotDescription.Builder |
setVersion(int value)
optional int32 version = 5; |
public HBasePB.SnapshotDescription.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
public HBasePB.SnapshotDescription.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
public HBasePB.SnapshotDescription getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
public HBasePB.SnapshotDescription build()
build
in interface com.google.protobuf.MessageLite.Builder
public HBasePB.SnapshotDescription buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public HBasePB.SnapshotDescription.Builder mergeFrom(HBasePB.SnapshotDescription other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public HBasePB.SnapshotDescription.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<HBasePB.SnapshotDescription.Builder>
IOException
public boolean hasName()
required string name = 1;
hasName
in interface HBasePB.SnapshotDescriptionOrBuilder
public String getName()
required string name = 1;
getName
in interface HBasePB.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setName(String value)
required string name = 1;
public HBasePB.SnapshotDescription.Builder clearName()
required string name = 1;
public HBasePB.SnapshotDescription.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
public boolean hasTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
hasTable
in interface HBasePB.SnapshotDescriptionOrBuilder
public String getTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTable
in interface HBasePB.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getTableBytes()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTableBytes
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setTable(String value)
optional string table = 2;
not needed for delete, but checked for in taking snapshot
public HBasePB.SnapshotDescription.Builder clearTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
public HBasePB.SnapshotDescription.Builder setTableBytes(com.google.protobuf.ByteString value)
optional string table = 2;
not needed for delete, but checked for in taking snapshot
public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];
hasCreationTime
in interface HBasePB.SnapshotDescriptionOrBuilder
public long getCreationTime()
optional int64 creation_time = 3 [default = 0];
getCreationTime
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setCreationTime(long value)
optional int64 creation_time = 3 [default = 0];
public HBasePB.SnapshotDescription.Builder clearCreationTime()
optional int64 creation_time = 3 [default = 0];
public boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
hasType
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
getType
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setType(HBasePB.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
public HBasePB.SnapshotDescription.Builder clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
public boolean hasVersion()
optional int32 version = 5;
hasVersion
in interface HBasePB.SnapshotDescriptionOrBuilder
public int getVersion()
optional int32 version = 5;
getVersion
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setVersion(int value)
optional int32 version = 5;
public HBasePB.SnapshotDescription.Builder clearVersion()
optional int32 version = 5;
public boolean hasOwner()
optional string owner = 6;
hasOwner
in interface HBasePB.SnapshotDescriptionOrBuilder
public String getOwner()
optional string owner = 6;
getOwner
in interface HBasePB.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;
getOwnerBytes
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Builder setOwner(String value)
optional string owner = 6;
public HBasePB.SnapshotDescription.Builder clearOwner()
optional string owner = 6;
public HBasePB.SnapshotDescription.Builder setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 6;
Copyright © 2010-2017, The Async HBase Authors