public static final class ListSnapshotsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListSnapshotsRequest.Builder> implements ListSnapshotsRequestOrBuilder
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots] Note: 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.Protobuf type
google.bigtable.admin.v2.ListSnapshotsRequest| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsRequest |
build() |
ListSnapshotsRequest |
buildPartial() |
ListSnapshotsRequest.Builder |
clear() |
ListSnapshotsRequest.Builder |
clearPageSize()
The maximum number of snapshots to return per page.
|
ListSnapshotsRequest.Builder |
clearPageToken()
The value of `next_page_token` returned by a previous call.
|
ListSnapshotsRequest.Builder |
clearParent()
Required.
|
ListSnapshotsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getPageSize()
The maximum number of snapshots to return per page.
|
String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListSnapshotsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListSnapshotsRequest.Builder |
mergeFrom(ListSnapshotsRequest other) |
ListSnapshotsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListSnapshotsRequest.Builder |
setPageSize(int value)
The maximum number of snapshots to return per page.
|
ListSnapshotsRequest.Builder |
setPageToken(String value)
The value of `next_page_token` returned by a previous call.
|
ListSnapshotsRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
The value of `next_page_token` returned by a previous call.
|
ListSnapshotsRequest.Builder |
setParent(String value)
Required.
|
ListSnapshotsRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Required.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListSnapshotsRequest.Builder>public ListSnapshotsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListSnapshotsRequest.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.GeneratedMessage.Builder<ListSnapshotsRequest.Builder>public ListSnapshotsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListSnapshotsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListSnapshotsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListSnapshotsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSnapshotsRequest.Builder>public ListSnapshotsRequest.Builder mergeFrom(ListSnapshotsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListSnapshotsRequest.Builder>public ListSnapshotsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSnapshotsRequest.Builder>IOExceptionpublic String getParent()
Required. The unique name of the cluster for which snapshots should be
listed. Values are of the form
`projects/{project}/instances/{instance}/clusters/{cluster}`.
Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
e.g., `projects/{project}/instances/{instance}/clusters/-`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ListSnapshotsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The unique name of the cluster for which snapshots should be
listed. Values are of the form
`projects/{project}/instances/{instance}/clusters/{cluster}`.
Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
e.g., `projects/{project}/instances/{instance}/clusters/-`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ListSnapshotsRequestOrBuilderpublic ListSnapshotsRequest.Builder setParent(String value)
Required. The unique name of the cluster for which snapshots should be
listed. Values are of the form
`projects/{project}/instances/{instance}/clusters/{cluster}`.
Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
e.g., `projects/{project}/instances/{instance}/clusters/-`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ListSnapshotsRequest.Builder clearParent()
Required. The unique name of the cluster for which snapshots should be
listed. Values are of the form
`projects/{project}/instances/{instance}/clusters/{cluster}`.
Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
e.g., `projects/{project}/instances/{instance}/clusters/-`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListSnapshotsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The unique name of the cluster for which snapshots should be
listed. Values are of the form
`projects/{project}/instances/{instance}/clusters/{cluster}`.
Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
e.g., `projects/{project}/instances/{instance}/clusters/-`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public int getPageSize()
The maximum number of snapshots to return per page. CURRENTLY UNIMPLEMENTED AND IGNORED.
int32 page_size = 2;getPageSize in interface ListSnapshotsRequestOrBuilderpublic ListSnapshotsRequest.Builder setPageSize(int value)
The maximum number of snapshots to return per page. CURRENTLY UNIMPLEMENTED AND IGNORED.
int32 page_size = 2;value - The pageSize to set.public ListSnapshotsRequest.Builder clearPageSize()
The maximum number of snapshots to return per page. CURRENTLY UNIMPLEMENTED AND IGNORED.
int32 page_size = 2;public String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;getPageToken in interface ListSnapshotsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 3;getPageTokenBytes in interface ListSnapshotsRequestOrBuilderpublic ListSnapshotsRequest.Builder setPageToken(String value)
The value of `next_page_token` returned by a previous call.
string page_token = 3;value - The pageToken to set.public ListSnapshotsRequest.Builder clearPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;public ListSnapshotsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The value of `next_page_token` returned by a previous call.
string page_token = 3;value - The bytes for pageToken to set.Copyright © 2026 Google LLC. All rights reserved.