Google Cloud Datalabeling V1beta1 Client - Class GetAnnotationSpecSetRequest (0.2.0)

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

Request message for GetAnnotationSpecSet.

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

Methods

build

Parameter
Name Description
name string

Required. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} Please see {@see \Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::annotationSpecSetName()} for help formatting this field.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\GetAnnotationSpecSetRequest

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

getName

Required. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

Returns
Type Description
string

setName

Required. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

Parameter
Name Description
var string
Returns
Type Description
$this