Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EvaluationsResource

The "evaluations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EvaluationsResource
Inherited Members
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.EvaluationsResource

Constructors

EvaluationsResource(IClientService)

Constructs a new resource.

Declaration
public EvaluationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.EvaluationsResource.OperationsResource

Methods

Create(GoogleCloudDiscoveryengineV1alphaEvaluation, string)

Creates a Evaluation. Upon creation, the evaluation will be automatically triggered and begin execution.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationsResource.CreateRequest Create(GoogleCloudDiscoveryengineV1alphaEvaluation body, string parent)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaEvaluation body

The body of the request.

string parent

Required. The parent resource name, such as projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationsResource.CreateRequest

Get(string)

Gets a Evaluation.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Full resource name of Evaluation, such as projects/{project}/locations/{location}/evaluations/{evaluation}. If the caller does not have permission to access the Evaluation, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested Evaluation does not exist, a NOT_FOUND error is returned.

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationsResource.GetRequest

List(string)

Gets a list of Evaluations.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent location resource name, such as projects/{project}/locations/{location}. If the caller does not have permission to list Evaluations under this location, regardless of whether or not this location exists, a PERMISSION_DENIED error is returned.

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationsResource.ListRequest

ListResults(string)

Gets a list of results for a given a Evaluation.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationsResource.ListResultsRequest ListResults(string evaluation)
Parameters
Type Name Description
string evaluation

Required. The evaluation resource name, such as projects/{project}/locations/{location}/evaluations/{evaluation}. If the caller does not have permission to list ListEvaluationResultsResponse.EvaluationResult under this evaluation, regardless of whether or not this evaluation set exists, a PERMISSION_DENIED error is returned.

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationsResource.ListResultsRequest
In this article
Back to top Generated by DocFX