Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Generated from protobuf message google.cloud.discoveryengine.v1beta.ImportUserEventsRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ inline_source | Google\Cloud\DiscoveryEngine\V1beta\ImportUserEventsRequest\InlineSource The Inline source for the input content for UserEvents. |
↳ gcs_source | Google\Cloud\DiscoveryEngine\V1beta\GcsSource Cloud Storage location for the input content. |
↳ bigquery_source | Google\Cloud\DiscoveryEngine\V1beta\BigQuerySource BigQuery input source. |
↳ parent | string Required. Parent DataStore resource name, of the form |
↳ error_config | Google\Cloud\DiscoveryEngine\V1beta\ImportErrorConfig The desired location of errors incurred during the Import. Cannot be set for inline user event imports. |
getInlineSource
The Inline source for the input content for UserEvents.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1beta\ImportUserEventsRequest\InlineSource|null |
hasInlineSource
setInlineSource
The Inline source for the input content for UserEvents.
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\DiscoveryEngine\V1beta\ImportUserEventsRequest\InlineSource |
Returns | |
---|---|
Type | Description |
$this |
getGcsSource
Cloud Storage location for the input content.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1beta\GcsSource|null |
hasGcsSource
setGcsSource
Cloud Storage location for the input content.
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\DiscoveryEngine\V1beta\GcsSource |
Returns | |
---|---|
Type | Description |
$this |
getBigquerySource
BigQuery input source.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1beta\BigQuerySource|null |
hasBigquerySource
setBigquerySource
BigQuery input source.
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\DiscoveryEngine\V1beta\BigQuerySource |
Returns | |
---|---|
Type | Description |
$this |
getParent
Required. Parent DataStore resource name, of the form projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent DataStore resource name, of the form projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
Parameter | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |
getErrorConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1beta\ImportErrorConfig|null |
hasErrorConfig
clearErrorConfig
setErrorConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\DiscoveryEngine\V1beta\ImportErrorConfig |
Returns | |
---|---|
Type | Description |
$this |
getSource
Returns | |
---|---|
Type | Description |
string |