Class ListAnnotationSpecSetsRequest (1.0.0-beta03)

public sealed class ListAnnotationSpecSetsRequest : IMessage<ListAnnotationSpecSetsRequest>, IEquatable<ListAnnotationSpecSetsRequest>, IDeepCloneable<ListAnnotationSpecSetsRequest>, IBufferMessage, IMessage, IPageRequest

Request message for ListAnnotationSpecSets.

Inheritance

Object > ListAnnotationSpecSetsRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ListAnnotationSpecSetsRequest()

public ListAnnotationSpecSetsRequest()

ListAnnotationSpecSetsRequest(ListAnnotationSpecSetsRequest)

public ListAnnotationSpecSetsRequest(ListAnnotationSpecSetsRequest other)
Parameter
NameDescription
otherListAnnotationSpecSetsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter is not supported at this moment.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results for the server to return. Typically obtained by [ListAnnotationSpecSetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse.next_page_token] of the previous [DataLabelingService.ListAnnotationSpecSets] call. Return first page if empty.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Parent of AnnotationSpecSet resource, format: projects/{project_id}

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName