GoogleCloudRetailV2ProductInputConfig constructor

GoogleCloudRetailV2ProductInputConfig({
  1. GoogleCloudRetailV2BigQuerySource? bigQuerySource,
  2. GoogleCloudRetailV2GcsSource? gcsSource,
  3. GoogleCloudRetailV2ProductInlineSource? productInlineSource,
})

Implementation

GoogleCloudRetailV2ProductInputConfig({
  this.bigQuerySource,
  this.gcsSource,
  this.productInlineSource,
});