Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ImportCatalogItemsResponse.
Response of the ImportCatalogItemsRequest. 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.recommendationengine.v1beta1.ImportCatalogItemsResponse
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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\RecommendationEngine\V1beta1\ImportErrorsConfig
Echoes the destination for the complete errors in the request if set. |
getErrorSamples
A sample of errors encountered while processing the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setErrorSamples
A sample of errors encountered while processing the request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |
getErrorsConfig
Echoes the destination for the complete errors in the request if set.
Returns | |
---|---|
Type | Description |
Google\Cloud\RecommendationEngine\V1beta1\ImportErrorsConfig|null |
hasErrorsConfig
clearErrorsConfig
setErrorsConfig
Echoes the destination for the complete errors in the request if set.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\RecommendationEngine\V1beta1\ImportErrorsConfig
|
Returns | |
---|---|
Type | Description |
$this |