public static final class ListSnapshotsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder> implements ListSnapshotsResponseOrBuilder
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]Protobuf type
google.bigtable.admin.v2.ListSnapshotsResponse| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
addAllSnapshots(java.lang.Iterable<? extends Snapshot> values)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListSnapshotsResponse.Builder |
addSnapshots(int index,
Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
addSnapshots(int index,
Snapshot value)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
addSnapshots(Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
addSnapshots(Snapshot value)
The snapshots present in the requested cluster.
|
Snapshot.Builder |
addSnapshotsBuilder()
The snapshots present in the requested cluster.
|
Snapshot.Builder |
addSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse |
build() |
ListSnapshotsResponse |
buildPartial() |
ListSnapshotsResponse.Builder |
clear() |
ListSnapshotsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListSnapshotsResponse.Builder |
clearNextPageToken()
Set if not all snapshots could be returned in a single response.
|
ListSnapshotsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListSnapshotsResponse.Builder |
clearSnapshots()
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
clone() |
ListSnapshotsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getNextPageToken()
Set if not all snapshots could be returned in a single response.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Set if not all snapshots could be returned in a single response.
|
Snapshot |
getSnapshots(int index)
The snapshots present in the requested cluster.
|
Snapshot.Builder |
getSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
|
java.util.List<Snapshot.Builder> |
getSnapshotsBuilderList()
The snapshots present in the requested cluster.
|
int |
getSnapshotsCount()
The snapshots present in the requested cluster.
|
java.util.List<Snapshot> |
getSnapshotsList()
The snapshots present in the requested cluster.
|
SnapshotOrBuilder |
getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
|
java.util.List<? extends SnapshotOrBuilder> |
getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListSnapshotsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListSnapshotsResponse.Builder |
mergeFrom(ListSnapshotsResponse other) |
ListSnapshotsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListSnapshotsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListSnapshotsResponse.Builder |
removeSnapshots(int index)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListSnapshotsResponse.Builder |
setNextPageToken(java.lang.String value)
Set if not all snapshots could be returned in a single response.
|
ListSnapshotsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Set if not all snapshots could be returned in a single response.
|
ListSnapshotsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ListSnapshotsResponse.Builder |
setSnapshots(int index,
Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
setSnapshots(int index,
Snapshot value)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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 com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListSnapshotsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListSnapshotsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListSnapshotsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder mergeFrom(ListSnapshotsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public ListSnapshotsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSnapshotsResponse.Builder>java.io.IOExceptionpublic java.util.List<Snapshot> getSnapshotsList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;getSnapshotsList in interface ListSnapshotsResponseOrBuilderpublic int getSnapshotsCount()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;getSnapshotsCount in interface ListSnapshotsResponseOrBuilderpublic Snapshot getSnapshots(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;getSnapshots in interface ListSnapshotsResponseOrBuilderpublic ListSnapshotsResponse.Builder setSnapshots(int index, Snapshot value)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder setSnapshots(int index, Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder addSnapshots(Snapshot value)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder addSnapshots(int index, Snapshot value)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder addSnapshots(Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder addSnapshots(int index, Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder addAllSnapshots(java.lang.Iterable<? extends Snapshot> values)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder clearSnapshots()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public ListSnapshotsResponse.Builder removeSnapshots(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public Snapshot.Builder getSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public SnapshotOrBuilder getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;getSnapshotsOrBuilder in interface ListSnapshotsResponseOrBuilderpublic java.util.List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;getSnapshotsOrBuilderList in interface ListSnapshotsResponseOrBuilderpublic Snapshot.Builder addSnapshotsBuilder()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public Snapshot.Builder addSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public java.util.List<Snapshot.Builder> getSnapshotsBuilderList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;public java.lang.String getNextPageToken()
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;getNextPageToken in interface ListSnapshotsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;getNextPageTokenBytes in interface ListSnapshotsResponseOrBuilderpublic ListSnapshotsResponse.Builder setNextPageToken(java.lang.String value)
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;public ListSnapshotsResponse.Builder clearNextPageToken()
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;public ListSnapshotsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;public final ListSnapshotsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>public final ListSnapshotsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListSnapshotsResponse.Builder>