public static final class ListMaterializedViewsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListMaterializedViewsRequest.Builder> implements ListMaterializedViewsRequestOrBuilder
Request message for BigtableInstanceAdmin.ListMaterializedViews.Protobuf type
google.bigtable.admin.v2.ListMaterializedViewsRequestaddRepeatedField, 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<ListMaterializedViewsRequest.Builder>public ListMaterializedViewsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListMaterializedViewsRequest.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<ListMaterializedViewsRequest.Builder>public ListMaterializedViewsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListMaterializedViewsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListMaterializedViewsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListMaterializedViewsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMaterializedViewsRequest.Builder>public ListMaterializedViewsRequest.Builder mergeFrom(ListMaterializedViewsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListMaterializedViewsRequest.Builder>public ListMaterializedViewsRequest.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<ListMaterializedViewsRequest.Builder>IOExceptionpublic String getParent()
Required. The unique name of the instance for which the list of
materialized views is requested. Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ListMaterializedViewsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The unique name of the instance for which the list of
materialized views is requested. Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ListMaterializedViewsRequestOrBuilderpublic ListMaterializedViewsRequest.Builder setParent(String value)
Required. The unique name of the instance for which the list of
materialized views is requested. Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ListMaterializedViewsRequest.Builder clearParent()
Required. The unique name of the instance for which the list of
materialized views is requested. Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListMaterializedViewsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The unique name of the instance for which the list of
materialized views is requested. Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public int getPageSize()
Optional. The maximum number of materialized views to return. The service may return fewer than this value
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];getPageSize in interface ListMaterializedViewsRequestOrBuilderpublic ListMaterializedViewsRequest.Builder setPageSize(int value)
Optional. The maximum number of materialized views to return. The service may return fewer than this value
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];value - The pageSize to set.public ListMaterializedViewsRequest.Builder clearPageSize()
Optional. The maximum number of materialized views to return. The service may return fewer than this value
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];public String getPageToken()
Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];getPageToken in interface ListMaterializedViewsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];getPageTokenBytes in interface ListMaterializedViewsRequestOrBuilderpublic ListMaterializedViewsRequest.Builder setPageToken(String value)
Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];value - The pageToken to set.public ListMaterializedViewsRequest.Builder clearPageToken()
Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];public ListMaterializedViewsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for pageToken to set.Copyright © 2026 Google LLC. All rights reserved.