@Generated
public interface CreateMaterializedViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MaterializedView |
getMaterializedView()
Required.
|
String |
getMaterializedViewId()
Required.
|
com.google.protobuf.ByteString |
getMaterializedViewIdBytes()
Required.
|
MaterializedViewOrBuilder |
getMaterializedViewOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMaterializedView()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent instance where this materialized view will be created.
Format: `projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent instance where this materialized view will be created.
Format: `projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getMaterializedViewId()
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
string materialized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getMaterializedViewIdBytes()
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
string materialized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasMaterializedView()
Required. The materialized view to create.
.google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];
MaterializedView getMaterializedView()
Required. The materialized view to create.
.google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];
MaterializedViewOrBuilder getMaterializedViewOrBuilder()
Required. The materialized view to create.
.google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2026 Google LLC. All rights reserved.