public static final class TransformationSummary.SummaryResult.Builder extends com.google.protobuf.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| Modifier and Type | Method and Description |
|---|---|
TransformationSummary.SummaryResult.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationSummary.SummaryResult |
build() |
TransformationSummary.SummaryResult |
buildPartial() |
TransformationSummary.SummaryResult.Builder |
clear() |
TransformationSummary.SummaryResult.Builder |
clearCode()
Outcome of the transformation.
|
TransformationSummary.SummaryResult.Builder |
clearCount()
Number of transformations counted by this result.
|
TransformationSummary.SummaryResult.Builder |
clearDetails()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
TransformationSummary.SummaryResult.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransformationSummary.SummaryResult.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransformationSummary.SummaryResult.Builder |
clone() |
TransformationSummary.TransformationResultCode |
getCode()
Outcome of the transformation.
|
int |
getCodeValue()
Outcome of the transformation.
|
long |
getCount()
Number of transformations counted by this result.
|
TransformationSummary.SummaryResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDetails()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
com.google.protobuf.ByteString |
getDetailsBytes()
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransformationSummary.SummaryResult.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransformationSummary.SummaryResult.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransformationSummary.SummaryResult.Builder |
mergeFrom(TransformationSummary.SummaryResult other) |
TransformationSummary.SummaryResult.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransformationSummary.SummaryResult.Builder |
setCode(TransformationSummary.TransformationResultCode value)
Outcome of the transformation.
|
TransformationSummary.SummaryResult.Builder |
setCodeValue(int value)
Outcome of the transformation.
|
TransformationSummary.SummaryResult.Builder |
setCount(long value)
Number of transformations counted by this result.
|
TransformationSummary.SummaryResult.Builder |
setDetails(String value)
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
TransformationSummary.SummaryResult.Builder |
setDetailsBytes(com.google.protobuf.ByteString value)
A place for warnings or errors to show up if a transformation didn't
work as expected.
|
TransformationSummary.SummaryResult.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationSummary.SummaryResult.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransformationSummary.SummaryResult.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransformationSummary.SummaryResult build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransformationSummary.SummaryResult buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransformationSummary.SummaryResult.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder mergeFrom(TransformationSummary.SummaryResult other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public TransformationSummary.SummaryResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransformationSummary.SummaryResult.Builder>IOExceptionpublic long getCount()
Number of transformations counted by this result.
int64 count = 1;getCount in interface TransformationSummary.SummaryResultOrBuilderpublic TransformationSummary.SummaryResult.Builder setCount(long value)
Number of transformations counted by this result.
int64 count = 1;value - The count to set.public TransformationSummary.SummaryResult.Builder clearCount()
Number of transformations counted by this result.
int64 count = 1;public int getCodeValue()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
getCodeValue in interface TransformationSummary.SummaryResultOrBuilderpublic TransformationSummary.SummaryResult.Builder setCodeValue(int value)
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
value - The enum numeric value on the wire for code to set.public TransformationSummary.TransformationResultCode getCode()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
getCode in interface TransformationSummary.SummaryResultOrBuilderpublic TransformationSummary.SummaryResult.Builder setCode(TransformationSummary.TransformationResultCode value)
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
value - The code to set.public TransformationSummary.SummaryResult.Builder clearCode()
Outcome of the transformation.
.google.privacy.dlp.v2.TransformationSummary.TransformationResultCode code = 2;
public String getDetails()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;getDetails in interface TransformationSummary.SummaryResultOrBuilderpublic com.google.protobuf.ByteString getDetailsBytes()
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;getDetailsBytes in interface TransformationSummary.SummaryResultOrBuilderpublic 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;value - The details to set.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 setDetailsBytes(com.google.protobuf.ByteString value)
A place for warnings or errors to show up if a transformation didn't work as expected.
string details = 3;value - The bytes for details to set.public final TransformationSummary.SummaryResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>public final TransformationSummary.SummaryResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationSummary.SummaryResult.Builder>Copyright © 2022 Google LLC. All rights reserved.