Skip to content

Commit a932a45

Browse files
feat(all): auto-regenerate discovery clients (#3527)
1 parent 1b18158 commit a932a45

30 files changed

Lines changed: 16482 additions & 7685 deletions

beyondcorp/v1/beyondcorp-api.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@
19091909
}
19101910
}
19111911
},
1912-
"revision": "20260128",
1912+
"revision": "20260228",
19131913
"rootUrl": "https://beyondcorp.googleapis.com/",
19141914
"schemas": {
19151915
"AllocatedConnection": {
@@ -3474,6 +3474,12 @@
34743474
},
34753475
"type": "object"
34763476
},
3477+
"GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig": {
3478+
"description": "Configuration for Cloud Logging.",
3479+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig",
3480+
"properties": {},
3481+
"type": "object"
3482+
},
34773483
"GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig": {
34783484
"description": "The configuration for the proxy.",
34793485
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig",
@@ -3549,6 +3555,10 @@
35493555
"description": "Optional. Map of Hubs that represents regional data path deployment with GCP region as a key.",
35503556
"type": "object"
35513557
},
3558+
"logging": {
3559+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1LoggingConfig",
3560+
"description": "Optional. Configuration for Cloud Logging. If this field is present, the logging will be enabled."
3561+
},
35523562
"name": {
35533563
"description": "Identifier. Name of the resource.",
35543564
"type": "string"

beyondcorp/v1/beyondcorp-gen.go

Lines changed: 8 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: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,7 +3332,7 @@
33323332
}
33333333
}
33343334
},
3335-
"revision": "20260128",
3335+
"revision": "20260228",
33363336
"rootUrl": "https://beyondcorp.googleapis.com/",
33373337
"schemas": {
33383338
"AllocatedConnection": {
@@ -5223,12 +5223,14 @@
52235223
"enum": [
52245224
"SUBSCRIBER_TYPE_UNSPECIFIED",
52255225
"ONLINE",
5226-
"OFFLINE"
5226+
"OFFLINE",
5227+
"CEP_TRIAL"
52275228
],
52285229
"enumDescriptions": [
52295230
"Default value. This value is unused.",
52305231
"Represents an online subscription.",
5231-
"Represents an offline subscription."
5232+
"Represents an offline subscription.",
5233+
"Represents a trial subscription. This maps to the 'TRIAL' subscriber_type in the Entitler proto (google3/identity/cloud/contextawareaccess/billing/proto/enums.proto), but is named 'CEP_TRIAL' here to avoid a name collision with the 'Type' enum defined above."
52325234
],
52335235
"readOnly": true,
52345236
"type": "string"
@@ -5628,6 +5630,12 @@
56285630
},
56295631
"type": "object"
56305632
},
5633+
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig": {
5634+
"description": "Configuration for Cloud Logging.",
5635+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig",
5636+
"properties": {},
5637+
"type": "object"
5638+
},
56315639
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig": {
56325640
"description": "The configuration for the proxy.",
56335641
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig",
@@ -5703,6 +5711,10 @@
57035711
"description": "Optional. Map of Hubs that represents regional data path deployment with GCP region as a key.",
57045712
"type": "object"
57055713
},
5714+
"logging": {
5715+
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig",
5716+
"description": "Optional. Configuration for Cloud Logging. If this field is present, the logging will be enabled."
5717+
},
57065718
"name": {
57075719
"description": "Identifier. Name of the resource.",
57085720
"type": "string"

beyondcorp/v1alpha/beyondcorp-gen.go

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