Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 30, 2024
1 parent 3ca2f84 commit 0a238f5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
24 changes: 21 additions & 3 deletions beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
],
"parameters": {
"name": {
"description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
"description": "Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
"location": "path",
"pattern": "^organizations/[^/]+/locations/[^/]+/subscriptions/[^/]+$",
"required": true,
Expand Down Expand Up @@ -4080,7 +4080,7 @@
}
}
},
"revision": "20240612",
"revision": "20240619",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5693,6 +5693,10 @@
"readOnly": true,
"type": "string"
},
"proxyProtocolConfig": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
"description": "Optional. Protocol config data for the Proxy."
},
"proxyUri": {
"description": "Required. The URI of the proxy server.",
"type": "string"
Expand All @@ -5714,6 +5718,20 @@
},
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig": {
"description": "The protocol data that specifies how to communicate with Partner's Proxy.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
"properties": {
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.",
"type": "object"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo": {
"description": "Message contains the routing information to direct traffic to the proxy server.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo",
Expand Down Expand Up @@ -6159,7 +6177,7 @@
"type": "string"
},
"name": {
"description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
"description": "Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
"type": "string"
},
"seatCount": {
Expand Down
32 changes: 29 additions & 3 deletions beyondcorp/v1alpha/beyondcorp-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a238f5

Please sign in to comment.