Class: Google::Analytics::Admin::V1alpha::ListBigQueryLinksResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListBigQueryLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListBigQueryLinks RPC
Instance Attribute Summary collapse
-
#bigquery_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::BigQueryLink>
List of BigQueryLinks.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#bigquery_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::BigQueryLink>
Returns List of BigQueryLinks.
2175 2176 2177 2178 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2175 class ListBigQueryLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2175 2176 2177 2178 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2175 class ListBigQueryLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |