GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportCompletionDataRequest (google_api_retail v0.2.1) View Source
Request message for ImportCompletionData methods.
Attributes
-
inputConfig
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t
, default:nil
) - Required. The desired input location of the data. -
notificationPubsubTopic
(type:String.t
, default:nil
) - Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification will be sent to specified Pub/Sub topic. The message data will be JSON string of a Operation. Format of the Pub/Sub topic isprojects/{project}/topics/{topic}
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportCompletionDataRequest{ inputConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t() | nil, notificationPubsubTopic: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.