public interface MetadataLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyValueMetadataLabel()
public abstract KeyValueMetadataLabel getKeyValueMetadataLabel()Metadata key that contains the finding.
.google.privacy.dlp.v2.KeyValueMetadataLabel key_value_metadata_label = 4;
| Returns | |
|---|---|
| Type | Description |
KeyValueMetadataLabel |
The keyValueMetadataLabel. |
getKeyValueMetadataLabelOrBuilder()
public abstract KeyValueMetadataLabelOrBuilder getKeyValueMetadataLabelOrBuilder()Metadata key that contains the finding.
.google.privacy.dlp.v2.KeyValueMetadataLabel key_value_metadata_label = 4;
| Returns | |
|---|---|
| Type | Description |
KeyValueMetadataLabelOrBuilder |
|
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. |
hasKeyValueMetadataLabel()
public abstract boolean hasKeyValueMetadataLabel()Metadata key that contains the finding.
.google.privacy.dlp.v2.KeyValueMetadataLabel key_value_metadata_label = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the keyValueMetadataLabel field is set. |
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. |