Skip to content

Commit 20fbcc1

Browse files
feat(all): auto-regenerate discovery clients (#3508)
1 parent e9015cc commit 20fbcc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+6322
-2637
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
}
18801880
}
18811881
},
1882-
"revision": "20260205",
1882+
"revision": "20260213",
18831883
"rootUrl": "https://alloydb.googleapis.com/",
18841884
"schemas": {
18851885
"AuthorizedNetwork": {
@@ -3399,7 +3399,7 @@
33993399
"id": "InstanceNetworkConfig",
34003400
"properties": {
34013401
"allocatedIpRangeOverride": {
3402-
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
3402+
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
34033403
"type": "string"
34043404
},
34053405
"authorizedExternalNetworks": {

alloydb/v1/alloydb-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1alpha/alloydb-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
}
18801880
}
18811881
},
1882-
"revision": "20260205",
1882+
"revision": "20260213",
18831883
"rootUrl": "https://alloydb.googleapis.com/",
18841884
"schemas": {
18851885
"AuthorizedNetwork": {
@@ -3519,7 +3519,7 @@
35193519
"id": "InstanceNetworkConfig",
35203520
"properties": {
35213521
"allocatedIpRangeOverride": {
3522-
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
3522+
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
35233523
"type": "string"
35243524
},
35253525
"authorizedExternalNetworks": {

alloydb/v1alpha/alloydb-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1beta/alloydb-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@
18761876
}
18771877
}
18781878
},
1879-
"revision": "20260205",
1879+
"revision": "20260213",
18801880
"rootUrl": "https://alloydb.googleapis.com/",
18811881
"schemas": {
18821882
"AuthorizedNetwork": {
@@ -3495,7 +3495,7 @@
34953495
"id": "InstanceNetworkConfig",
34963496
"properties": {
34973497
"allocatedIpRangeOverride": {
3498-
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](http://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
3498+
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
34993499
"type": "string"
35003500
},
35013501
"authorizedExternalNetworks": {

alloydb/v1beta/alloydb-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigee/v1/apigee-api.json

Lines changed: 84 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10384,6 +10384,21 @@
1038410384
"pattern": "^organizations/[^/]+/securityMonitoringConditions/[^/]+$",
1038510385
"required": true,
1038610386
"type": "string"
10387+
},
10388+
"riskAssessmentType": {
10389+
"description": "Optional. The risk assessment type of the security monitoring condition. Defaults to ADVANCED_API_SECURITY.",
10390+
"enum": [
10391+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10392+
"APIGEE",
10393+
"API_HUB"
10394+
],
10395+
"enumDescriptions": [
10396+
"Risk assessment type is not specified.",
10397+
"Risk assessment type is Apigee.",
10398+
"Risk assessment type is API Hub."
10399+
],
10400+
"location": "query",
10401+
"type": "string"
1038710402
}
1038810403
},
1038910404
"path": "v1/{+name}",
@@ -10409,6 +10424,21 @@
1040910424
"pattern": "^organizations/[^/]+/securityMonitoringConditions/[^/]+$",
1041010425
"required": true,
1041110426
"type": "string"
10427+
},
10428+
"riskAssessmentType": {
10429+
"description": "Optional. The risk assessment type of the security monitoring condition. Defaults to ADVANCED_API_SECURITY.",
10430+
"enum": [
10431+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10432+
"APIGEE",
10433+
"API_HUB"
10434+
],
10435+
"enumDescriptions": [
10436+
"Risk assessment type is not specified.",
10437+
"Risk assessment type is Apigee.",
10438+
"Risk assessment type is API Hub."
10439+
],
10440+
"location": "query",
10441+
"type": "string"
1041210442
}
1041310443
},
1041410444
"path": "v1/{+name}",
@@ -10429,7 +10459,7 @@
1042910459
],
1043010460
"parameters": {
1043110461
"filter": {
10432-
"description": "Optional. Filter for the monitoring conditions. For example: `profile=profile1 AND scope=env1`",
10462+
"description": "Optional. Filter for the monitoring conditions. When RiskAssessmentType is APIGEE, monitoring conditions can be filtered by profile and scope. For example: `profile=profile1 AND scope=env1` When RiskAssessmentType is API_HUB, monitoring conditions can be filtered by profile and api_hub_gateway. For example: `profile=profile1 AND api_hub_gateway=gateway1`",
1043310463
"location": "query",
1043410464
"type": "string"
1043510465
},
@@ -10450,6 +10480,21 @@
1045010480
"pattern": "^organizations/[^/]+$",
1045110481
"required": true,
1045210482
"type": "string"
10483+
},
10484+
"riskAssessmentType": {
10485+
"description": "Optional. The risk assessment type of the security monitoring condition. Defaults to ADVANCED_API_SECURITY.",
10486+
"enum": [
10487+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10488+
"APIGEE",
10489+
"API_HUB"
10490+
],
10491+
"enumDescriptions": [
10492+
"Risk assessment type is not specified.",
10493+
"Risk assessment type is Apigee.",
10494+
"Risk assessment type is API Hub."
10495+
],
10496+
"location": "query",
10497+
"type": "string"
1045310498
}
1045410499
},
1045510500
"path": "v1/{+parent}/securityMonitoringConditions",
@@ -11914,7 +11959,7 @@
1191411959
}
1191511960
}
1191611961
},
11917-
"revision": "20260130",
11962+
"revision": "20260218",
1191811963
"rootUrl": "https://apigee.googleapis.com/",
1191911964
"schemas": {
1192011965
"ApiservingMcpMcpToolDataHandlingProfile": {
@@ -19716,6 +19761,24 @@
1971619761
"description": "Output only. Additional details for the API Hub deployment.",
1971719762
"readOnly": true
1971819763
},
19764+
"apiHubGatewayType": {
19765+
"description": "Optional. ",
19766+
"enum": [
19767+
"API_HUB_GATEWAY_TYPE_UNSPECIFIED",
19768+
"APIGEE_X",
19769+
"APIGEE_HYBRID",
19770+
"APIGEE_EDGE",
19771+
"APIGEE_OPDK"
19772+
],
19773+
"enumDescriptions": [
19774+
"Gateway type is not specified.",
19775+
"Gateway is Apigee X for API Hub.",
19776+
"Gateway is Apigee Hybrid for API Hub.",
19777+
"Gateway is Apigee Edge for API Hub.",
19778+
"Gateway is Apigee OPDK for API Hub."
19779+
],
19780+
"type": "string"
19781+
},
1971919782
"name": {
1972019783
"description": "Required. Name of this resource. For an Apigee API Proxy, this should be the id of the API proxy. For an API Hub Deployment, this should be the id of the deployment.",
1972119784
"type": "string"
@@ -20096,6 +20159,10 @@
2009620159
"description": "Security monitoring condition for risk assessment version 2.",
2009720160
"id": "GoogleCloudApigeeV1SecurityMonitoringCondition",
2009820161
"properties": {
20162+
"apiHubGateway": {
20163+
"description": "Optional. The API Hub gateway monitored by the security monitoring condition. This should only be set if risk_assessment_type is API_HUB. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`",
20164+
"type": "string"
20165+
},
2009920166
"createTime": {
2010020167
"description": "Output only. The time of the security monitoring condition creation.",
2010120168
"format": "google-datetime",
@@ -20118,8 +20185,22 @@
2011820185
"description": "Required. ID of security profile of the security monitoring condition.",
2011920186
"type": "string"
2012020187
},
20188+
"riskAssessmentType": {
20189+
"description": "Optional. The risk assessment type of the security monitoring condition. Defaults to ADVANCED_API_SECURITY.",
20190+
"enum": [
20191+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
20192+
"APIGEE",
20193+
"API_HUB"
20194+
],
20195+
"enumDescriptions": [
20196+
"Risk assessment type is not specified.",
20197+
"Risk assessment type is Apigee.",
20198+
"Risk assessment type is API Hub."
20199+
],
20200+
"type": "string"
20201+
},
2012120202
"scope": {
20122-
"description": "Optional. Scope of the security monitoring condition. For Apigee, the environment is the scope of the resources.",
20203+
"description": "Optional. Scope of the security monitoring condition. When RiskAssessmentType is APIGEE, the scope should be set to the environment of the resources. When RiskAssessmentType is API_HUB, the scope should not be set.",
2012320204
"type": "string"
2012420205
},
2012520206
"totalDeployedResources": {

apigee/v1/apigee-gen.go

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

0 commit comments

Comments
 (0)