Skip to content

Commit 7b2235b

Browse files
feat(all): auto-regenerate discovery clients (#3292)
1 parent d09c7d3 commit 7b2235b

22 files changed

+65263
-150
lines changed

beyondcorp/v1alpha/beyondcorp-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
],
788788
"parameters": {
789789
"extraLocationTypes": {
790-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
790+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
791791
"location": "query",
792792
"repeated": true,
793793
"type": "string"
@@ -3432,7 +3432,7 @@
34323432
}
34333433
}
34343434
},
3435-
"revision": "20250723",
3435+
"revision": "20250818",
34363436
"rootUrl": "https://beyondcorp.googleapis.com/",
34373437
"schemas": {
34383438
"AllocatedConnection": {

beyondcorp/v1alpha/beyondcorp-gen.go

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

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -518,7 +518,7 @@
518518
}
519519
}
520520
},
521-
"revision": "20250703",
521+
"revision": "20250821",
522522
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
523523
"schemas": {
524524
"AdminUser": {
@@ -598,6 +598,10 @@
598598
"$ref": "Early",
599599
"description": "Optional. Early release channel."
600600
},
601+
"featureConfig": {
602+
"$ref": "FeatureConfig",
603+
"description": "Optional. Feature configuration to populate the feature flags."
604+
},
601605
"instanceConfig": {
602606
"$ref": "InstanceConfig",
603607
"description": "The configuration of this instance, it is currently immutable once created."
@@ -743,6 +747,16 @@
743747
"properties": {},
744748
"type": "object"
745749
},
750+
"FeatureConfig": {
751+
"id": "FeatureConfig",
752+
"properties": {
753+
"agentDesktopEnabled": {
754+
"description": "Optional. If true - enables the agent desktop feature. Default is false.",
755+
"type": "boolean"
756+
}
757+
},
758+
"type": "object"
759+
},
746760
"GoogleCloudCommonOperationMetadata": {
747761
"description": "Represents the metadata of the long-running operation.",
748762
"id": "GoogleCloudCommonOperationMetadata",

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

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

deploymentmanager/v2/deploymentmanager-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
}
10291029
}
10301030
},
1031-
"revision": "20250403",
1031+
"revision": "20250822",
10321032
"rootUrl": "https://deploymentmanager.googleapis.com/",
10331033
"schemas": {
10341034
"AuditConfig": {
@@ -2498,6 +2498,14 @@
24982498
"type": "string"
24992499
},
25002500
"type": "array"
2501+
},
2502+
"zoneToIgmIds": {
2503+
"additionalProperties": {
2504+
"format": "int64",
2505+
"type": "string"
2506+
},
2507+
"description": "Map of zone to an ID of the zonal IGM belonging to the RMIG.",
2508+
"type": "object"
25012509
}
25022510
},
25032511
"type": "object"

deploymentmanager/v2/deploymentmanager-gen.go

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