Send feedback
Class TransformationSummary.SummaryResult.Builder (3.6.4)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.4 keyboard_arrow_down
public static final class TransformationSummary . SummaryResult . Builder extends GeneratedMessageV3 . Builder<TransformationSummary . SummaryResult . Builder > implements TransformationSummary . SummaryResultOrBuilder
A collection that informs the user the number of times a particular
TransformationResultCode
and error details occurred.
Protobuf type google.privacy.dlp.v2.TransformationSummary.SummaryResult
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public TransformationSummary . SummaryResult . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TransformationSummary . SummaryResult build ()
Returns
public TransformationSummary . SummaryResult buildPartial ()
Returns
public TransformationSummary . SummaryResult . Builder clear ()
Returns
Overrides
public TransformationSummary . SummaryResult . Builder clearCode ()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
Returns
public TransformationSummary . SummaryResult . Builder clearCount ()
Number of transformations counted by this result.
int64 count = 1;
Returns
public TransformationSummary . SummaryResult . Builder clearDetails ()
A place for warnings or errors to show up if a transformation didn't
work as expected.
string details = 3;
Returns
public TransformationSummary . SummaryResult . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public TransformationSummary . SummaryResult . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public TransformationSummary . SummaryResult . Builder clone ()
Returns
Overrides
public TransformationSummary . TransformationResultCode getCode ()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
Returns
public int getCodeValue ()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
Returns
Type Description int The enum numeric value on the wire for code.
Number of transformations counted by this result.
int64 count = 1;
Returns
Type Description long The count.
public TransformationSummary . SummaryResult getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public String getDetails ()
A place for warnings or errors to show up if a transformation didn't
work as expected.
string details = 3;
Returns
Type Description String The details.
public ByteString getDetailsBytes ()
A place for warnings or errors to show up if a transformation didn't
work as expected.
string details = 3;
Returns
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public TransformationSummary . SummaryResult . Builder mergeFrom ( TransformationSummary . SummaryResult other )
Parameter
Returns
public TransformationSummary . SummaryResult . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public TransformationSummary . SummaryResult . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final TransformationSummary . SummaryResult . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public TransformationSummary . SummaryResult . Builder setCode ( TransformationSummary . TransformationResultCode value )
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
Parameter
Returns
public TransformationSummary . SummaryResult . Builder setCodeValue ( int value )
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
Parameter
Name Description value int
The enum numeric value on the wire for code to set.
Returns
public TransformationSummary . SummaryResult . Builder setCount ( long value )
Number of transformations counted by this result.
int64 count = 1;
Parameter
Name Description value long
The count to set.
Returns
public TransformationSummary . SummaryResult . Builder setDetails ( String value )
A place for warnings or errors to show up if a transformation didn't
work as expected.
string details = 3;
Parameter
Name Description value String
The details to set.
Returns
public TransformationSummary . SummaryResult . Builder setDetailsBytes ( ByteString value )
A place for warnings or errors to show up if a transformation didn't
work as expected.
string details = 3;
Parameter
Name Description value ByteString
The bytes for details to set.
Returns
public TransformationSummary . SummaryResult . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TransformationSummary . SummaryResult . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final TransformationSummary . SummaryResult . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]