Interface DiscoveryVertexDatasetFilterOrBuilder (3.63.0)

public interface DiscoveryVertexDatasetFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCollection()

public abstract VertexDatasetCollection getCollection()

A specific set of Vertex AI datasets for this filter to apply to.

.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;

Returns
Type Description
VertexDatasetCollection

The collection.

getCollectionOrBuilder()

public abstract VertexDatasetCollectionOrBuilder getCollectionOrBuilder()

A specific set of Vertex AI datasets for this filter to apply to.

.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;

Returns
Type Description
VertexDatasetCollectionOrBuilder

getFilterCase()

public abstract DiscoveryVertexDatasetFilter.FilterCase getFilterCase()
Returns
Type Description
DiscoveryVertexDatasetFilter.FilterCase

getOthers()

public abstract AllOtherResources getOthers()

Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

.google.privacy.dlp.v2.AllOtherResources others = 100;

Returns
Type Description
AllOtherResources

The others.

getOthersOrBuilder()

public abstract AllOtherResourcesOrBuilder getOthersOrBuilder()

Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

.google.privacy.dlp.v2.AllOtherResources others = 100;

Returns
Type Description
AllOtherResourcesOrBuilder

getVertexDatasetResourceReference()

public abstract VertexDatasetResourceReference getVertexDatasetResourceReference()

The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).

.google.privacy.dlp.v2.VertexDatasetResourceReference vertex_dataset_resource_reference = 2;

Returns
Type Description
VertexDatasetResourceReference

The vertexDatasetResourceReference.

getVertexDatasetResourceReferenceOrBuilder()

public abstract VertexDatasetResourceReferenceOrBuilder getVertexDatasetResourceReferenceOrBuilder()

The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).

.google.privacy.dlp.v2.VertexDatasetResourceReference vertex_dataset_resource_reference = 2;

Returns
Type Description
VertexDatasetResourceReferenceOrBuilder

hasCollection()

public abstract boolean hasCollection()

A specific set of Vertex AI datasets for this filter to apply to.

.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;

Returns
Type Description
boolean

Whether the collection field is set.

hasOthers()

public abstract boolean hasOthers()

Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

.google.privacy.dlp.v2.AllOtherResources others = 100;

Returns
Type Description
boolean

Whether the others field is set.

hasVertexDatasetResourceReference()

public abstract boolean hasVertexDatasetResourceReference()

The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).

.google.privacy.dlp.v2.VertexDatasetResourceReference vertex_dataset_resource_reference = 2;

Returns
Type Description
boolean

Whether the vertexDatasetResourceReference field is set.