Skip to content
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
54 changes: 53 additions & 1 deletion beyondcorp/v1/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@
}
}
},
"revision": "20250616",
"revision": "20250714",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -3160,6 +3160,53 @@
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"upstreams": {
"description": "Optional. Which upstream resources to forward traffic to.",
"items": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream": {
"description": "Which upstream resource to forward traffic to.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream",
"properties": {
"egressPolicy": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy",
"description": "Optional. Routing policy information."
},
"network": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork",
"description": "Network to forward traffic to."
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork": {
"description": "Network to forward traffic to.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork",
"properties": {
"name": {
"description": "Required. Network name is of the format: `projects/{project}/global/networks/{network}",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy": {
"description": "Routing policy information.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy",
"properties": {
"regions": {
"description": "Required. List of the regions where the application sends traffic.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -3269,6 +3316,11 @@
"readOnly": true,
"type": "string"
},
"delegatingServiceAccount": {
"description": "Output only. Service account used for operations that involve resources in consumer projects.",
"readOnly": true,
"type": "string"
},
"displayName": {
"description": "Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.",
"type": "string"
Expand Down
77 changes: 77 additions & 0 deletions beyondcorp/v1/beyondcorp-gen.go

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

54 changes: 53 additions & 1 deletion beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@
}
}
},
"revision": "20250616",
"revision": "20250714",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5508,6 +5508,53 @@
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"upstreams": {
"description": "Optional. Which upstream resources to forward traffic to.",
"items": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream": {
"description": "Which upstream resource to forward traffic to.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstream",
"properties": {
"egressPolicy": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy",
"description": "Optional. Routing policy information."
},
"network": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork",
"description": "Network to forward traffic to."
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork": {
"description": "Network to forward traffic to.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetwork",
"properties": {
"name": {
"description": "Required. Network name is of the format: `projects/{project}/global/networks/{network}",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy": {
"description": "Routing policy information.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy",
"properties": {
"regions": {
"description": "Required. List of the regions where the application sends traffic.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -5617,6 +5664,11 @@
"readOnly": true,
"type": "string"
},
"delegatingServiceAccount": {
"description": "Output only. Service account used for operations that involve resources in consumer projects.",
"readOnly": true,
"type": "string"
},
"displayName": {
"description": "Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.",
"type": "string"
Expand Down
77 changes: 77 additions & 0 deletions beyondcorp/v1alpha/beyondcorp-gen.go

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

Loading