@Generated
public interface UpdateAuthorizedViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizedView |
getAuthorizedView()
Required.
|
AuthorizedViewOrBuilder |
getAuthorizedViewOrBuilder()
Required.
|
boolean |
getIgnoreWarnings()
Optional.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasAuthorizedView()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];
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];
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];
boolean getIgnoreWarnings()
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.