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

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

A key-value pair in the Metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — The key of the property.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — The key of the property.
Returns
  • (::String) — The key of the property.

#value

def value() -> ::String
Returns
  • (::String) — The value of the property.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The value of the property.
Returns
  • (::String) — The value of the property.