public sealed class ListSavedQueriesRequest : IMessage<ListSavedQueriesRequest>, IEquatable<ListSavedQueriesRequest>, IDeepCloneable<ListSavedQueriesRequest>, IBufferMessage, IMessage, IPageRequest
Request to list saved queries.
Implements
IMessage<ListSavedQueriesRequest>, IEquatable<ListSavedQueriesRequest>, IDeepCloneable<ListSavedQueriesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
ListSavedQueriesRequest()
public ListSavedQueriesRequest()
ListSavedQueriesRequest(ListSavedQueriesRequest)
public ListSavedQueriesRequest(ListSavedQueriesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListSavedQueriesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The expression to filter resources.
The expression is a list of zero or more restrictions combined via logical
operators AND
and OR
. When AND
and OR
are both used in the
expression, parentheses must be appropriately used to group the
combinations. The expression may also contain regular expressions.
See https://google.aip.dev/160 for more information on the grammar.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous ListSavedQueries
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListSavedQueries
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
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").
Property Value | |
---|---|
Type | Description |
String |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }
FolderName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |