public final class DeidentifyDataSourceDetails extends GeneratedMessage implements DeidentifyDataSourceDetailsOrBuilderThe results of a Deidentify action from an inspect job.
Protobuf type google.privacy.dlp.v2.DeidentifyDataSourceDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DeidentifyDataSourceDetailsImplements
DeidentifyDataSourceDetailsOrBuilderStatic Fields
DEIDENTIFY_STATS_FIELD_NUMBER
public static final int DEIDENTIFY_STATS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
REQUESTED_OPTIONS_FIELD_NUMBER
public static final int REQUESTED_OPTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DeidentifyDataSourceDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DeidentifyDataSourceDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.Builder |
|
newBuilder(DeidentifyDataSourceDetails prototype)
public static DeidentifyDataSourceDetails.Builder newBuilder(DeidentifyDataSourceDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DeidentifyDataSourceDetails |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static DeidentifyDataSourceDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DeidentifyDataSourceDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DeidentifyDataSourceDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DeidentifyDataSourceDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DeidentifyDataSourceDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DeidentifyDataSourceDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DeidentifyDataSourceDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DeidentifyDataSourceDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DeidentifyDataSourceDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
|
getDeidentifyStats()
public DeidentifyDataSourceStats getDeidentifyStats()Stats about the de-identification operation.
.google.privacy.dlp.v2.DeidentifyDataSourceStats deidentify_stats = 2;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats |
The deidentifyStats. |
getDeidentifyStatsOrBuilder()
public DeidentifyDataSourceStatsOrBuilder getDeidentifyStatsOrBuilder()Stats about the de-identification operation.
.google.privacy.dlp.v2.DeidentifyDataSourceStats deidentify_stats = 2;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStatsOrBuilder |
|
getParserForType()
public Parser<DeidentifyDataSourceDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DeidentifyDataSourceDetails> |
|
getRequestedOptions()
public DeidentifyDataSourceDetails.RequestedDeidentifyOptions getRequestedOptions()De-identification config used for the request.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails.RequestedDeidentifyOptions requested_options = 1;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.RequestedDeidentifyOptions |
The requestedOptions. |
getRequestedOptionsOrBuilder()
public DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder getRequestedOptionsOrBuilder()De-identification config used for the request.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails.RequestedDeidentifyOptions requested_options = 1;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDeidentifyStats()
public boolean hasDeidentifyStats()Stats about the de-identification operation.
.google.privacy.dlp.v2.DeidentifyDataSourceStats deidentify_stats = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deidentifyStats field is set. |
hasRequestedOptions()
public boolean hasRequestedOptions()De-identification config used for the request.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails.RequestedDeidentifyOptions requested_options = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the requestedOptions field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DeidentifyDataSourceDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DeidentifyDataSourceDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.Builder |
|
toBuilder()
public DeidentifyDataSourceDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|