Class: Google::Cloud::DataCatalog::V1::UpdatePolicyTagRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb

Overview

Request message for UpdatePolicyTag.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_tag::Google::Cloud::DataCatalog::V1::PolicyTag

Returns The policy tag to update. You can update only its description, display name, and parent policy tag fields.

Returns:



288
289
290
291
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 288

class UpdatePolicyTagRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.



288
289
290
291
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 288

class UpdatePolicyTagRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end