Uses of Class
com.google.cloud.bigtable.admin.v2.models.AuthorizedView
Packages that use AuthorizedView
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of AuthorizedView in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return AuthorizedViewModifier and TypeMethodDescriptionBigtableTableAdminClient.createAuthorizedView(CreateAuthorizedViewRequest request) Creates a new authorized view with the specified configuration.BigtableTableAdminClient.getAuthorizedView(String tableId, String authorizedViewId) Gets an authorized view with the specified authorized view ID in the specified table.BigtableTableAdminClient.updateAuthorizedView(UpdateAuthorizedViewRequest request) Updates an existing authorized view with the specified configuration.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type AuthorizedViewModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<AuthorizedView>BigtableTableAdminClient.createAuthorizedViewAsync(CreateAuthorizedViewRequest request) Asynchronously creates a new authorized view with the specified configuration.com.google.api.core.ApiFuture<AuthorizedView>BigtableTableAdminClient.getAuthorizedViewAsync(String tableId, String authorizedViewId) Asynchronously gets an authorized view with the specified authorized view ID in the specified table.com.google.api.core.ApiFuture<AuthorizedView>BigtableTableAdminClient.updateAuthorizedViewAsync(UpdateAuthorizedViewRequest request) Asynchronously updates an existing authorized view with the specified configuration. -
Uses of AuthorizedView in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return AuthorizedViewModifier and TypeMethodDescriptionstatic AuthorizedViewAuthorizedView.fromProto(AuthorizedView proto) Wraps the protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type AuthorizedViewModifier and TypeMethodDescriptionstatic UpdateAuthorizedViewRequestUpdateAuthorizedViewRequest.of(AuthorizedView authorizedView) Builds a new update request using an existing authorized view.