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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public TransformationSummary.SummaryResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationSummary.SummaryResult build()
public TransformationSummary.SummaryResult buildPartial()
public TransformationSummary.SummaryResult.Builder clear()
Overrides
public TransformationSummary.SummaryResult.Builder clearCode()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
public TransformationSummary.SummaryResult.Builder clearCount()
Number of transformations counted by this result.
int64 count = 1;
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;
public TransformationSummary.SummaryResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public TransformationSummary.SummaryResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public TransformationSummary.SummaryResult.Builder clone()
Overrides
public TransformationSummary.TransformationResultCode getCode()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
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()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for details.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TransformationSummary.SummaryResult.Builder mergeFrom(TransformationSummary.SummaryResult other)
public TransformationSummary.SummaryResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TransformationSummary.SummaryResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final TransformationSummary.SummaryResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public TransformationSummary.SummaryResult.Builder setCode(TransformationSummary.TransformationResultCode value)
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
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.
|
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.
|
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.
|
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.
|
public TransformationSummary.SummaryResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationSummary.SummaryResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final TransformationSummary.SummaryResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides