Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Tag.
A tag associated with a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String
Returns
- (::String) — The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
#key=
def key=(value) -> ::String
Parameter
- value (::String) — The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
Returns
- (::String) — The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
#namespaced_tag_value
def namespaced_tag_value() -> ::String
Returns
-
(::String) — The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod". This is only set for Google Cloud resources.
#namespaced_tag_value=
def namespaced_tag_value=(value) -> ::String
Parameter
-
value (::String) — The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod". This is only set for Google Cloud resources.
Returns
-
(::String) — The namespaced name for the tag value to attach to Google Cloud resources.
Must be in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod". This is only set for Google Cloud resources.
#value
def value() -> ::String
Returns
- (::String) — The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
Returns
- (::String) — The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".