Interface MetadataLocationOrBuilder (3.6.7)

public interface MetadataLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabelCase()

public abstract MetadataLocation.LabelCase getLabelCase()
Returns
TypeDescription
MetadataLocation.LabelCase

getStorageLabel()

public abstract StorageMetadataLabel getStorageLabel()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
TypeDescription
StorageMetadataLabel

The storageLabel.

getStorageLabelOrBuilder()

public abstract StorageMetadataLabelOrBuilder getStorageLabelOrBuilder()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
TypeDescription
StorageMetadataLabelOrBuilder

getType()

public abstract MetadataType getType()

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Returns
TypeDescription
MetadataType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasStorageLabel()

public abstract boolean hasStorageLabel()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
TypeDescription
boolean

Whether the storageLabel field is set.