Class CreateMaterializedViewRequest
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.CreateMaterializedViewRequest
Parameters for creating a new Cloud Bigtable materialized view.
Sample code:
MaterializedView existingMaterializedView = ...;
CreateMaterializedViewRequest materializedViewRequest = CreateMaterializedViewRequest.of("my-instance", "my-new-materialized-view")
.setQuery("...");
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Builds a new request to create a new materialized view in the specified instance.setDeletionProtection(boolean value) Configures if the materialized view is deletion protected.Sets the query of the MaterializedView.Creates the request protobuf.
-
Method Details
-
of
Builds a new request to create a new materialized view in the specified instance. -
setDeletionProtection
Configures if the materialized view is deletion protected. -
setQuery
Sets the query of the MaterializedView. -
equals
-
hashCode
public int hashCode() -
toProto
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.
-