| 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 |
|---|---|
LogicalView |
BigtableInstanceAdminClient.updateLogicalView(UpdateLogicalViewRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<LogicalView> |
BigtableInstanceAdminClient.updateLogicalViewAsync(UpdateLogicalViewRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLogicalViewRequest |
UpdateLogicalViewRequest.of(LogicalView logicalView)
Builds a new update request using an existing logical view.
|
static UpdateLogicalViewRequest |
UpdateLogicalViewRequest.of(String instanceId,
String logicalViewId)
Builds a new update logical view request.
|
UpdateLogicalViewRequest |
UpdateLogicalViewRequest.setDeletionProtection(boolean deletionProtection)
Changes the deletion protection of an existing logical view.
|
UpdateLogicalViewRequest |
UpdateLogicalViewRequest.setQuery(String query)
Changes the query of an existing logical view.
|
Copyright © 2026 Google LLC. All rights reserved.