public static final class DiscoveryVertexDatasetFilter.Builder extends GeneratedMessageV3.Builder<DiscoveryVertexDatasetFilter.Builder> implements DiscoveryVertexDatasetFilterOrBuilder
Determines what datasets will have profiles generated within an organization
or project. Includes the ability to filter by regular expression patterns
on project ID or dataset regex.
Protobuf type google.privacy.dlp.v2.DiscoveryVertexDatasetFilter
Inherited Members
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryVertexDatasetFilter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DiscoveryVertexDatasetFilter build()
buildPartial()
public DiscoveryVertexDatasetFilter buildPartial()
clear()
public DiscoveryVertexDatasetFilter.Builder clear()
Overrides
clearCollection()
public DiscoveryVertexDatasetFilter.Builder clearCollection()
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
clearField(Descriptors.FieldDescriptor field)
public DiscoveryVertexDatasetFilter.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFilter()
public DiscoveryVertexDatasetFilter.Builder clearFilter()
clearOneof(Descriptors.OneofDescriptor oneof)
public DiscoveryVertexDatasetFilter.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOthers()
public DiscoveryVertexDatasetFilter.Builder clearOthers()
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;
clearVertexDatasetResourceReference()
public DiscoveryVertexDatasetFilter.Builder clearVertexDatasetResourceReference()
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;
clone()
public DiscoveryVertexDatasetFilter.Builder clone()
Overrides
getCollection()
public VertexDatasetCollection getCollection()
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
getCollectionBuilder()
public VertexDatasetCollection.Builder getCollectionBuilder()
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
getCollectionOrBuilder()
public VertexDatasetCollectionOrBuilder getCollectionOrBuilder()
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
getDefaultInstanceForType()
public DiscoveryVertexDatasetFilter getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFilterCase()
public DiscoveryVertexDatasetFilter.FilterCase getFilterCase()
getOthers()
public 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;
getOthersBuilder()
public AllOtherResources.Builder getOthersBuilder()
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;
getOthersOrBuilder()
public 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;
getVertexDatasetResourceReference()
public 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;
getVertexDatasetResourceReferenceBuilder()
public VertexDatasetResourceReference.Builder getVertexDatasetResourceReferenceBuilder()
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;
getVertexDatasetResourceReferenceOrBuilder()
public 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;
hasCollection()
public 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 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCollection(VertexDatasetCollection value)
public DiscoveryVertexDatasetFilter.Builder mergeCollection(VertexDatasetCollection value)
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
mergeFrom(DiscoveryVertexDatasetFilter other)
public DiscoveryVertexDatasetFilter.Builder mergeFrom(DiscoveryVertexDatasetFilter other)
public DiscoveryVertexDatasetFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DiscoveryVertexDatasetFilter.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeOthers(AllOtherResources value)
public DiscoveryVertexDatasetFilter.Builder mergeOthers(AllOtherResources value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryVertexDatasetFilter.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeVertexDatasetResourceReference(VertexDatasetResourceReference value)
public DiscoveryVertexDatasetFilter.Builder mergeVertexDatasetResourceReference(VertexDatasetResourceReference value)
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;
setCollection(VertexDatasetCollection value)
public DiscoveryVertexDatasetFilter.Builder setCollection(VertexDatasetCollection value)
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
setCollection(VertexDatasetCollection.Builder builderForValue)
public DiscoveryVertexDatasetFilter.Builder setCollection(VertexDatasetCollection.Builder builderForValue)
A specific set of Vertex AI datasets for this filter to apply to.
.google.privacy.dlp.v2.VertexDatasetCollection collection = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryVertexDatasetFilter.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOthers(AllOtherResources value)
public DiscoveryVertexDatasetFilter.Builder setOthers(AllOtherResources value)
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;
setOthers(AllOtherResources.Builder builderForValue)
public DiscoveryVertexDatasetFilter.Builder setOthers(AllOtherResources.Builder builderForValue)
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiscoveryVertexDatasetFilter.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryVertexDatasetFilter.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setVertexDatasetResourceReference(VertexDatasetResourceReference value)
public DiscoveryVertexDatasetFilter.Builder setVertexDatasetResourceReference(VertexDatasetResourceReference value)
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;
setVertexDatasetResourceReference(VertexDatasetResourceReference.Builder builderForValue)
public DiscoveryVertexDatasetFilter.Builder setVertexDatasetResourceReference(VertexDatasetResourceReference.Builder builderForValue)
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;