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