Google Cloud Recommendation Engine V1beta1 Client - Class ImportUserEventsResponse (0.5.0)

Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ImportUserEventsResponse.

Response of the ImportUserEventsRequest. 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.recommendationengine.v1beta1.ImportUserEventsResponse

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\RecommendationEngine\V1beta1\ImportErrorsConfig

Echoes the destination for the complete errors if this field was set in the request.

↳ import_summary Google\Cloud\RecommendationEngine\V1beta1\UserEventImportSummary

Aggregated statistics of user event import status.

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 if this field was set in the request.

Returns
TypeDescription
Google\Cloud\RecommendationEngine\V1beta1\ImportErrorsConfig|null

hasErrorsConfig

clearErrorsConfig

setErrorsConfig

Echoes the destination for the complete errors if this field was set in the request.

Parameter
NameDescription
var Google\Cloud\RecommendationEngine\V1beta1\ImportErrorsConfig
Returns
TypeDescription
$this

getImportSummary

Aggregated statistics of user event import status.

Returns
TypeDescription
Google\Cloud\RecommendationEngine\V1beta1\UserEventImportSummary|null

hasImportSummary

clearImportSummary

setImportSummary

Aggregated statistics of user event import status.

Parameter
NameDescription
var Google\Cloud\RecommendationEngine\V1beta1\UserEventImportSummary
Returns
TypeDescription
$this