Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.GetRequest

Gets an example by resource name, including both data and annotation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>
ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.GetBody()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.ApiVersion
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.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.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.GetRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1Example>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>, 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

Filter

Optional. An expression for filtering Examples. Filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}"

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Name of example, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_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
ClientServiceRequest<GoogleCloudDatalabelingV1beta1Example>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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