Skip to content

Commit 0a238f5

Browse files
feat(all): auto-regenerate discovery clients (#2661)
1 parent 3ca2f84 commit 0a238f5

File tree

2 files changed

+50
-6
lines changed

2 files changed

+50
-6
lines changed

beyondcorp/v1alpha/beyondcorp-api.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
],
13241324
"parameters": {
13251325
"name": {
1326-
"description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
1326+
"description": "Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
13271327
"location": "path",
13281328
"pattern": "^organizations/[^/]+/locations/[^/]+/subscriptions/[^/]+$",
13291329
"required": true,
@@ -4080,7 +4080,7 @@
40804080
}
40814081
}
40824082
},
4083-
"revision": "20240612",
4083+
"revision": "20240619",
40844084
"rootUrl": "https://beyondcorp.googleapis.com/",
40854085
"schemas": {
40864086
"AllocatedConnection": {
@@ -5693,6 +5693,10 @@
56935693
"readOnly": true,
56945694
"type": "string"
56955695
},
5696+
"proxyProtocolConfig": {
5697+
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
5698+
"description": "Optional. Protocol config data for the Proxy."
5699+
},
56965700
"proxyUri": {
56975701
"description": "Required. The URI of the proxy server.",
56985702
"type": "string"
@@ -5714,6 +5718,20 @@
57145718
},
57155719
"type": "object"
57165720
},
5721+
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig": {
5722+
"description": "The protocol data that specifies how to communicate with Partner's Proxy.",
5723+
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
5724+
"properties": {
5725+
"metadata": {
5726+
"additionalProperties": {
5727+
"type": "string"
5728+
},
5729+
"description": "Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.",
5730+
"type": "object"
5731+
}
5732+
},
5733+
"type": "object"
5734+
},
57175735
"GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo": {
57185736
"description": "Message contains the routing information to direct traffic to the proxy server.",
57195737
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo",
@@ -6159,7 +6177,7 @@
61596177
"type": "string"
61606178
},
61616179
"name": {
6162-
"description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
6180+
"description": "Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
61636181
"type": "string"
61646182
},
61656183
"seatCount": {

beyondcorp/v1alpha/beyondcorp-gen.go

Lines changed: 29 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)