@Generated
public interface CreateLogicalViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogicalView |
getLogicalView()
Required.
|
String |
getLogicalViewId()
Required.
|
com.google.protobuf.ByteString |
getLogicalViewIdBytes()
Required.
|
LogicalViewOrBuilder |
getLogicalViewOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasLogicalView()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent instance where this logical 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 logical view will be created.
Format: `projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getLogicalViewId()
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
string logical_view_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getLogicalViewIdBytes()
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
string logical_view_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasLogicalView()
Required. The logical view to create.
.google.bigtable.admin.v2.LogicalView logical_view = 3 [(.google.api.field_behavior) = REQUIRED];
LogicalView getLogicalView()
Required. The logical view to create.
.google.bigtable.admin.v2.LogicalView logical_view = 3 [(.google.api.field_behavior) = REQUIRED];
LogicalViewOrBuilder getLogicalViewOrBuilder()
Required. The logical view to create.
.google.bigtable.admin.v2.LogicalView logical_view = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2026 Google LLC. All rights reserved.