Show / Hide Table of Contents

Class ProjectsResource.EvaluationJobsResource.GetRequest

Gets an evaluation job by resource name.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>
ProjectsResource.EvaluationJobsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.GetBody()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.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.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.EvaluationJobsResource.GetRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1EvaluationJob>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1EvaluationJob>.MethodName

Name

Required. Name of the evaluation job. Format: "projects/{project_id} /evaluationJobs/{evaluation_job_id}"

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1EvaluationJob>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1EvaluationJob>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX