Reference documentation and code samples for the Google Cloud Discovery Engine V1 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.discoveryengine.v1.ImportUserEventsResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__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. |
↳ error_config |
Google\Cloud\DiscoveryEngine\V1\ImportErrorConfig
Echoes the destination for the complete errors if this field was set in the request. |
↳ joined_events_count |
int|string
Count of user events imported with complete existing Documents. |
↳ unjoined_events_count |
int|string
Count of user events imported, but with Document information not found in the existing Branch. |
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 |
getErrorConfig
Echoes the destination for the complete errors if this field was set in the request.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\ImportErrorConfig|null |
hasErrorConfig
clearErrorConfig
setErrorConfig
Echoes the destination for the complete errors if this field was set in the request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1\ImportErrorConfig
|
Returns | |
---|---|
Type | Description |
$this |
getJoinedEventsCount
Count of user events imported with complete existing Documents.
Returns | |
---|---|
Type | Description |
int|string |
setJoinedEventsCount
Count of user events imported with complete existing Documents.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getUnjoinedEventsCount
Count of user events imported, but with Document information not found in the existing Branch.
Returns | |
---|---|
Type | Description |
int|string |
setUnjoinedEventsCount
Count of user events imported, but with Document information not found in the existing Branch.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |