Google Cloud Asset Inventory v1 API - Class ListSavedQueriesRequest (3.11.0)

public sealed class ListSavedQueriesRequest : IMessage<ListSavedQueriesRequest>, IEquatable<ListSavedQueriesRequest>, IDeepCloneable<ListSavedQueriesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class ListSavedQueriesRequest.

Request to list saved queries.

Inheritance

object > ListSavedQueriesRequest

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

ListSavedQueriesRequest()

public ListSavedQueriesRequest()

ListSavedQueriesRequest(ListSavedQueriesRequest)

public ListSavedQueriesRequest(ListSavedQueriesRequest other)
Parameter
NameDescription
otherListSavedQueriesRequest

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
TypeDescription
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
TypeDescription
int

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
TypeDescription
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
TypeDescription
string

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName