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