Skip to content

Commit

Permalink
feat(retail): update the api
Browse files Browse the repository at this point in the history
#### retail:v2alpha

The following keys were added:
- schemas.GoogleCloudRetailV2alphaOutputConfigBigQueryDestination.properties.tableIdPrefix.type (Total Keys: 1)
- schemas.GoogleCloudRetailV2alphaOutputConfigBigQueryDestination.properties.tableType.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent cae8401 commit 29d830b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/dyn/retail_v2alpha.projects.locations.catalogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ <h3>Method Details</h3>
&quot;outputConfig&quot;: { # The output configuration setting. # Required. The output location of the data.
&quot;bigqueryDestination&quot;: { # The BigQuery output destination configuration. # The BigQuery location where the output is to be written to.
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of a BigQuery Dataset.
&quot;tableIdPrefix&quot;: &quot;A String&quot;, # Required. The prefix of exported BigQuery tables.
&quot;tableType&quot;: &quot;A String&quot;, # Required. Describes the table type. The following values are supported: * `table`: A BigQuery native table. * `view`: A virtual table defined by a SQL query.
},
&quot;gcsDestination&quot;: { # The Google Cloud Storage output destination configuration. # The Google Cloud Storage location where the output is to be written to.
&quot;outputUriPrefix&quot;: &quot;A String&quot;, # Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/retail.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@
}
}
},
"revision": "20231130",
"revision": "20231214",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down
10 changes: 9 additions & 1 deletion googleapiclient/discovery_cache/documents/retail.v2alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@
}
}
},
"revision": "20231130",
"revision": "20231214",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -5016,6 +5016,14 @@
"datasetId": {
"description": "Required. The ID of a BigQuery Dataset.",
"type": "string"
},
"tableIdPrefix": {
"description": "Required. The prefix of exported BigQuery tables.",
"type": "string"
},
"tableType": {
"description": "Required. Describes the table type. The following values are supported: * `table`: A BigQuery native table. * `view`: A virtual table defined by a SQL query.",
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@
}
}
},
"revision": "20231130",
"revision": "20231214",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down

0 comments on commit 29d830b

Please sign in to comment.