Class: Google::Cloud::DataCatalog::V1::CreateTagTemplateFieldRequest

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

Overview

Request message for CreateTagTemplateField.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the project and the template location region.

Example:

  • projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}.

Returns:

  • (::String)

    Required. The name of the project and the template location region.

    Example:

    • projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}


698
699
700
701
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 698

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

#tag_template_field::Google::Cloud::DataCatalog::V1::TagTemplateField

Returns Required. The tag template field to create.

Returns:



698
699
700
701
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 698

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

#tag_template_field_id::String

Returns Required. The ID of the tag template field to create.

Note: Adding a required field to an existing template is not allowed.

Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.

Returns:

  • (::String)

    Required. The ID of the tag template field to create.

    Note: Adding a required field to an existing template is not allowed.

    Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.



698
699
700
701
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 698

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