| 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.createLogicalView(CreateLogicalViewRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<LogicalView> |
BigtableInstanceAdminClient.createLogicalViewAsync(CreateLogicalViewRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLogicalViewRequest |
CreateLogicalViewRequest.of(String instanceId,
String logicalViewId)
Builds a new request to create a new logical view in the specified instance.
|
CreateLogicalViewRequest |
CreateLogicalViewRequest.setDeletionProtection(boolean value)
Configures if the logical view is deletion protected.
|
CreateLogicalViewRequest |
CreateLogicalViewRequest.setQuery(String query)
Sets the query of the LogicalView.
|
Copyright © 2026 Google LLC. All rights reserved.