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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The catalog which the suggestions dataset belongs to. Format: projects/1234/locations/global/catalogs/default_catalog
.
↳ input_config
↳ 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 projects/{project}/topics/{topic}
.
getParent
Required. The catalog which the suggestions dataset belongs to.
Format: projects/1234/locations/global/catalogs/default_catalog
.
string
setParent
Required. The catalog which the suggestions dataset belongs to.
Format: projects/1234/locations/global/catalogs/default_catalog
.
var
string
$this
getInputConfig
Required. The desired input location of the data.
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location of the data.
$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}
.
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}
.
var
string
$this