Cloud Vision V1 Client - Class GetProductRequest (1.9.2)

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

Request message for the GetProduct method.

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

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the Product to get. Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

getName

Required. Resource name of the Product to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

Returns
Type Description
string

setName

Required. Resource name of the Product to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Resource name of the Product to get.

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

Returns
Type Description
Google\Cloud\Vision\V1\GetProductRequest