Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2661

Merged
merged 1 commit into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.