public final class DeidentifyDataSourceStats extends GeneratedMessageV3 implements DeidentifyDataSourceStatsOrBuilder
Summary of what was modified during a transformation.
Protobuf type google.privacy.dlp.v2.DeidentifyDataSourceStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int TRANSFORMATION_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRANSFORMATION_ERROR_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRANSFORMED_BYTES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DeidentifyDataSourceStats getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DeidentifyDataSourceStats.Builder newBuilder()
newBuilder(DeidentifyDataSourceStats prototype)
public static DeidentifyDataSourceStats.Builder newBuilder(DeidentifyDataSourceStats prototype)
public static DeidentifyDataSourceStats parseDelimitedFrom(InputStream input)
public static DeidentifyDataSourceStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DeidentifyDataSourceStats parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DeidentifyDataSourceStats parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceStats parseFrom(CodedInputStream input)
public static DeidentifyDataSourceStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceStats parseFrom(InputStream input)
public static DeidentifyDataSourceStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DeidentifyDataSourceStats parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyDataSourceStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DeidentifyDataSourceStats> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public DeidentifyDataSourceStats getDefaultInstanceForType()
getParserForType()
public Parser<DeidentifyDataSourceStats> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public long getTransformationCount()
Number of successfully applied transformations.
int64 transformation_count = 2;
Returns |
---|
Type | Description |
long | The transformationCount.
|
public long getTransformationErrorCount()
Number of errors encountered while trying to apply transformations.
int64 transformation_error_count = 3;
Returns |
---|
Type | Description |
long | The transformationErrorCount.
|
public long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 1;
Returns |
---|
Type | Description |
long | The transformedBytes.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DeidentifyDataSourceStats.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeidentifyDataSourceStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DeidentifyDataSourceStats.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides