@Generated
public interface LogicalViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeletionProtection()
Optional.
|
String |
getEtag()
Optional.
|
com.google.protobuf.ByteString |
getEtagBytes()
Optional.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
String |
getQuery()
Required.
|
com.google.protobuf.ByteString |
getQueryBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The unique name of the logical view.
Format:
`projects/{project}/instances/{instance}/logicalViews/{logical_view}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The unique name of the logical view.
Format:
`projects/{project}/instances/{instance}/logicalViews/{logical_view}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];String getQuery()
Required. The logical view's select query.
string query = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getQueryBytes()
Required. The logical view's select query.
string query = 2 [(.google.api.field_behavior) = REQUIRED];String getEtag()
Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEtagBytes()
Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];boolean getDeletionProtection()
Optional. Set to true to make the LogicalView protected against deletion.
bool deletion_protection = 6 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2026 Google LLC. All rights reserved.