public final class DiscoveryVertexDatasetFilter extends GeneratedMessage 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.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
COLLECTION_FIELD_NUMBER
public static final int COLLECTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OTHERS_FIELD_NUMBER
public static final int OTHERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERTEX_DATASET_RESOURCE_REFERENCE_FIELD_NUMBER
public static final int VERTEX_DATASET_RESOURCE_REFERENCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DiscoveryVertexDatasetFilter getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DiscoveryVertexDatasetFilter.Builder newBuilder()
newBuilder(DiscoveryVertexDatasetFilter prototype)
public static DiscoveryVertexDatasetFilter.Builder newBuilder(DiscoveryVertexDatasetFilter prototype)
public static DiscoveryVertexDatasetFilter parseDelimitedFrom(InputStream input)
public static DiscoveryVertexDatasetFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DiscoveryVertexDatasetFilter parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryVertexDatasetFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DiscoveryVertexDatasetFilter parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryVertexDatasetFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryVertexDatasetFilter parseFrom(CodedInputStream input)
public static DiscoveryVertexDatasetFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryVertexDatasetFilter parseFrom(InputStream input)
public static DiscoveryVertexDatasetFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DiscoveryVertexDatasetFilter parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryVertexDatasetFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DiscoveryVertexDatasetFilter> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
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;
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()
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;
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;
getParserForType()
public Parser<DiscoveryVertexDatasetFilter> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
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;
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DiscoveryVertexDatasetFilter.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DiscoveryVertexDatasetFilter.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public DiscoveryVertexDatasetFilter.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides