public static final class Listing.BigQueryDatasetSource.RestrictedExportPolicy extends GeneratedMessageV3 implements Listing.BigQueryDatasetSource.RestrictedExportPolicyOrBuilder
Restricted export policy used to configure restricted export on linked
dataset.
Protobuf type
google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.RestrictedExportPolicy
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESTRICT_DIRECT_TABLE_ACCESS_FIELD_NUMBER
public static final int RESTRICT_DIRECT_TABLE_ACCESS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESTRICT_QUERY_RESULT_FIELD_NUMBER
public static final int RESTRICT_QUERY_RESULT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilder()
newBuilder(Listing.BigQueryDatasetSource.RestrictedExportPolicy prototype)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilder(Listing.BigQueryDatasetSource.RestrictedExportPolicy prototype)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseDelimitedFrom(InputStream input)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(CodedInputStream input)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(InputStream input)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Listing.BigQueryDatasetSource.RestrictedExportPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Listing.BigQueryDatasetSource.RestrictedExportPolicy> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy getDefaultInstanceForType()
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.
|
getEnabledOrBuilder()
public BoolValueOrBuilder getEnabledOrBuilder()
Optional. If true, enable restricted export.
.google.protobuf.BoolValue enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<Listing.BigQueryDatasetSource.RestrictedExportPolicy> getParserForType()
Overrides
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.
|
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];
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.
|
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];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides