Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateAuthorizedViewRequest
Packages that use CreateAuthorizedViewRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateAuthorizedViewRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateAuthorizedViewRequestModifier and TypeMethodDescriptionBigtableTableAdminClient.createAuthorizedView(CreateAuthorizedViewRequest request) Creates a new authorized view with the specified configuration.com.google.api.core.ApiFuture<AuthorizedView>BigtableTableAdminClient.createAuthorizedViewAsync(CreateAuthorizedViewRequest request) Asynchronously creates a new authorized view with the specified configuration. -
Uses of CreateAuthorizedViewRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateAuthorizedViewRequestModifier and TypeMethodDescriptionstatic CreateAuthorizedViewRequestCreateAuthorizedViewRequest.setAuthorizedViewType(AuthorizedView.AuthorizedViewType authorizedViewType) Sets the implementation for this authorized view.CreateAuthorizedViewRequest.setDeletionProtection(boolean deletionProtection) Configures if the authorized view is deletion protected.