Show / Hide Table of Contents

Class ProjectsResource.AnnotationSpecSetsResource.ListRequest

Lists annotation spec sets for a project. Pagination is supported.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>
ProjectsResource.AnnotationSpecSetsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.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.AnnotationSpecSetsResource.ListRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.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.GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.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 ListAnnotationSpecSetsResponse.next_page_token of the previous [DataLabelingService.ListAnnotationSpecSets] call. Return first page if empty.

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

Parent

Required. Parent of AnnotationSpecSet resource, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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