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

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

Request message for CreateTagTemplate.

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](https://cloud.google.com/data-catalog/docs/concepts/regions.

    Example:

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

#parent=

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

    Required. The name of the project and the template location [region](https://cloud.google.com/data-catalog/docs/concepts/regions.

    Example:

    • projects/{project_id}/locations/us-central1
Returns
  • (::String) —

    Required. The name of the project and the template location [region](https://cloud.google.com/data-catalog/docs/concepts/regions.

    Example:

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

#tag_template

def tag_template() -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplate
Returns

#tag_template=

def tag_template=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplate
Parameter
Returns

#tag_template_id

def tag_template_id() -> ::String
Returns
  • (::String) — Required. The id of the tag template to create.

#tag_template_id=

def tag_template_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the tag template to create.
Returns
  • (::String) — Required. The id of the tag template to create.