Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::CreateTagTemplateFieldRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateTagTemplateFieldRequest.

Request message for CreateTagTemplateField.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) —

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

    Example:

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    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}

#tag_template_field

def tag_template_field() -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplateField
Returns

#tag_template_field=

def tag_template_field=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplateField
Parameter
Returns

#tag_template_field_id

def tag_template_field_id() -> ::String
Returns
  • (::String) — Required. The ID of the tag template field to create. 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.

#tag_template_field_id=

def tag_template_field_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the tag template field to create. 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. 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.