public static final class UpdateAuthorizedViewRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateAuthorizedViewRequest.Builder> implements UpdateAuthorizedViewRequestOrBuilder
The request for [UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].Protobuf type
google.bigtable.admin.v2.UpdateAuthorizedViewRequestaddRepeatedField, 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<UpdateAuthorizedViewRequest.Builder>public UpdateAuthorizedViewRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<UpdateAuthorizedViewRequest.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<UpdateAuthorizedViewRequest.Builder>public UpdateAuthorizedViewRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateAuthorizedViewRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateAuthorizedViewRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateAuthorizedViewRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateAuthorizedViewRequest.Builder>public UpdateAuthorizedViewRequest.Builder mergeFrom(UpdateAuthorizedViewRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateAuthorizedViewRequest.Builder>public UpdateAuthorizedViewRequest.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<UpdateAuthorizedViewRequest.Builder>IOExceptionpublic boolean hasAuthorizedView()
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
hasAuthorizedView in interface UpdateAuthorizedViewRequestOrBuilderpublic AuthorizedView getAuthorizedView()
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
getAuthorizedView in interface UpdateAuthorizedViewRequestOrBuilderpublic UpdateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView value)
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView.Builder builderForValue)
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateAuthorizedViewRequest.Builder mergeAuthorizedView(AuthorizedView value)
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateAuthorizedViewRequest.Builder clearAuthorizedView()
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
public AuthorizedView.Builder getAuthorizedViewBuilder()
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
public AuthorizedViewOrBuilder getAuthorizedViewOrBuilder()
Required. The AuthorizedView to update. The `name` in `authorized_view` is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
getAuthorizedViewOrBuilder in interface UpdateAuthorizedViewRequestOrBuilderpublic boolean hasUpdateMask()
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
hasUpdateMask in interface UpdateAuthorizedViewRequestOrBuilderpublic com.google.protobuf.FieldMask getUpdateMask()
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMask in interface UpdateAuthorizedViewRequestOrBuilderpublic UpdateAuthorizedViewRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateAuthorizedViewRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateAuthorizedViewRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateAuthorizedViewRequest.Builder clearUpdateMask()
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value `*` means to overwrite all fields (including fields not set in the request).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder in interface UpdateAuthorizedViewRequestOrBuilderpublic boolean getIgnoreWarnings()
Optional. If true, ignore the safety checks when updating the AuthorizedView.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];getIgnoreWarnings in interface UpdateAuthorizedViewRequestOrBuilderpublic UpdateAuthorizedViewRequest.Builder setIgnoreWarnings(boolean value)
Optional. If true, ignore the safety checks when updating the AuthorizedView.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];value - The ignoreWarnings to set.public UpdateAuthorizedViewRequest.Builder clearIgnoreWarnings()
Optional. If true, ignore the safety checks when updating the AuthorizedView.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2026 Google LLC. All rights reserved.