public static final class ListAuthorizedViewsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListAuthorizedViewsRequest.Builder> implements ListAuthorizedViewsRequestOrBuilder
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]Protobuf type
google.bigtable.admin.v2.ListAuthorizedViewsRequestaddRepeatedField, 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<ListAuthorizedViewsRequest.Builder>public ListAuthorizedViewsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListAuthorizedViewsRequest.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<ListAuthorizedViewsRequest.Builder>public ListAuthorizedViewsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListAuthorizedViewsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListAuthorizedViewsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListAuthorizedViewsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListAuthorizedViewsRequest.Builder>public ListAuthorizedViewsRequest.Builder mergeFrom(ListAuthorizedViewsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListAuthorizedViewsRequest.Builder>public ListAuthorizedViewsRequest.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<ListAuthorizedViewsRequest.Builder>IOExceptionpublic String getParent()
Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ListAuthorizedViewsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ListAuthorizedViewsRequestOrBuilderpublic ListAuthorizedViewsRequest.Builder setParent(String value)
Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ListAuthorizedViewsRequest.Builder clearParent()
Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListAuthorizedViewsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public int getPageSize()
Optional. Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];getPageSize in interface ListAuthorizedViewsRequestOrBuilderpublic ListAuthorizedViewsRequest.Builder setPageSize(int value)
Optional. Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];value - The pageSize to set.public ListAuthorizedViewsRequest.Builder clearPageSize()
Optional. Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];public String getPageToken()
Optional. The value of `next_page_token` returned by a previous call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];getPageToken in interface ListAuthorizedViewsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
Optional. The value of `next_page_token` returned by a previous call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];getPageTokenBytes in interface ListAuthorizedViewsRequestOrBuilderpublic ListAuthorizedViewsRequest.Builder setPageToken(String value)
Optional. The value of `next_page_token` returned by a previous call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];value - The pageToken to set.public ListAuthorizedViewsRequest.Builder clearPageToken()
Optional. The value of `next_page_token` returned by a previous call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];public ListAuthorizedViewsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
Optional. The value of `next_page_token` returned by a previous call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for pageToken to set.public int getViewValue()
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
.google.bigtable.admin.v2.AuthorizedView.ResponseView view = 4 [(.google.api.field_behavior) = OPTIONAL];
getViewValue in interface ListAuthorizedViewsRequestOrBuilderpublic ListAuthorizedViewsRequest.Builder setViewValue(int value)
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
.google.bigtable.admin.v2.AuthorizedView.ResponseView view = 4 [(.google.api.field_behavior) = OPTIONAL];
value - The enum numeric value on the wire for view to set.public AuthorizedView.ResponseView getView()
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
.google.bigtable.admin.v2.AuthorizedView.ResponseView view = 4 [(.google.api.field_behavior) = OPTIONAL];
getView in interface ListAuthorizedViewsRequestOrBuilderpublic ListAuthorizedViewsRequest.Builder setView(AuthorizedView.ResponseView value)
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
.google.bigtable.admin.v2.AuthorizedView.ResponseView view = 4 [(.google.api.field_behavior) = OPTIONAL];
value - The view to set.public ListAuthorizedViewsRequest.Builder clearView()
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
.google.bigtable.admin.v2.AuthorizedView.ResponseView view = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2026 Google LLC. All rights reserved.