Cloud Vision V1 Client - Class GetProductSetRequest (1.8.0)

Reference documentation and code samples for the Cloud Vision V1 Client class GetProductSetRequest.

Request message for the GetProductSet method.

Generated from protobuf message google.cloud.vision.v1.GetProductSetRequest

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the ProductSet to get. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

getName

Required. Resource name of the ProductSet to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Returns
TypeDescription
string

setName

Required. Resource name of the ProductSet to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. Resource name of the ProductSet to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID Please see Google\Cloud\Vision\V1\ProductSearchClient::productSetName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Vision\V1\GetProductSetRequest