Skip to content

Commit 3acb9e0

Browse files
feat(all): auto-regenerate discovery clients (#3040)
1 parent e50dbcf commit 3acb9e0

22 files changed

+816
-86
lines changed

alloydb/v1alpha/alloydb-api.json

Lines changed: 299 additions & 9 deletions
Large diffs are not rendered by default.

alloydb/v1alpha/alloydb-gen.go

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

beyondcorp/v1/beyondcorp-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,7 @@
14651465
]
14661466
},
14671467
"shouldThrottle": {
1468+
"deprecated": true,
14681469
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
14691470
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle",
14701471
"httpMethod": "GET",
@@ -1779,7 +1780,7 @@
17791780
"type": "string"
17801781
},
17811782
"updateMask": {
1782-
"description": "Required. Mutable fields include: display_name.",
1783+
"description": "Optional. Mutable fields include: display_name.",
17831784
"format": "google-fieldmask",
17841785
"location": "query",
17851786
"type": "string"
@@ -2152,7 +2153,7 @@
21522153
"type": "string"
21532154
},
21542155
"updateMask": {
2155-
"description": "Required. Mutable fields include: display_name, hubs.",
2156+
"description": "Optional. Mutable fields include: display_name, hubs.",
21562157
"format": "google-fieldmask",
21572158
"location": "query",
21582159
"type": "string"
@@ -2403,7 +2404,7 @@
24032404
}
24042405
}
24052406
},
2406-
"revision": "20241204",
2407+
"revision": "20250219",
24072408
"rootUrl": "https://beyondcorp.googleapis.com/",
24082409
"schemas": {
24092410
"AllocatedConnection": {
@@ -4248,6 +4249,7 @@
42484249
"type": "object"
42494250
},
42504251
"ShouldThrottleResponse": {
4252+
"deprecated": true,
42514253
"description": "Response message for calling ShouldThrottle",
42524254
"id": "ShouldThrottleResponse",
42534255
"properties": {

beyondcorp/v1/beyondcorp-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.

config/v1/config-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@
11871187
}
11881188
}
11891189
},
1190-
"revision": "20250108",
1190+
"revision": "20250219",
11911191
"rootUrl": "https://config.googleapis.com/",
11921192
"schemas": {
11931193
"ApplyResults": {
@@ -2000,7 +2000,7 @@
20002000
"additionalProperties": {
20012001
"type": "string"
20022002
},
2003-
"description": "Optional. Arbitrary key-value metadata storage e.g. to help client tools identifiy preview during automation. See https://google.aip.dev/148#annotations for details on format and size limitations.",
2003+
"description": "Optional. Arbitrary key-value metadata storage e.g. to help client tools identify preview during automation. See https://google.aip.dev/148#annotations for details on format and size limitations.",
20042004
"type": "object"
20052005
},
20062006
"artifactsGcsBucket": {

config/v1/config-gen.go

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

healthcare/v1/healthcare-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5088,7 +5088,7 @@
50885088
}
50895089
}
50905090
},
5091-
"revision": "20250206",
5091+
"revision": "20250218",
50925092
"rootUrl": "https://healthcare.googleapis.com/",
50935093
"schemas": {
50945094
"AccessDeterminationLogConfig": {
@@ -5695,11 +5695,11 @@
56955695
"type": "string"
56965696
},
56975697
"environment": {
5698-
"description": "An abstract identifier that describes the environment or conditions under which the accessor is acting. Can be \"*\" if it applies to all environments.",
5698+
"description": "An abstract identifier that describes the environment or conditions under which the accessor is acting. If it's not specified, it applies to all environments.",
56995699
"type": "string"
57005700
},
57015701
"purpose": {
5702-
"description": "The intent of data use. Can be \"*\" if it applies to all purposes.",
5702+
"description": "The intent of data use. If it's not specified, it applies to all purposes.",
57035703
"type": "string"
57045704
}
57055705
},

healthcare/v1/healthcare-gen.go

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

healthcare/v1beta1/healthcare-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@
60116011
}
60126012
}
60136013
},
6014-
"revision": "20250206",
6014+
"revision": "20250218",
60156015
"rootUrl": "https://healthcare.googleapis.com/",
60166016
"schemas": {
60176017
"AccessDeterminationLogConfig": {
@@ -6827,11 +6827,11 @@
68276827
"type": "string"
68286828
},
68296829
"environment": {
6830-
"description": "An abstract identifier that describes the environment or conditions under which the accessor is acting. Can be \"*\" if it applies to all environments.",
6830+
"description": "An abstract identifier that describes the environment or conditions under which the accessor is acting. If it's not specified, it applies to all environments.",
68316831
"type": "string"
68326832
},
68336833
"purpose": {
6834-
"description": "The intent of data use. Can be \"*\" if it applies to all purposes.",
6834+
"description": "The intent of data use. If it's not specified, it applies to all purposes.",
68356835
"type": "string"
68366836
}
68376837
},

healthcare/v1beta1/healthcare-gen.go

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

0 commit comments

Comments
 (0)