Google Cloud Retail V2 Client - Class ImportCompletionDataResponse (1.0.1)

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

Response of the ImportCompletionDataRequest.

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

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

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.

getErrorSamples

A sample of errors encountered while processing the request.

Generated from protobuf field repeated .google.rpc.Status error_samples = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrorSamples

A sample of errors encountered while processing the request.

Generated from protobuf field repeated .google.rpc.Status error_samples = 1;

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