Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.GetRequest

Gets an annotated dataset by resource name.

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

Name

Required. Name of the annotated dataset to get, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_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.GoogleCloudDatalabelingV1beta1AnnotatedDataset>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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