public static interface Listing.BigQueryDatasetSource.RestrictedExportPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract BoolValue getEnabled()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The enabled. |
getEnabledOrBuilder()
public abstract BoolValueOrBuilder getEnabledOrBuilder()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getRestrictDirectTableAccess()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The restrictDirectTableAccess. |
getRestrictDirectTableAccessOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getRestrictQueryResult()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The restrictQueryResult. |
getRestrictQueryResultOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
hasEnabled()
public abstract boolean hasEnabled()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enabled field is set. |
hasRestrictDirectTableAccess()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the restrictDirectTableAccess field is set. |
hasRestrictQueryResult()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the restrictQueryResult field is set. |