public final class TransformationDetailsStorageConfig extends GeneratedMessageV3 implements TransformationDetailsStorageConfigOrBuilder
Config for storing transformation details.
Protobuf type google.privacy.dlp.v2.TransformationDetailsStorageConfig
Static Fields
public static final int TABLE_FIELD_NUMBER
Field Value
Static Methods
public static TransformationDetailsStorageConfig getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static TransformationDetailsStorageConfig.Builder newBuilder()
Returns
public static TransformationDetailsStorageConfig.Builder newBuilder(TransformationDetailsStorageConfig prototype)
Parameter
Returns
public static TransformationDetailsStorageConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransformationDetailsStorageConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static TransformationDetailsStorageConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<TransformationDetailsStorageConfig> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig getDefaultInstanceForType()
Returns
public Parser<TransformationDetailsStorageConfig> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public BigQueryTable getTable()
The BigQuery table in which to store the output. This may be an existing
table or in a new table in an existing dataset.
If table_id is not set a new one will be generated for you with the
following format:
dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific
time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
Returns
public BigQueryTableOrBuilder getTableOrBuilder()
The BigQuery table in which to store the output. This may be an existing
table or in a new table in an existing dataset.
If table_id is not set a new one will be generated for you with the
following format:
dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific
time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
Returns
public TransformationDetailsStorageConfig.TypeCase getTypeCase()
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasTable()
The BigQuery table in which to store the output. This may be an existing
table or in a new table in an existing dataset.
If table_id is not set a new one will be generated for you with the
following format:
dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific
time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
Returns
Type | Description |
boolean | Whether the table field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public TransformationDetailsStorageConfig.Builder newBuilderForType()
Returns
protected TransformationDetailsStorageConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions