Class: Google::Cloud::Bigquery::AnalyticsHub::V1::GetQueryTemplateRequest

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

Overview

Message for creating a QueryTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.



190
191
192
193
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 190

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