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
QueryResource.DebugSearchRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes DebugSearch parameter list.
Declaration
protected override void InitParameters()