Class Listing.RestrictedExportConfig (0.28.0)

public static final class Listing.RestrictedExportConfig extends GeneratedMessageV3 implements Listing.RestrictedExportConfigOrBuilder

Restricted export config, used to configure restricted export on linked dataset.

Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.RestrictedExportConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Listing.RestrictedExportConfig

Static Fields

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

RESTRICT_DIRECT_TABLE_ACCESS_FIELD_NUMBER

public static final int RESTRICT_DIRECT_TABLE_ACCESS_FIELD_NUMBER
Field Value
TypeDescription
int

RESTRICT_QUERY_RESULT_FIELD_NUMBER

public static final int RESTRICT_QUERY_RESULT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Listing.RestrictedExportConfig getDefaultInstance()
Returns
TypeDescription
Listing.RestrictedExportConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Listing.RestrictedExportConfig.Builder newBuilder()
Returns
TypeDescription
Listing.RestrictedExportConfig.Builder

newBuilder(Listing.RestrictedExportConfig prototype)

public static Listing.RestrictedExportConfig.Builder newBuilder(Listing.RestrictedExportConfig prototype)
Parameter
NameDescription
prototypeListing.RestrictedExportConfig
Returns
TypeDescription
Listing.RestrictedExportConfig.Builder

parseDelimitedFrom(InputStream input)

public static Listing.RestrictedExportConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Listing.RestrictedExportConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Listing.RestrictedExportConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Listing.RestrictedExportConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Listing.RestrictedExportConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Listing.RestrictedExportConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Listing.RestrictedExportConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Listing.RestrictedExportConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Listing.RestrictedExportConfig> parser()
Returns
TypeDescription
Parser<RestrictedExportConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Listing.RestrictedExportConfig getDefaultInstanceForType()
Returns
TypeDescription
Listing.RestrictedExportConfig

getEnabled()

public boolean getEnabled()

Optional. If true, enable restricted export.

bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The enabled.

getParserForType()

public Parser<Listing.RestrictedExportConfig> getParserForType()
Returns
TypeDescription
Parser<RestrictedExportConfig>
Overrides

getRestrictDirectTableAccess()

public boolean getRestrictDirectTableAccess()

Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.

bool restrict_direct_table_access = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The restrictDirectTableAccess.

getRestrictQueryResult()

public boolean getRestrictQueryResult()

Optional. If true, restrict export of query result derived from restricted linked dataset table.

bool restrict_query_result = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The restrictQueryResult.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Listing.RestrictedExportConfig.Builder newBuilderForType()
Returns
TypeDescription
Listing.RestrictedExportConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Listing.RestrictedExportConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Listing.RestrictedExportConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Listing.RestrictedExportConfig.Builder toBuilder()
Returns
TypeDescription
Listing.RestrictedExportConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException