Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagValue.
A value of a tag.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#namespaced_value
def namespaced_value() -> ::String
Returns
-
(::String) — The namespaced name for the tag value to attach to resources. Must be
in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod".
#namespaced_value=
def namespaced_value=(value) -> ::String
Parameter
-
value (::String) — The namespaced name for the tag value to attach to resources. Must be
in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod".
Returns
-
(::String) — The namespaced name for the tag value to attach to resources. Must be
in the format
{parent_id}/{tag_key_short_name}/{short_name}
, for example, "123456/environment/prod".