Uses of Class
com.google.cloud.bigtable.admin.v2.models.LogicalView
Packages that use LogicalView
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of LogicalView in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return LogicalViewModifier and TypeMethodDescriptionBigtableInstanceAdminClient.createLogicalView(CreateLogicalViewRequest request) Creates a new logical view.BigtableInstanceAdminClient.getLogicalView(String instanceId, String logicalViewId) Gets the logical view by ID.BigtableInstanceAdminClient.updateLogicalView(UpdateLogicalViewRequest request) Updates an existing logical view.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type LogicalViewModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<LogicalView>BigtableInstanceAdminClient.createLogicalViewAsync(CreateLogicalViewRequest request) Asynchronously creates a new logical view.com.google.api.core.ApiFuture<LogicalView>BigtableInstanceAdminClient.getLogicalViewAsync(String instanceId, String logicalViewId) Asynchronously gets the logical view by ID.BigtableInstanceAdminClient.listLogicalViews(String instanceId) Lists all logical views of the specified instance.com.google.api.core.ApiFuture<List<LogicalView>>BigtableInstanceAdminClient.listLogicalViewsAsync(String instanceId) Asynchronously lists all logical views of the specified instance.com.google.api.core.ApiFuture<LogicalView>BigtableInstanceAdminClient.updateLogicalViewAsync(UpdateLogicalViewRequest request) Asynchronously updates an existing logical view. -
Uses of LogicalView in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return LogicalViewModifier and TypeMethodDescriptionstatic LogicalViewLogicalView.fromProto(LogicalView proto) Wraps the protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type LogicalViewModifier and TypeMethodDescriptionstatic UpdateLogicalViewRequestUpdateLogicalViewRequest.of(LogicalView logicalView) Builds a new update request using an existing logical view.