Show / Hide Table of Contents

Class QueryResource.DebugSearchRequest

Returns Debug information for Cloud Search Query API provides the search method. Note: This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up Google Workspace domain-wide delegation of authority.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DebugResponse>
CloudSearchBaseServiceRequest<DebugResponse>
QueryResource.DebugSearchRequest
Implements
IClientServiceRequest<DebugResponse>
IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<DebugResponse>.Xgafv
CloudSearchBaseServiceRequest<DebugResponse>.AccessToken
CloudSearchBaseServiceRequest<DebugResponse>.Alt
CloudSearchBaseServiceRequest<DebugResponse>.Callback
CloudSearchBaseServiceRequest<DebugResponse>.Fields
CloudSearchBaseServiceRequest<DebugResponse>.Key
CloudSearchBaseServiceRequest<DebugResponse>.OauthToken
CloudSearchBaseServiceRequest<DebugResponse>.PrettyPrint
CloudSearchBaseServiceRequest<DebugResponse>.QuotaUser
CloudSearchBaseServiceRequest<DebugResponse>.UploadType
CloudSearchBaseServiceRequest<DebugResponse>.UploadProtocol
ClientServiceRequest<DebugResponse>.Execute()
ClientServiceRequest<DebugResponse>.ExecuteAsStream()
ClientServiceRequest<DebugResponse>.ExecuteAsync()
ClientServiceRequest<DebugResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DebugResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DebugResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DebugResponse>.CreateRequest(bool?)
ClientServiceRequest<DebugResponse>.GenerateRequestUri()
ClientServiceRequest<DebugResponse>.GetDefaultETagAction(string)
ClientServiceRequest<DebugResponse>.ETagAction
ClientServiceRequest<DebugResponse>.ModifyRequest
ClientServiceRequest<DebugResponse>.ValidateParameters
ClientServiceRequest<DebugResponse>.ApiVersion
ClientServiceRequest<DebugResponse>.RequestParameters
ClientServiceRequest<DebugResponse>.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.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QueryResource.DebugSearchRequest : CloudSearchBaseServiceRequest<DebugResponse>, IClientServiceRequest<DebugResponse>, IClientServiceRequest

Constructors

DebugSearchRequest(IClientService, SearchRequest)

Constructs a new DebugSearch request.

Declaration
public DebugSearchRequest(IClientService service, SearchRequest body)
Parameters
Type Name Description
IClientService service
SearchRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<DebugResponse>.GetBody()

InitParameters()

Initializes DebugSearch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSearchBaseServiceRequest<DebugResponse>.InitParameters()

Implements

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