Skip to content

Commit b2202ca

Browse files
feat(all): auto-regenerate discovery clients (#3239)
1 parent be7e601 commit b2202ca

22 files changed

+969
-452
lines changed

beyondcorp/v1/beyondcorp-api.json

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@
18991899
}
19001900
}
19011901
},
1902-
"revision": "20250616",
1902+
"revision": "20250714",
19031903
"rootUrl": "https://beyondcorp.googleapis.com/",
19041904
"schemas": {
19051905
"AllocatedConnection": {
@@ -3160,6 +3160,53 @@
31603160
"format": "google-datetime",
31613161
"readOnly": true,
31623162
"type": "string"
3163+
},
3164+
"upstreams": {
3165+
"description": "Optional. Which upstream resources to forward traffic to.",
3166+
"items": {
3167+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream"
3168+
},
3169+
"type": "array"
3170+
}
3171+
},
3172+
"type": "object"
3173+
},
3174+
"GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream": {
3175+
"description": "Which upstream resource to forward traffic to.",
3176+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream",
3177+
"properties": {
3178+
"egressPolicy": {
3179+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy",
3180+
"description": "Optional. Routing policy information."
3181+
},
3182+
"network": {
3183+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork",
3184+
"description": "Network to forward traffic to."
3185+
}
3186+
},
3187+
"type": "object"
3188+
},
3189+
"GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork": {
3190+
"description": "Network to forward traffic to.",
3191+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork",
3192+
"properties": {
3193+
"name": {
3194+
"description": "Required. Network name is of the format: `projects/{project}/global/networks/{network}",
3195+
"type": "string"
3196+
}
3197+
},
3198+
"type": "object"
3199+
},
3200+
"GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy": {
3201+
"description": "Routing policy information.",
3202+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy",
3203+
"properties": {
3204+
"regions": {
3205+
"description": "Required. List of the regions where the application sends traffic.",
3206+
"items": {
3207+
"type": "string"
3208+
},
3209+
"type": "array"
31633210
}
31643211
},
31653212
"type": "object"
@@ -3269,6 +3316,11 @@
32693316
"readOnly": true,
32703317
"type": "string"
32713318
},
3319+
"delegatingServiceAccount": {
3320+
"description": "Output only. Service account used for operations that involve resources in consumer projects.",
3321+
"readOnly": true,
3322+
"type": "string"
3323+
},
32723324
"displayName": {
32733325
"description": "Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.",
32743326
"type": "string"

beyondcorp/v1/beyondcorp-gen.go

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

beyondcorp/v1alpha/beyondcorp-api.json

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3432,7 +3432,7 @@
34323432
}
34333433
}
34343434
},
3435-
"revision": "20250616",
3435+
"revision": "20250714",
34363436
"rootUrl": "https://beyondcorp.googleapis.com/",
34373437
"schemas": {
34383438
"AllocatedConnection": {
@@ -5508,6 +5508,53 @@
55085508
"format": "google-datetime",
55095509
"readOnly": true,
55105510
"type": "string"
5511+
},
5512+
"upstreams": {
5513+
"description": "Optional. Which upstream resources to forward traffic to.",
5514+
"items": {
5515+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream"
5516+
},
5517+
"type": "array"
5518+
}
5519+
},
5520+
"type": "object"
5521+
},
5522+
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream": {
5523+
"description": "Which upstream resource to forward traffic to.",
5524+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream",
5525+
"properties": {
5526+
"egressPolicy": {
5527+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy",
5528+
"description": "Optional. Routing policy information."
5529+
},
5530+
"network": {
5531+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork",
5532+
"description": "Network to forward traffic to."
5533+
}
5534+
},
5535+
"type": "object"
5536+
},
5537+
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork": {
5538+
"description": "Network to forward traffic to.",
5539+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork",
5540+
"properties": {
5541+
"name": {
5542+
"description": "Required. Network name is of the format: `projects/{project}/global/networks/{network}",
5543+
"type": "string"
5544+
}
5545+
},
5546+
"type": "object"
5547+
},
5548+
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy": {
5549+
"description": "Routing policy information.",
5550+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy",
5551+
"properties": {
5552+
"regions": {
5553+
"description": "Required. List of the regions where the application sends traffic.",
5554+
"items": {
5555+
"type": "string"
5556+
},
5557+
"type": "array"
55115558
}
55125559
},
55135560
"type": "object"
@@ -5617,6 +5664,11 @@
56175664
"readOnly": true,
56185665
"type": "string"
56195666
},
5667+
"delegatingServiceAccount": {
5668+
"description": "Output only. Service account used for operations that involve resources in consumer projects.",
5669+
"readOnly": true,
5670+
"type": "string"
5671+
},
56205672
"displayName": {
56215673
"description": "Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.",
56225674
"type": "string"

beyondcorp/v1alpha/beyondcorp-gen.go

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