Class DeidentifyDataSourceDetails.RequestedDeidentifyOptions (3.44.0)

public static final class DeidentifyDataSourceDetails.RequestedDeidentifyOptions extends GeneratedMessageV3 implements DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder

De-identification options.

Protobuf type google.privacy.dlp.v2.DeidentifyDataSourceDetails.RequestedDeidentifyOptions

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeidentifyDataSourceDetails.RequestedDeidentifyOptions

Static Fields

SNAPSHOT_DEIDENTIFY_TEMPLATE_FIELD_NUMBER

public static final int SNAPSHOT_DEIDENTIFY_TEMPLATE_FIELD_NUMBER
Field Value
TypeDescription
int

SNAPSHOT_IMAGE_REDACT_TEMPLATE_FIELD_NUMBER

public static final int SNAPSHOT_IMAGE_REDACT_TEMPLATE_FIELD_NUMBER
Field Value
TypeDescription
int

SNAPSHOT_STRUCTURED_DEIDENTIFY_TEMPLATE_FIELD_NUMBER

public static final int SNAPSHOT_STRUCTURED_DEIDENTIFY_TEMPLATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions getDefaultInstance()
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions

getDescriptor()

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

newBuilder()

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder newBuilder()
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

newBuilder(DeidentifyDataSourceDetails.RequestedDeidentifyOptions prototype)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder newBuilder(DeidentifyDataSourceDetails.RequestedDeidentifyOptions prototype)
Parameter
NameDescription
prototypeDeidentifyDataSourceDetails.RequestedDeidentifyOptions
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

parseDelimitedFrom(InputStream input)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static DeidentifyDataSourceDetails.RequestedDeidentifyOptions parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<DeidentifyDataSourceDetails.RequestedDeidentifyOptions> parser()
Returns
TypeDescription
Parser<RequestedDeidentifyOptions>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions getDefaultInstanceForType()
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions

getParserForType()

public Parser<DeidentifyDataSourceDetails.RequestedDeidentifyOptions> getParserForType()
Returns
TypeDescription
Parser<RequestedDeidentifyOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSnapshotDeidentifyTemplate()

public DeidentifyTemplate getSnapshotDeidentifyTemplate()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
TypeDescription
DeidentifyTemplate

The snapshotDeidentifyTemplate.

getSnapshotDeidentifyTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotDeidentifyTemplateOrBuilder()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
TypeDescription
DeidentifyTemplateOrBuilder

getSnapshotImageRedactTemplate()

public DeidentifyTemplate getSnapshotImageRedactTemplate()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
TypeDescription
DeidentifyTemplate

The snapshotImageRedactTemplate.

getSnapshotImageRedactTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotImageRedactTemplateOrBuilder()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
TypeDescription
DeidentifyTemplateOrBuilder

getSnapshotStructuredDeidentifyTemplate()

public DeidentifyTemplate getSnapshotStructuredDeidentifyTemplate()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
TypeDescription
DeidentifyTemplate

The snapshotStructuredDeidentifyTemplate.

getSnapshotStructuredDeidentifyTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotStructuredDeidentifyTemplateOrBuilder()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
TypeDescription
DeidentifyTemplateOrBuilder

hasSnapshotDeidentifyTemplate()

public boolean hasSnapshotDeidentifyTemplate()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
TypeDescription
boolean

Whether the snapshotDeidentifyTemplate field is set.

hasSnapshotImageRedactTemplate()

public boolean hasSnapshotImageRedactTemplate()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
TypeDescription
boolean

Whether the snapshotImageRedactTemplate field is set.

hasSnapshotStructuredDeidentifyTemplate()

public boolean hasSnapshotStructuredDeidentifyTemplate()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
TypeDescription
boolean

Whether the snapshotStructuredDeidentifyTemplate field is set.

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 DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder newBuilderForType()
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder toBuilder()
Returns
TypeDescription
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

writeTo(CodedOutputStream output)

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