Class: Google::Cloud::Asset::V1::ListSavedQueriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::ListSavedQueriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Response of listing saved queries.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#saved_queries ⇒ ::Array<::Google::Cloud::Asset::V1::SavedQuery>
A list of savedQueries.
Instance Attribute Details
#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.
1489 1490 1491 1492 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1489 class ListSavedQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#saved_queries ⇒ ::Array<::Google::Cloud::Asset::V1::SavedQuery>
Returns A list of savedQueries.
1489 1490 1491 1492 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1489 class ListSavedQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |