@Generated
public interface UpdateMaterializedViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MaterializedView |
getMaterializedView()
Required.
|
MaterializedViewOrBuilder |
getMaterializedViewOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasMaterializedView()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaterializedView()
Required. The materialized view to update.
The materialized view's `name` field is used to identify the view to
update. Format:
`projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
.google.bigtable.admin.v2.MaterializedView materialized_view = 1 [(.google.api.field_behavior) = REQUIRED];
MaterializedView getMaterializedView()
Required. The materialized view to update.
The materialized view's `name` field is used to identify the view to
update. Format:
`projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
.google.bigtable.admin.v2.MaterializedView materialized_view = 1 [(.google.api.field_behavior) = REQUIRED];
MaterializedViewOrBuilder getMaterializedViewOrBuilder()
Required. The materialized view to update.
The materialized view's `name` field is used to identify the view to
update. Format:
`projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
.google.bigtable.admin.v2.MaterializedView materialized_view = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2026 Google LLC. All rights reserved.