Google Cloud Retail V2 Client - Class ImportProductsResponse (1.4.2)

Reference documentation and code samples for the Google Cloud Retail V2 Client class ImportProductsResponse.

Response of the ImportProductsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Generated from protobuf message google.cloud.retail.v2.ImportProductsResponse

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ error_samples array<Google\Rpc\Status>

A sample of errors encountered while processing the request.

↳ errors_config Google\Cloud\Retail\V2\ImportErrorsConfig

Echoes the destination for the complete errors in the request if set.

getErrorSamples

A sample of errors encountered while processing the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrorSamples

A sample of errors encountered while processing the request.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this

getErrorsConfig

Echoes the destination for the complete errors in the request if set.

Returns
TypeDescription
Google\Cloud\Retail\V2\ImportErrorsConfig|null

hasErrorsConfig

clearErrorsConfig

setErrorsConfig

Echoes the destination for the complete errors in the request if set.

Parameter
NameDescription
var Google\Cloud\Retail\V2\ImportErrorsConfig
Returns
TypeDescription
$this