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
-
(::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
-
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
-
(::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
- (::Google::Cloud::DataCatalog::V1beta1::TagTemplate) — Required. The tag template to create.
#tag_template=
def tag_template=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplate
- value (::Google::Cloud::DataCatalog::V1beta1::TagTemplate) — Required. The tag template to create.
- (::Google::Cloud::DataCatalog::V1beta1::TagTemplate) — Required. The tag template to create.
#tag_template_id
def tag_template_id() -> ::String
- (::String) — Required. The id of the tag template to create.
#tag_template_id=
def tag_template_id=(value) -> ::String
- value (::String) — Required. The id of the tag template to create.
- (::String) — Required. The id of the tag template to create.