public static interface Listing.RestrictedExportConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Optional.
|
boolean |
getRestrictDirectTableAccess()
Output only.
|
boolean |
getRestrictQueryResult()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
Optional. If true, enable restricted export.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];boolean getRestrictDirectTableAccess()
Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
bool restrict_direct_table_access = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean getRestrictQueryResult()
Optional. If true, restrict export of query result derived from restricted linked dataset table.
bool restrict_query_result = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.