Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RankingConfigsResource.RankRequest

Ranks a list of text records based on the given input query.

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

Constructors

RankRequest(IClientService, GoogleCloudDiscoveryengineV1alphaRankRequest, string)

Constructs a new Rank request.

Declaration
public RankRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaRankRequest body, string rankingConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaRankRequest body
string rankingConfig

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RankingConfig

Required. The resource name of the rank service config, such as projects/{project_num}/locations/{location}/rankingConfigs/default_ranking_config.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Rank parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaRankResponse>.InitParameters()

Implements

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