Reference documentation and code samples for the Google Cloud Asset V1 Client class ListSavedQueriesRequest.
Request to list saved queries.
Generated from protobuf messagegoogle.cloud.asset.v1.ListSavedQueriesRequest
Namespace
Google \ Cloud \ Asset \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent project/folder/organization whose savedQueries are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").
↳ filter
string
Optional. The expression to filter resources. The expression is a list of zero or more restrictions combined via logical operatorsANDandOR. WhenANDandORare both used in the expression, parentheses must be appropriately used to group the combinations. The expression may also contain regular expressions. Seehttps://google.aip.dev/160for more information on the grammar.
↳ page_size
int
Optional. The maximum number of saved queries to return per page. The service may return fewer than this value. If unspecified, at most 50 will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Optional. A page token, received from a previousListSavedQueriescall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListSavedQueriesmust match the call that provided the page token.
getParent
Required. The parent project/folder/organization whose savedQueries are to
be listed. It can only be using project/folder/organization number (such as
"folders/12345")", or a project ID (such as "projects/my-project-id").
Returns
Type
Description
string
setParent
Required. The parent project/folder/organization whose savedQueries are to
be listed. It can only be using project/folder/organization number (such as
"folders/12345")", or a project ID (such as "projects/my-project-id").
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Optional. The expression to filter resources.
The expression is a list of zero or more restrictions combined via logical
operatorsANDandOR. WhenANDandORare both used in the
expression, parentheses must be appropriately used to group the
combinations. The expression may also contain regular expressions.
Seehttps://google.aip.dev/160for more information on the grammar.
Returns
Type
Description
string
setFilter
Optional. The expression to filter resources.
The expression is a list of zero or more restrictions combined via logical
operatorsANDandOR. WhenANDandORare both used in the
expression, parentheses must be appropriately used to group the
combinations. The expression may also contain regular expressions.
Seehttps://google.aip.dev/160for more information on the grammar.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of saved queries to return per page. The
service may return fewer than this value. If unspecified, at most 50 will
be returned. The maximum value is 1000; values above 1000 will be coerced
to 1000.
Returns
Type
Description
int
setPageSize
Optional. The maximum number of saved queries to return per page. The
service may return fewer than this value. If unspecified, at most 50 will
be returned. The maximum value is 1000; values above 1000 will be coerced
to 1000.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previousListSavedQueriescall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListSavedQueriesmust
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previousListSavedQueriescall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListSavedQueriesmust
match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent project/folder/organization whose savedQueries are to
be listed. It can only be using project/folder/organization number (such as
"folders/12345")", or a project ID (such as "projects/my-project-id"). Please seeAssetServiceClient::projectName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Asset V1 Client - Class ListSavedQueriesRequest (2.2.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.3 (latest)](/php/docs/reference/cloud-asset/latest/V1.ListSavedQueriesRequest)\n- [2.2.2](/php/docs/reference/cloud-asset/2.2.2/V1.ListSavedQueriesRequest)\n- [2.1.3](/php/docs/reference/cloud-asset/2.1.3/V1.ListSavedQueriesRequest)\n- [2.0.1](/php/docs/reference/cloud-asset/2.0.1/V1.ListSavedQueriesRequest)\n- [1.16.4](/php/docs/reference/cloud-asset/1.16.4/V1.ListSavedQueriesRequest)\n- [1.14.1](/php/docs/reference/cloud-asset/1.14.1/V1.ListSavedQueriesRequest)\n- [1.13.2](/php/docs/reference/cloud-asset/1.13.2/V1.ListSavedQueriesRequest)\n- [1.12.2](/php/docs/reference/cloud-asset/1.12.2/V1.ListSavedQueriesRequest)\n- [1.11.3](/php/docs/reference/cloud-asset/1.11.3/V1.ListSavedQueriesRequest)\n- [1.10.2](/php/docs/reference/cloud-asset/1.10.2/V1.ListSavedQueriesRequest)\n- [1.9.2](/php/docs/reference/cloud-asset/1.9.2/V1.ListSavedQueriesRequest) \nReference documentation and code samples for the Google Cloud Asset V1 Client class ListSavedQueriesRequest.\n\nRequest to list saved queries.\n\nGenerated from protobuf message `google.cloud.asset.v1.ListSavedQueriesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Asset \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent project/folder/organization whose savedQueries are to\nbe listed. It can only be using project/folder/organization number (such as\n\"folders/12345\")\", or a project ID (such as \"projects/my-project-id\").\n\n### setParent\n\nRequired. The parent project/folder/organization whose savedQueries are to\nbe listed. It can only be using project/folder/organization number (such as\n\"folders/12345\")\", or a project ID (such as \"projects/my-project-id\").\n\n### getFilter\n\nOptional. The expression to filter resources.\n\nThe expression is a list of zero or more restrictions combined via logical\noperators `AND` and `OR`. When `AND` and `OR` are both used in the\nexpression, parentheses must be appropriately used to group the\ncombinations. The expression may also contain regular expressions.\nSee \u003chttps://google.aip.dev/160\u003e for more information on the grammar.\n\n### setFilter\n\nOptional. The expression to filter resources.\n\nThe expression is a list of zero or more restrictions combined via logical\noperators `AND` and `OR`. When `AND` and `OR` are both used in the\nexpression, parentheses must be appropriately used to group the\ncombinations. The expression may also contain regular expressions.\nSee \u003chttps://google.aip.dev/160\u003e for more information on the grammar.\n\n### getPageSize\n\nOptional. The maximum number of saved queries to return per page. The\nservice may return fewer than this value. If unspecified, at most 50 will\nbe returned. The maximum value is 1000; values above 1000 will be coerced\nto 1000.\n\n### setPageSize\n\nOptional. The maximum number of saved queries to return per page. The\nservice may return fewer than this value. If unspecified, at most 50 will\nbe returned. The maximum value is 1000; values above 1000 will be coerced\nto 1000.\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListSavedQueries` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListSavedQueries` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListSavedQueries` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListSavedQueries` must\nmatch the call that provided the page token.\n\n### static::build"]]