Class ImageTransformations.ImageTransformation.SelectedInfoTypes (3.45.0)

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

Apply transformation to the selected info_types.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageTransformations.ImageTransformation.SelectedInfoTypes

Static Fields

INFO_TYPES_FIELD_NUMBER

public static final int INFO_TYPES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImageTransformations.ImageTransformation.SelectedInfoTypes getDefaultInstance()
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder newBuilder()
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder

newBuilder(ImageTransformations.ImageTransformation.SelectedInfoTypes prototype)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder newBuilder(ImageTransformations.ImageTransformation.SelectedInfoTypes prototype)
Parameter
NameDescription
prototypeImageTransformations.ImageTransformation.SelectedInfoTypes
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder

parseDelimitedFrom(InputStream input)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageTransformations.ImageTransformation.SelectedInfoTypes parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImageTransformations.ImageTransformation.SelectedInfoTypes> parser()
Returns
TypeDescription
Parser<SelectedInfoTypes>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ImageTransformations.ImageTransformation.SelectedInfoTypes getDefaultInstanceForType()
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes

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
NameDescription
indexint
Returns
TypeDescription
InfoType

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.privacy.dlp.v2.InfoTypeOrBuilder>

getParserForType()

public Parser<ImageTransformations.ImageTransformation.SelectedInfoTypes> getParserForType()
Returns
TypeDescription
Parser<SelectedInfoTypes>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder newBuilderForType()
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder toBuilder()
Returns
TypeDescription
ImageTransformations.ImageTransformation.SelectedInfoTypes.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException