Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Label (v0.38.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Label.

Represents a generic name-value label. A label has separate name and value fields to support filtering with the contains() function. For more information, see Filtering on array-type fields.

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name of the label.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the label.
Returns
  • (::String) — Name of the label.

#value

def value() -> ::String
Returns
  • (::String) — Value that corresponds to the label's name.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Value that corresponds to the label's name.
Returns
  • (::String) — Value that corresponds to the label's name.