Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DocumentsResource.SearchRequest

Searches for documents using provided SearchDocumentsRequest. This call only returns documents that the caller has permission to search against.

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

Constructors

SearchRequest(IClientService, GoogleCloudContentwarehouseV1SearchDocumentsRequest, string)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service, GoogleCloudContentwarehouseV1SearchDocumentsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudContentwarehouseV1SearchDocumentsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent, which owns this collection of documents. Format: projects/{project_number}/locations/{location}.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1SearchDocumentsResponse>.InitParameters()

Implements

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