| 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.createAuthorizedView(CreateAuthorizedViewRequest request)
This method is obsolete.
|
AuthorizedView |
BigtableTableAdminClient.getAuthorizedView(String tableId,
String authorizedViewId)
This method is obsolete.
|
AuthorizedView |
BigtableTableAdminClient.updateAuthorizedView(UpdateAuthorizedViewRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<AuthorizedView> |
BigtableTableAdminClient.createAuthorizedViewAsync(CreateAuthorizedViewRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<AuthorizedView> |
BigtableTableAdminClient.getAuthorizedViewAsync(String tableId,
String authorizedViewId)
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 AuthorizedView |
AuthorizedView.fromProto(AuthorizedView proto)
Wraps the protobuf.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateAuthorizedViewRequest |
UpdateAuthorizedViewRequest.of(AuthorizedView authorizedView)
Builds a new update request using an existing authorized view.
|
Copyright © 2026 Google LLC. All rights reserved.