Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListQueryTemplatesRequest

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 requesting the list of QueryTemplates.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Returns:

  • (::Integer)

    Optional. The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.



208
209
210
211
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 208

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

#page_token::String

Returns Optional. Page token, returned by a previous call, to request the next page of results.

Returns:

  • (::String)

    Optional. Page token, returned by a previous call, to request the next page of results.



208
209
210
211
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 208

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

#parent::String

Returns Required. The parent resource path of the QueryTemplates. e.g. projects/myproject/locations/us/dataExchanges/123.

Returns:

  • (::String)

    Required. The parent resource path of the QueryTemplates. e.g. projects/myproject/locations/us/dataExchanges/123.



208
209
210
211
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 208

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