Skip to content

Commit eaea8ad

Browse files
feat(datacatalog): update the api
#### datacatalog:v1 The following keys were added: - schemas.GoogleCloudDatacatalogV1ImportEntriesRequest.properties.jobId.type (Total Keys: 1)
1 parent a39c79c commit eaea8ad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/dyn/datacatalog_v1.projects.locations.entryGroups.entries.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ <h3>Method Details</h3>
953953

954954
{ # Request message for ImportEntries method.
955955
&quot;gcsBucketPath&quot;: &quot;A String&quot;, # Path to a Cloud Storage bucket that contains a dump ready for ingestion.
956+
&quot;jobId&quot;: &quot;A String&quot;, # Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
956957
}
957958

958959
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/datacatalog.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@
21442144
}
21452145
}
21462146
},
2147-
"revision": "20230512",
2147+
"revision": "20230526",
21482148
"rootUrl": "https://datacatalog.googleapis.com/",
21492149
"schemas": {
21502150
"Binding": {
@@ -3152,6 +3152,10 @@
31523152
"gcsBucketPath": {
31533153
"description": "Path to a Cloud Storage bucket that contains a dump ready for ingestion.",
31543154
"type": "string"
3155+
},
3156+
"jobId": {
3157+
"description": "Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID",
3158+
"type": "string"
31553159
}
31563160
},
31573161
"type": "object"

googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@
18131813
}
18141814
}
18151815
},
1816-
"revision": "20230512",
1816+
"revision": "20230526",
18171817
"rootUrl": "https://datacatalog.googleapis.com/",
18181818
"schemas": {
18191819
"Binding": {

0 commit comments

Comments
 (0)