Class DataProfileBigQueryRowSchema (3.46.0)

public final class DataProfileBigQueryRowSchema extends GeneratedMessageV3 implements DataProfileBigQueryRowSchemaOrBuilder

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

Protobuf type google.privacy.dlp.v2.DataProfileBigQueryRowSchema

Static Fields

COLUMN_PROFILE_FIELD_NUMBER

public static final int COLUMN_PROFILE_FIELD_NUMBER
Field Value
Type Description
int

TABLE_PROFILE_FIELD_NUMBER

public static final int TABLE_PROFILE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataProfileBigQueryRowSchema getDefaultInstance()
Returns
Type Description
DataProfileBigQueryRowSchema

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataProfileBigQueryRowSchema.Builder newBuilder()
Returns
Type Description
DataProfileBigQueryRowSchema.Builder

newBuilder(DataProfileBigQueryRowSchema prototype)

public static DataProfileBigQueryRowSchema.Builder newBuilder(DataProfileBigQueryRowSchema prototype)
Parameter
Name Description
prototype DataProfileBigQueryRowSchema
Returns
Type Description
DataProfileBigQueryRowSchema.Builder

parseDelimitedFrom(InputStream input)

public static DataProfileBigQueryRowSchema parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataProfileBigQueryRowSchema parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataProfileBigQueryRowSchema parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataProfileBigQueryRowSchema parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataProfileBigQueryRowSchema parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataProfileBigQueryRowSchema parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataProfileBigQueryRowSchema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileBigQueryRowSchema
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataProfileBigQueryRowSchema> parser()
Returns
Type Description
Parser<DataProfileBigQueryRowSchema>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getColumnProfile()

public ColumnDataProfile getColumnProfile()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
Type Description
ColumnDataProfile

The columnProfile.

getColumnProfileOrBuilder()

public ColumnDataProfileOrBuilder getColumnProfileOrBuilder()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
Type Description
ColumnDataProfileOrBuilder

getDataProfileCase()

public DataProfileBigQueryRowSchema.DataProfileCase getDataProfileCase()
Returns
Type Description
DataProfileBigQueryRowSchema.DataProfileCase

getDefaultInstanceForType()

public DataProfileBigQueryRowSchema getDefaultInstanceForType()
Returns
Type Description
DataProfileBigQueryRowSchema

getParserForType()

public Parser<DataProfileBigQueryRowSchema> getParserForType()
Returns
Type Description
Parser<DataProfileBigQueryRowSchema>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableProfile()

public TableDataProfile getTableProfile()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
Type Description
TableDataProfile

The tableProfile.

getTableProfileOrBuilder()

public TableDataProfileOrBuilder getTableProfileOrBuilder()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
Type Description
TableDataProfileOrBuilder

hasColumnProfile()

public boolean hasColumnProfile()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
Type Description
boolean

Whether the columnProfile field is set.

hasTableProfile()

public boolean hasTableProfile()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
Type Description
boolean

Whether the tableProfile field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataProfileBigQueryRowSchema.Builder newBuilderForType()
Returns
Type Description
DataProfileBigQueryRowSchema.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataProfileBigQueryRowSchema.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataProfileBigQueryRowSchema.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DataProfileBigQueryRowSchema.Builder toBuilder()
Returns
Type Description
DataProfileBigQueryRowSchema.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException