Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::UpdatePolicyTagRequest (v0.13.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::UpdatePolicyTagRequest.

Request message for UpdatePolicyTag.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#policy_tag

def policy_tag() -> ::Google::Cloud::DataCatalog::V1::PolicyTag
Returns

#policy_tag=

def policy_tag=(value) -> ::Google::Cloud::DataCatalog::V1::PolicyTag
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Specifies the fields to update.

    You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Specifies the fields to update.

    You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.

Returns
  • (::Google::Protobuf::FieldMask) — Specifies the fields to update.

    You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.