Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::CreateQueryTemplateRequest.
Message for creating a QueryTemplate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource path of the QueryTemplate.
e.g.
projects/myproject/locations/us/dataExchanges/123/queryTemplates/myQueryTemplate
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource path of the QueryTemplate.
e.g.
projects/myproject/locations/us/dataExchanges/123/queryTemplates/myQueryTemplate
.
Returns
-
(::String) — Required. The parent resource path of the QueryTemplate.
e.g.
projects/myproject/locations/us/dataExchanges/123/queryTemplates/myQueryTemplate
.
#query_template
def query_template() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to create.
#query_template=
def query_template=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate
Parameter
- value (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to create.
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to create.
#query_template_id
def query_template_id() -> ::String
Returns
- (::String) — Required. The ID of the QueryTemplate to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
#query_template_id=
def query_template_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the QueryTemplate to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
Returns
- (::String) — Required. The ID of the QueryTemplate to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.