Show / Hide Table of Contents

Class BillingAccountsResource.LocationsResource.RecentQueriesResource

The "recentQueries" collection of methods.

Inheritance
object
BillingAccountsResource.LocationsResource.RecentQueriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Logging.v2
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class BillingAccountsResource.LocationsResource.RecentQueriesResource

Constructors

RecentQueriesResource(IClientService)

Constructs a new resource.

Declaration
public RecentQueriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the RecentQueries that were created by the user making the request.

Declaration
public virtual BillingAccountsResource.LocationsResource.RecentQueriesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource to which the listed queries belong. "projects/[PROJECT_ID]/locations/[LOCATION_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:projects/my-project/locations/us-central1Note: The location portion of the resource must be specified, but supplying the character - in place of LOCATION_ID will return all recent queries.

Returns
Type Description
BillingAccountsResource.LocationsResource.RecentQueriesResource.ListRequest
In this article
Back to top Generated by DocFX