Show / Hide Table of Contents

Class BillingAccountsResource.LocationsResource.SavedQueriesResource.GetRequest

Returns all data associated with the requested query.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SavedQuery>
LoggingBaseServiceRequest<SavedQuery>
BillingAccountsResource.LocationsResource.SavedQueriesResource.GetRequest
Implements
IClientServiceRequest<SavedQuery>
IClientServiceRequest
Inherited Members
LoggingBaseServiceRequest<SavedQuery>.Xgafv
LoggingBaseServiceRequest<SavedQuery>.AccessToken
LoggingBaseServiceRequest<SavedQuery>.Alt
LoggingBaseServiceRequest<SavedQuery>.Callback
LoggingBaseServiceRequest<SavedQuery>.Fields
LoggingBaseServiceRequest<SavedQuery>.Key
LoggingBaseServiceRequest<SavedQuery>.OauthToken
LoggingBaseServiceRequest<SavedQuery>.PrettyPrint
LoggingBaseServiceRequest<SavedQuery>.QuotaUser
LoggingBaseServiceRequest<SavedQuery>.UploadType
LoggingBaseServiceRequest<SavedQuery>.UploadProtocol
ClientServiceRequest<SavedQuery>.Execute()
ClientServiceRequest<SavedQuery>.ExecuteAsStream()
ClientServiceRequest<SavedQuery>.ExecuteAsync()
ClientServiceRequest<SavedQuery>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SavedQuery>.ExecuteAsStreamAsync()
ClientServiceRequest<SavedQuery>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SavedQuery>.CreateRequest(bool?)
ClientServiceRequest<SavedQuery>.GenerateRequestUri()
ClientServiceRequest<SavedQuery>.GetBody()
ClientServiceRequest<SavedQuery>.GetDefaultETagAction(string)
ClientServiceRequest<SavedQuery>.ETagAction
ClientServiceRequest<SavedQuery>.ModifyRequest
ClientServiceRequest<SavedQuery>.ValidateParameters
ClientServiceRequest<SavedQuery>.ApiVersion
ClientServiceRequest<SavedQuery>.RequestParameters
ClientServiceRequest<SavedQuery>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.SavedQueriesResource.GetRequest : LoggingBaseServiceRequest<SavedQuery>, IClientServiceRequest<SavedQuery>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SavedQuery>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SavedQuery>.MethodName

Name

Required. The resource name of the saved query. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" For example: "projects/my-project/locations/global/savedQueries/my-saved-query"

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SavedQuery>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
LoggingBaseServiceRequest<SavedQuery>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX