Google Cloud Datalabeling V1beta1 Client - Class ListAnnotationSpecSetsRequest (0.3.1)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ListAnnotationSpecSetsRequest.

Request message for ListAnnotationSpecSets.

Generated from protobuf message google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsRequest

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ filter string

Optional. Filter is not supported at this moment.

↳ page_size int

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

↳ page_token string

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.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. Filter is not supported at this moment.

Returns
TypeDescription
string

setFilter

Optional. Filter is not supported at this moment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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.

Returns
TypeDescription
string

setPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Parent of AnnotationSpecSet resource, format: projects/{project_id} Please see Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::projectName() for help formatting this field.

filter string

Optional. Filter is not supported at this moment.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\ListAnnotationSpecSetsRequest