Package com.google.privacy.dlp.v2
Interface MetadataLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataLocation
,MetadataLocation.Builder
public interface MetadataLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataLocation.LabelCase
getLabelCase()
StorageMetadataLabel
getStorageLabel()
Storage metadata.StorageMetadataLabelOrBuilder
getStorageLabelOrBuilder()
Storage metadata.MetadataType
getType()
Type of metadata containing the finding.int
getTypeValue()
Type of metadata containing the finding.boolean
hasStorageLabel()
Storage metadata.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Type of metadata containing the finding.
.google.privacy.dlp.v2.MetadataType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
MetadataType getType()
Type of metadata containing the finding.
.google.privacy.dlp.v2.MetadataType type = 1;
- Returns:
- The type.
-
hasStorageLabel
boolean hasStorageLabel()
Storage metadata.
.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;
- Returns:
- Whether the storageLabel field is set.
-
getStorageLabel
StorageMetadataLabel getStorageLabel()
Storage metadata.
.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;
- Returns:
- The storageLabel.
-
getStorageLabelOrBuilder
StorageMetadataLabelOrBuilder getStorageLabelOrBuilder()
Storage metadata.
.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;
-
getLabelCase
MetadataLocation.LabelCase getLabelCase()
-
-