Skip to content

Commit 9d031c4

Browse files
feat(all): auto-regenerate discovery clients (#3341)
1 parent 580c65f commit 9d031c4

File tree

77 files changed

+70585
-38037
lines changed

Some content is hidden

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

77 files changed

+70585
-38037
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,11 @@
10661066
"description": "The standard list page token.",
10671067
"location": "query",
10681068
"type": "string"
1069+
},
1070+
"returnPartialSuccess": {
1071+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1072+
"location": "query",
1073+
"type": "boolean"
10691074
}
10701075
},
10711076
"path": "v1/{+name}",
@@ -1295,7 +1300,7 @@
12951300
}
12961301
}
12971302
},
1298-
"revision": "20250723",
1303+
"revision": "20251005",
12991304
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001305
"schemas": {
13011306
"AccessContextManagerOperationMetadata": {
@@ -2155,6 +2160,13 @@
21552160
"$ref": "Operation"
21562161
},
21572162
"type": "array"
2163+
},
2164+
"unreachable": {
2165+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2166+
"items": {
2167+
"type": "string"
2168+
},
2169+
"type": "array"
21582170
}
21592171
},
21602172
"type": "object"

accesscontextmanager/v1/accesscontextmanager-gen.go

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

alloydb/v1/alloydb-api.json

Lines changed: 15 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@
16271627
}
16281628
}
16291629
},
1630-
"revision": "20250925",
1630+
"revision": "20251001",
16311631
"rootUrl": "https://alloydb.googleapis.com/",
16321632
"schemas": {
16331633
"AuthorizedNetwork": {
@@ -1641,24 +1641,6 @@
16411641
},
16421642
"type": "object"
16431643
},
1644-
"AutoScalingConfig": {
1645-
"description": "Configuration for autoscaling.",
1646-
"id": "AutoScalingConfig",
1647-
"properties": {
1648-
"policy": {
1649-
"$ref": "Policy",
1650-
"description": "Policy for the MIG autoscaler."
1651-
},
1652-
"schedules": {
1653-
"description": "Optional list of schedules for the MIG autoscaler. If not set, no schedules are created.",
1654-
"items": {
1655-
"$ref": "Schedule"
1656-
},
1657-
"type": "array"
1658-
}
1659-
},
1660-
"type": "object"
1661-
},
16621644
"AutomatedBackupPolicy": {
16631645
"description": "Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.",
16641646
"id": "AutomatedBackupPolicy",
@@ -2546,18 +2528,6 @@
25462528
},
25472529
"type": "object"
25482530
},
2549-
"CpuUtilization": {
2550-
"description": "CPU utilization policy for the autoscaler.",
2551-
"id": "CpuUtilization",
2552-
"properties": {
2553-
"utilizationTarget": {
2554-
"description": "Target CPU utilization as a float between 0 and 1.",
2555-
"format": "float",
2556-
"type": "number"
2557-
}
2558-
},
2559-
"type": "object"
2560-
},
25612531
"CsvExportOptions": {
25622532
"description": "Options for exporting data in CSV format.",
25632533
"id": "CsvExportOptions",
@@ -3091,7 +3061,7 @@
30913061
"The instance is being deleted.",
30923062
"The instance is down for maintenance.",
30933063
"The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances.",
3094-
"Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source.",
3064+
"The instance has been configured to sync data from some other source.",
30953065
"The instance is being promoted."
30963066
],
30973067
"readOnly": true,
@@ -3641,31 +3611,6 @@
36413611
},
36423612
"type": "object"
36433613
},
3644-
"Policy": {
3645-
"description": "Policy for the autoscaler.",
3646-
"id": "Policy",
3647-
"properties": {
3648-
"coolDownPeriodSec": {
3649-
"description": "The period of time in seconds after a new node is created before the autoscaler will incorporate its resource usage (e.g. CPU utilization) into the autoscaling recommendation algorithm.",
3650-
"format": "int64",
3651-
"type": "string"
3652-
},
3653-
"cpuUtilization": {
3654-
"$ref": "CpuUtilization",
3655-
"description": "CPU utilization policy for the autoscaler."
3656-
},
3657-
"enabled": {
3658-
"description": "If true, autoscaling is enabled for the instance. If not set, the default value is false.",
3659-
"type": "boolean"
3660-
},
3661-
"maxNodeCount": {
3662-
"description": "Maximum number of nodes for the autoscaler.",
3663-
"format": "int64",
3664-
"type": "string"
3665-
}
3666-
},
3667-
"type": "object"
3668-
},
36693614
"PrimaryConfig": {
36703615
"description": "Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.",
36713616
"id": "PrimaryConfig",
@@ -3856,10 +3801,6 @@
38563801
"description": "Configuration for a read pool instance.",
38573802
"id": "ReadPoolConfig",
38583803
"properties": {
3859-
"autoScalingConfig": {
3860-
"$ref": "AutoScalingConfig",
3861-
"description": "Autoscaling configuration for the read pool instance. If not set, the read pool instance will not be autoscaled."
3862-
},
38633804
"nodeCount": {
38643805
"description": "Read capacity, i.e. number of nodes in a read pool instance.",
38653806
"format": "int32",
@@ -3958,43 +3899,6 @@
39583899
},
39593900
"type": "object"
39603901
},
3961-
"Schedule": {
3962-
"description": "A schedule for the autoscaler.",
3963-
"id": "Schedule",
3964-
"properties": {
3965-
"cronExpression": {
3966-
"description": "Cron expression for the triggering the schedule. See https://cloud.google.com/compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax.",
3967-
"type": "string"
3968-
},
3969-
"description": {
3970-
"description": "Description of the schedule.",
3971-
"type": "string"
3972-
},
3973-
"disabled": {
3974-
"description": "If true, the schedule is disabled.",
3975-
"type": "boolean"
3976-
},
3977-
"durationSec": {
3978-
"description": "Duration of the schedule.",
3979-
"format": "int64",
3980-
"type": "string"
3981-
},
3982-
"minNodeCount": {
3983-
"description": "Minimum number of nodes in while the schedule is active.",
3984-
"format": "int64",
3985-
"type": "string"
3986-
},
3987-
"name": {
3988-
"description": "Name of the schedule.",
3989-
"type": "string"
3990-
},
3991-
"timeZone": {
3992-
"description": "The location-based IANA time zone for interpreting the schedule's start time. If no time zone is provided, UTC is used by default.",
3993-
"type": "string"
3994-
}
3995-
},
3996-
"type": "object"
3997-
},
39983902
"SecondaryConfig": {
39993903
"description": "Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.",
40003904
"id": "SecondaryConfig",
@@ -4751,7 +4655,8 @@
47514655
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
47524656
"SIGNAL_TYPE_REPLICATION_LAG",
47534657
"SIGNAL_TYPE_OUTDATED_VERSION",
4754-
"SIGNAL_TYPE_OUTDATED_CLIENT"
4658+
"SIGNAL_TYPE_OUTDATED_CLIENT",
4659+
"SIGNAL_TYPE_DATABOOST_DISABLED"
47554660
],
47564661
"enumDeprecated": [
47574662
false,
@@ -4855,6 +4760,7 @@
48554760
false,
48564761
false,
48574762
false,
4763+
false,
48584764
false
48594765
],
48604766
"enumDescriptions": [
@@ -4959,7 +4865,8 @@
49594865
"High number of idle connections.",
49604866
"Replication delay.",
49614867
"Outdated version.",
4962-
"Outdated client."
4868+
"Outdated client.",
4869+
"Databoost is disabled."
49634870
],
49644871
"type": "string"
49654872
},
@@ -5397,7 +5304,8 @@
53975304
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
53985305
"SIGNAL_TYPE_REPLICATION_LAG",
53995306
"SIGNAL_TYPE_OUTDATED_VERSION",
5400-
"SIGNAL_TYPE_OUTDATED_CLIENT"
5307+
"SIGNAL_TYPE_OUTDATED_CLIENT",
5308+
"SIGNAL_TYPE_DATABOOST_DISABLED"
54015309
],
54025310
"enumDeprecated": [
54035311
false,
@@ -5501,6 +5409,7 @@
55015409
false,
55025410
false,
55035411
false,
5412+
false,
55045413
false
55055414
],
55065415
"enumDescriptions": [
@@ -5605,7 +5514,8 @@
56055514
"High number of idle connections.",
56065515
"Replication delay.",
56075516
"Outdated version.",
5608-
"Outdated client."
5517+
"Outdated client.",
5518+
"Databoost is disabled."
56095519
],
56105520
"type": "string"
56115521
}
@@ -6139,6 +6049,7 @@
61396049
"PRODUCT_TYPE_FIRESTORE",
61406050
"PRODUCT_TYPE_COMPUTE_ENGINE",
61416051
"PRODUCT_TYPE_ORACLE_ON_GCP",
6052+
"PRODUCT_TYPE_BIGQUERY",
61426053
"PRODUCT_TYPE_OTHER"
61436054
],
61446055
"enumDeprecated": [
@@ -6155,6 +6066,7 @@
61556066
false,
61566067
false,
61576068
false,
6069+
false,
61586070
false
61596071
],
61606072
"enumDescriptions": [
@@ -6171,6 +6083,7 @@
61716083
"Firestore product area in GCP.",
61726084
"Compute Engine self managed databases",
61736085
"Oracle product area in GCP",
6086+
"BigQuery product area in GCP",
61746087
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
61756088
],
61766089
"type": "string"

0 commit comments

Comments
 (0)