Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateQueryTemplateRequest.
Message for updating a QueryTemplate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#query_template
def query_template() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to update.
#query_template=
def query_template=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate
Parameter
- value (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to update.
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate) — Required. The QueryTemplate to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Optional. Field mask specifies the fields to update in the query template
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Optional. Field mask specifies the fields to update in the query template
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.
Returns
-
(::Google::Protobuf::FieldMask) — Optional. Field mask specifies the fields to update in the query template
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.