Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateAuthorizedViewRequest
Packages that use UpdateAuthorizedViewRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateAuthorizedViewRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateAuthorizedViewRequestModifier and TypeMethodDescriptionBigtableTableAdminClient.updateAuthorizedView(UpdateAuthorizedViewRequest request) Updates an existing authorized view with the specified configuration.com.google.api.core.ApiFuture<AuthorizedView>BigtableTableAdminClient.updateAuthorizedViewAsync(UpdateAuthorizedViewRequest request) Asynchronously updates an existing authorized view with the specified configuration. -
Uses of UpdateAuthorizedViewRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateAuthorizedViewRequestModifier and TypeMethodDescriptionstatic UpdateAuthorizedViewRequestUpdateAuthorizedViewRequest.of(AuthorizedView authorizedView) Builds a new update request using an existing authorized view.static UpdateAuthorizedViewRequestBuilds a new update authorized view request.UpdateAuthorizedViewRequest.setAuthorizedViewType(AuthorizedView.AuthorizedViewType authorizedViewType) Updates the implementation for this authorized view.UpdateAuthorizedViewRequest.setDeletionProtection(boolean deletionProtection) Changes the deletion protection of an existing authorized view.UpdateAuthorizedViewRequest.setIgnoreWarnings(boolean value) Configures if safety warnings should be disabled.