Class VertexDatasetDiscoveryTarget (3.63.0)

public final class VertexDatasetDiscoveryTarget extends GeneratedMessageV3 implements VertexDatasetDiscoveryTargetOrBuilder

Target used to match against for discovery with Vertex AI datasets.

Protobuf type google.privacy.dlp.v2.VertexDatasetDiscoveryTarget

Static Fields

CONDITIONS_FIELD_NUMBER

public static final int CONDITIONS_FIELD_NUMBER
Field Value
Type Description
int

DISABLED_FIELD_NUMBER

public static final int DISABLED_FIELD_NUMBER
Field Value
Type Description
int

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

GENERATION_CADENCE_FIELD_NUMBER

public static final int GENERATION_CADENCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VertexDatasetDiscoveryTarget getDefaultInstance()
Returns
Type Description
VertexDatasetDiscoveryTarget

getDescriptor()

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

newBuilder()

public static VertexDatasetDiscoveryTarget.Builder newBuilder()
Returns
Type Description
VertexDatasetDiscoveryTarget.Builder

newBuilder(VertexDatasetDiscoveryTarget prototype)

public static VertexDatasetDiscoveryTarget.Builder newBuilder(VertexDatasetDiscoveryTarget prototype)
Parameter
Name Description
prototype VertexDatasetDiscoveryTarget
Returns
Type Description
VertexDatasetDiscoveryTarget.Builder

parseDelimitedFrom(InputStream input)

public static VertexDatasetDiscoveryTarget parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VertexDatasetDiscoveryTarget parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VertexDatasetDiscoveryTarget parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VertexDatasetDiscoveryTarget parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VertexDatasetDiscoveryTarget parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VertexDatasetDiscoveryTarget parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VertexDatasetDiscoveryTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexDatasetDiscoveryTarget
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VertexDatasetDiscoveryTarget> parser()
Returns
Type Description
Parser<VertexDatasetDiscoveryTarget>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCadenceCase()

public VertexDatasetDiscoveryTarget.CadenceCase getCadenceCase()
Returns
Type Description
VertexDatasetDiscoveryTarget.CadenceCase

getConditions()

public DiscoveryVertexDatasetConditions getConditions()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
DiscoveryVertexDatasetConditions

The conditions.

getConditionsOrBuilder()

public DiscoveryVertexDatasetConditionsOrBuilder getConditionsOrBuilder()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
DiscoveryVertexDatasetConditionsOrBuilder

getDefaultInstanceForType()

public VertexDatasetDiscoveryTarget getDefaultInstanceForType()
Returns
Type Description
VertexDatasetDiscoveryTarget

getDisabled()

public Disabled getDisabled()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
Disabled

The disabled.

getDisabledOrBuilder()

public DisabledOrBuilder getDisabledOrBuilder()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
DisabledOrBuilder

getFilter()

public DiscoveryVertexDatasetFilter getFilter()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryVertexDatasetFilter

The filter.

getFilterOrBuilder()

public DiscoveryVertexDatasetFilterOrBuilder getFilterOrBuilder()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DiscoveryVertexDatasetFilterOrBuilder

getGenerationCadence()

public DiscoveryVertexDatasetGenerationCadence getGenerationCadence()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryVertexDatasetGenerationCadence

The generationCadence.

getGenerationCadenceOrBuilder()

public DiscoveryVertexDatasetGenerationCadenceOrBuilder getGenerationCadenceOrBuilder()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
DiscoveryVertexDatasetGenerationCadenceOrBuilder

getParserForType()

public Parser<VertexDatasetDiscoveryTarget> getParserForType()
Returns
Type Description
Parser<VertexDatasetDiscoveryTarget>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasConditions()

public boolean hasConditions()

In addition to matching the filter, these conditions must be true before a profile is generated.

.google.privacy.dlp.v2.DiscoveryVertexDatasetConditions conditions = 2;

Returns
Type Description
boolean

Whether the conditions field is set.

hasDisabled()

public boolean hasDisabled()

Disable profiling for datasets that match this filter.

.google.privacy.dlp.v2.Disabled disabled = 4;

Returns
Type Description
boolean

Whether the disabled field is set.

hasFilter()

public boolean hasFilter()

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

.google.privacy.dlp.v2.DiscoveryVertexDatasetFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the filter field is set.

hasGenerationCadence()

public boolean hasGenerationCadence()

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

.google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence generation_cadence = 3;

Returns
Type Description
boolean

Whether the generationCadence field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VertexDatasetDiscoveryTarget.Builder newBuilderForType()
Returns
Type Description
VertexDatasetDiscoveryTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VertexDatasetDiscoveryTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VertexDatasetDiscoveryTarget.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VertexDatasetDiscoveryTarget.Builder toBuilder()
Returns
Type Description
VertexDatasetDiscoveryTarget.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException