Class: Google::Cloud::DataCatalog::V1::CreatePolicyTagRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Resource name of the taxonomy that the policy tag will belong to.

Returns:

  • (::String)

    Required. Resource name of the taxonomy that the policy tag will belong to.



257
258
259
260
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 257

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

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

Returns The policy tag to create.

Returns:



257
258
259
260
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 257

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