Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::MetadataLocation (v1.16.1)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::MetadataLocation.

Metadata Location

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_value_metadata_label

def key_value_metadata_label() -> ::Google::Cloud::Dlp::V2::KeyValueMetadataLabel
Returns
  • (::Google::Cloud::Dlp::V2::KeyValueMetadataLabel) — Metadata key that contains the finding.

    Note: The following fields are mutually exclusive: key_value_metadata_label, storage_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key_value_metadata_label=

def key_value_metadata_label=(value) -> ::Google::Cloud::Dlp::V2::KeyValueMetadataLabel
Parameter
  • value (::Google::Cloud::Dlp::V2::KeyValueMetadataLabel) — Metadata key that contains the finding.

    Note: The following fields are mutually exclusive: key_value_metadata_label, storage_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dlp::V2::KeyValueMetadataLabel) — Metadata key that contains the finding.

    Note: The following fields are mutually exclusive: key_value_metadata_label, storage_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

#storage_label

def storage_label() -> ::Google::Cloud::Dlp::V2::StorageMetadataLabel
Returns
  • (::Google::Cloud::Dlp::V2::StorageMetadataLabel) — Storage metadata.

    Note: The following fields are mutually exclusive: storage_label, key_value_metadata_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

#storage_label=

def storage_label=(value) -> ::Google::Cloud::Dlp::V2::StorageMetadataLabel
Parameter
  • value (::Google::Cloud::Dlp::V2::StorageMetadataLabel) — Storage metadata.

    Note: The following fields are mutually exclusive: storage_label, key_value_metadata_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dlp::V2::StorageMetadataLabel) — Storage metadata.

    Note: The following fields are mutually exclusive: storage_label, key_value_metadata_label. If a field in that set is populated, all other fields in the set will automatically be cleared.

#type

def type() -> ::Google::Cloud::Dlp::V2::MetadataType
Returns

#type=

def type=(value) -> ::Google::Cloud::Dlp::V2::MetadataType
Parameter
Returns