public static final class DeidentifyDataSourceStats.Builder extends GeneratedMessage.Builder<DeidentifyDataSourceStats.Builder> implements DeidentifyDataSourceStatsOrBuilderSummary of what was modified during a transformation.
Protobuf type google.privacy.dlp.v2.DeidentifyDataSourceStats
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeidentifyDataSourceStats.BuilderImplements
DeidentifyDataSourceStatsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeidentifyDataSourceStats build()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats |
|
buildPartial()
public DeidentifyDataSourceStats buildPartial()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats |
|
clear()
public DeidentifyDataSourceStats.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
|
clearTransformationCount()
public DeidentifyDataSourceStats.Builder clearTransformationCount()Number of successfully applied transformations.
int64 transformation_count = 2;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |
clearTransformationErrorCount()
public DeidentifyDataSourceStats.Builder clearTransformationErrorCount()Number of errors encountered while trying to apply transformations.
int64 transformation_error_count = 3;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |
clearTransformedBytes()
public DeidentifyDataSourceStats.Builder clearTransformedBytes()Total size in bytes that were transformed in some way.
int64 transformed_bytes = 1;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeidentifyDataSourceStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTransformationCount()
public long getTransformationCount()Number of successfully applied transformations.
int64 transformation_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The transformationCount. |
getTransformationErrorCount()
public long getTransformationErrorCount()Number of errors encountered while trying to apply transformations.
int64 transformation_error_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The transformationErrorCount. |
getTransformedBytes()
public long getTransformedBytes()Total size in bytes that were transformed in some way.
int64 transformed_bytes = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The transformedBytes. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeidentifyDataSourceStats other)
public DeidentifyDataSourceStats.Builder mergeFrom(DeidentifyDataSourceStats other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyDataSourceStats |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeidentifyDataSourceStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeidentifyDataSourceStats.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
|
setTransformationCount(long value)
public DeidentifyDataSourceStats.Builder setTransformationCount(long value)Number of successfully applied transformations.
int64 transformation_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe transformationCount to set. |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |
setTransformationErrorCount(long value)
public DeidentifyDataSourceStats.Builder setTransformationErrorCount(long value)Number of errors encountered while trying to apply transformations.
int64 transformation_error_count = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe transformationErrorCount to set. |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |
setTransformedBytes(long value)
public DeidentifyDataSourceStats.Builder setTransformedBytes(long value)Total size in bytes that were transformed in some way.
int64 transformed_bytes = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe transformedBytes to set. |
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats.Builder |
This builder for chaining. |