Reference documentation and code samples for the Google Cloud Retail V2 Client class ImportCompletionDataRequest.
Request message for ImportCompletionData methods.
Generated from protobuf message google.cloud.retail.v2.ImportCompletionDataRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The catalog which the suggestions dataset belongs to. Format: |
↳ input_config |
Google\Cloud\Retail\V2\CompletionDataInputConfig
Required. The desired input location of the data. |
↳ notification_pubsub_topic |
string
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic is |
getParent
Required. The catalog which the suggestions dataset belongs to.
Format: projects/1234/locations/global/catalogs/default_catalog
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The catalog which the suggestions dataset belongs to.
Format: projects/1234/locations/global/catalogs/default_catalog
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInputConfig
Required. The desired input location of the data.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\CompletionDataInputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location of the data.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\CompletionDataInputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getNotificationPubsubTopic
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
Returns | |
---|---|
Type | Description |
string |
setNotificationPubsubTopic
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |