public static final class Listing.BigQueryDatasetSource.RestrictedExportPolicy extends GeneratedMessage 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.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Listing.BigQueryDatasetSource.RestrictedExportPolicy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides