Show / Hide Table of Contents

Class ProjectsResource.InstructionsResource.ListRequest

Lists instructions for a project. Pagination is supported.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Filter is not supported at this moment.

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<GoogleCloudDatalabelingV1beta1ListInstructionsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Parent

Required. Instruction resource parent, format: projects/{project_id}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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