GoogleCloudRetailV2ProductInputConfig constructor
GoogleCloudRetailV2ProductInputConfig({
- GoogleCloudRetailV2BigQuerySource? bigQuerySource,
- GoogleCloudRetailV2GcsSource? gcsSource,
- GoogleCloudRetailV2ProductInlineSource? productInlineSource,
Implementation
GoogleCloudRetailV2ProductInputConfig({
this.bigQuerySource,
this.gcsSource,
this.productInlineSource,
});