Reference documentation and code samples for the Google Cloud Retail V2 Client class ExportAnalyticsMetricsResponse.
Response of the ExportAnalyticsMetricsRequest. If the long running operation was successful, 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.ExportAnalyticsMetricsResponse
Namespace
Google \ Cloud \ Retail \ V2Methods
__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\Retail\V2\ExportErrorsConfig
This field is never set. |
↳ output_result |
Google\Cloud\Retail\V2\OutputResult
Output result indicating where the data were exported to. |
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
This field is never set.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\ExportErrorsConfig|null |
hasErrorsConfig
clearErrorsConfig
setErrorsConfig
This field is never set.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\ExportErrorsConfig
|
Returns | |
---|---|
Type | Description |
$this |
getOutputResult
Output result indicating where the data were exported to.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\OutputResult|null |
hasOutputResult
clearOutputResult
setOutputResult
Output result indicating where the data were exported to.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\OutputResult
|
Returns | |
---|---|
Type | Description |
$this |