public interface MetadataLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabelCase()
public abstract MetadataLocation.LabelCase getLabelCase()| Type | Description |
| MetadataLocation.LabelCase |
getStorageLabel()
public abstract StorageMetadataLabel getStorageLabel()Storage metadata.
.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;
| Type | Description |
| StorageMetadataLabel | The storageLabel. |
getStorageLabelOrBuilder()
public abstract StorageMetadataLabelOrBuilder getStorageLabelOrBuilder()Storage metadata.
.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;
| Type | Description |
| StorageMetadataLabelOrBuilder |
getType()
public abstract MetadataType getType()Type of metadata containing the finding.
.google.privacy.dlp.v2.MetadataType type = 1;
| Type | Description |
| MetadataType | The type. |
getTypeValue()
public abstract int getTypeValue()Type of metadata containing the finding.
.google.privacy.dlp.v2.MetadataType type = 1;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the storageLabel field is set. |