Class ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder (3.62.0)

public static final class ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder extends GeneratedMessageV3.Builder<ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder> implements ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder

Apply transformation to the selected info_types.

Protobuf type google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder
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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllInfoTypes(Iterable<? extends InfoType> values)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addAllInfoTypes(Iterable<? extends InfoType> values)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.privacy.dlp.v2.InfoType>

addInfoTypes(InfoType value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addInfoTypes(InfoType value)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value InfoType

addInfoTypes(InfoType.Builder builderForValue)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addInfoTypes(InfoType.Builder builderForValue)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue InfoType.Builder

addInfoTypes(int index, InfoType value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addInfoTypes(int index, InfoType value)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value InfoType

addInfoTypes(int index, InfoType.Builder builderForValue)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addInfoTypes(int index, InfoType.Builder builderForValue)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue InfoType.Builder

addInfoTypesBuilder()

public InfoType.Builder addInfoTypesBuilder()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InfoType.Builder

addInfoTypesBuilder(int index)

public InfoType.Builder addInfoTypesBuilder(int index)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
InfoType.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public ImageTransformations.ImageTransformation.SelectedInfoTypes build()

buildPartial()

public ImageTransformations.ImageTransformation.SelectedInfoTypes buildPartial()

clear()

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearInfoTypes()

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder clearInfoTypes()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

clearOneof(Descriptors.OneofDescriptor oneof)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder clone()
Overrides

getDefaultInstanceForType()

public ImageTransformations.ImageTransformation.SelectedInfoTypes getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInfoTypes(int index)

public InfoType getInfoTypes(int index)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
InfoType

getInfoTypesBuilder(int index)

public InfoType.Builder getInfoTypesBuilder(int index)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
InfoType.Builder

getInfoTypesBuilderList()

public List<InfoType.Builder> getInfoTypesBuilderList()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getInfoTypesCount()

public int getInfoTypesCount()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getInfoTypesList()

public List<InfoType> getInfoTypesList()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<InfoType>

getInfoTypesOrBuilder(int index)

public InfoTypeOrBuilder getInfoTypesOrBuilder(int index)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
InfoTypeOrBuilder

getInfoTypesOrBuilderList()

public List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.InfoTypeOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ImageTransformations.ImageTransformation.SelectedInfoTypes other)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder mergeFrom(ImageTransformations.ImageTransformation.SelectedInfoTypes other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeInfoTypes(int index)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder removeInfoTypes(int index)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

setField(Descriptors.FieldDescriptor field, Object value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setInfoTypes(int index, InfoType value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder setInfoTypes(int index, InfoType value)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value InfoType

setInfoTypes(int index, InfoType.Builder builderForValue)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder setInfoTypes(int index, InfoType.Builder builderForValue)

Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue InfoType.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides