| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedView |
BigtableTableAdminClient.updateAuthorizedView(UpdateAuthorizedViewRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<AuthorizedView> |
BigtableTableAdminClient.updateAuthorizedViewAsync(UpdateAuthorizedViewRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.of(AuthorizedView authorizedView)
Builds a new update request using an existing authorized view.
|
static UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.of(String tableId,
String authorizedViewId)
Builds a new update authorized view request.
|
UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.setAuthorizedViewType(AuthorizedView.AuthorizedViewType authorizedViewType)
Updates the implementation for this authorized view.
|
UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.setDeletionProtection(boolean deletionProtection)
Changes the deletion protection of an existing authorized view.
|
UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.setIgnoreWarnings(boolean value)
Configures if safety warnings should be disabled.
|
Copyright © 2026 Google LLC. All rights reserved.