- 0.82.0 (latest)
- 0.80.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.75.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder extends GeneratedMessage.Builder<Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder> implements Listing.BigQueryDatasetSource.RestrictedExportPolicyOrBuilderRestricted export policy used to configure restricted export on linked dataset.
Protobuf type
google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.RestrictedExportPolicy
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Listing.BigQueryDatasetSource.RestrictedExportPolicy.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy build()| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy |
|
buildPartial()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy buildPartial()| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy |
|
clear()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder clear()| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
clearEnabled()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder clearEnabled()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
clearRestrictDirectTableAccess()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder clearRestrictDirectTableAccess()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 |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
clearRestrictQueryResult()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder clearRestrictQueryResult()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 |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
getDefaultInstanceForType()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnabled()
public BoolValue getEnabled()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The enabled. |
getEnabledBuilder()
public BoolValue.Builder getEnabledBuilder()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEnabledOrBuilder()
public BoolValueOrBuilder getEnabledOrBuilder()Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getRestrictDirectTableAccess()
public 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. |
getRestrictDirectTableAccessBuilder()
public BoolValue.Builder getRestrictDirectTableAccessBuilder()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 |
Builder |
|
getRestrictDirectTableAccessOrBuilder()
public 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 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. |
getRestrictQueryResultBuilder()
public BoolValue.Builder getRestrictQueryResultBuilder()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 |
Builder |
|
getRestrictQueryResultOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEnabled(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeEnabled(BoolValue value)Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
mergeFrom(Listing.BigQueryDatasetSource.RestrictedExportPolicy other)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeFrom(Listing.BigQueryDatasetSource.RestrictedExportPolicy other)| Parameter | |
|---|---|
| Name | Description |
other |
Listing.BigQueryDatasetSource.RestrictedExportPolicy |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
mergeRestrictDirectTableAccess(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeRestrictDirectTableAccess(BoolValue value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
mergeRestrictQueryResult(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder mergeRestrictQueryResult(BoolValue value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setEnabled(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setEnabled(BoolValue value)Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setEnabled(BoolValue.Builder builderForValue)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setEnabled(BoolValue.Builder builderForValue)Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setRestrictDirectTableAccess(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setRestrictDirectTableAccess(BoolValue value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setRestrictDirectTableAccess(BoolValue.Builder builderForValue)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setRestrictDirectTableAccess(BoolValue.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setRestrictQueryResult(BoolValue value)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setRestrictQueryResult(BoolValue value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|
setRestrictQueryResult(BoolValue.Builder builderForValue)
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder setRestrictQueryResult(BoolValue.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder |
|