Skip to content

Commit a78a978

Browse files
feat(all): auto-regenerate discovery clients (#3168)
1 parent 64d566f commit a78a978

36 files changed

+8990
-1936
lines changed

apihub/v1/apihub-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@
27802780
}
27812781
}
27822782
},
2783-
"revision": "20250324",
2783+
"revision": "20250514",
27842784
"rootUrl": "https://apihub.googleapis.com/",
27852785
"schemas": {
27862786
"Empty": {
@@ -3946,7 +3946,7 @@
39463946
"type": "string"
39473947
},
39483948
"resourceUri": {
3949-
"description": "Required. A URI to the runtime resource. This URI can be used to manage the resource. For example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI to the management UI of the proxy.",
3949+
"description": "Required. A uri that uniquely identfies the deployment within a particular gateway. For example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination of org, proxy name and environment.",
39503950
"type": "string"
39513951
},
39523952
"slo": {

apihub/v1/apihub-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

areainsights/v1/areainsights-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20250325",
131+
"revision": "20250521",
132132
"rootUrl": "https://areainsights.googleapis.com/",
133133
"schemas": {
134134
"Circle": {
@@ -353,7 +353,7 @@
353353
"id": "Region",
354354
"properties": {
355355
"place": {
356-
"description": "The unique identifier of a specific geographic region.",
356+
"description": "The [place ID](https://developers.google.com/maps/documentation/places/web-service/place-id) of the geographic region. Not all region types are supported; see documentation for details. **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier of a place. For example: `places/ChIJPV4oX_65j4ARVW8IJ6IJUYs`.",
357357
"type": "string"
358358
}
359359
},

areainsights/v1/areainsights-gen.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contactcenterinsights/v1/contactcenterinsights-api.json

Lines changed: 1138 additions & 23 deletions
Large diffs are not rendered by default.

contactcenterinsights/v1/contactcenterinsights-gen.go

Lines changed: 5155 additions & 1645 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datamigration/v1/datamigration-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@
23402340
}
23412341
}
23422342
},
2343-
"revision": "20250514",
2343+
"revision": "20250519",
23442344
"rootUrl": "https://datamigration.googleapis.com/",
23452345
"schemas": {
23462346
"AlloyDbConnectionProfile": {
@@ -6611,6 +6611,13 @@
66116611
"description": "Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.",
66126612
"type": "string"
66136613
},
6614+
"sslFlags": {
6615+
"additionalProperties": {
6616+
"type": "string"
6617+
},
6618+
"description": "Optional. SSL flags used for establishing SSL connection to the source database. Only source specific flags are supported. An object containing a list of \"key\": \"value\" pairs. Example: { \"server_certificate_hostname\": \"server.com\"}.",
6619+
"type": "object"
6620+
},
66146621
"type": {
66156622
"description": "Optional. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.",
66166623
"enum": [

datamigration/v1/datamigration-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)