Skip to content

Commit c6396b1

Browse files
feat(all): auto-regenerate discovery clients (#3067)
1 parent 2920346 commit c6396b1

36 files changed

+4508
-1369
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20250212",
1298+
"revision": "20250312",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1854,6 +1854,13 @@
18541854
"type": "string"
18551855
},
18561856
"type": "array"
1857+
},
1858+
"roles": {
1859+
"description": "IAM roles that represent the set of operations that the sources specified in the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.",
1860+
"items": {
1861+
"type": "string"
1862+
},
1863+
"type": "array"
18571864
}
18581865
},
18591866
"type": "object"
@@ -2051,6 +2058,13 @@
20512058
"type": "string"
20522059
},
20532060
"type": "array"
2061+
},
2062+
"roles": {
2063+
"description": "IAM roles that represent the set of operations that the sources specified in the corresponding IngressFrom are allowed to perform in this ServicePerimeter.",
2064+
"items": {
2065+
"type": "string"
2066+
},
2067+
"type": "array"
20542068
}
20552069
},
20562070
"type": "object"

accesscontextmanager/v1/accesscontextmanager-gen.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1/alloydb-api.json

+74-5
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
}
16171617
}
16181618
},
1619-
"revision": "20250227",
1619+
"revision": "20250308",
16201620
"rootUrl": "https://alloydb.googleapis.com/",
16211621
"schemas": {
16221622
"AuthorizedNetwork": {
@@ -2428,6 +2428,25 @@
24282428
},
24292429
"type": "object"
24302430
},
2431+
"DenyMaintenancePeriod": {
2432+
"description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.",
2433+
"id": "DenyMaintenancePeriod",
2434+
"properties": {
2435+
"endDate": {
2436+
"$ref": "GoogleTypeDate",
2437+
"description": "Deny period end date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring"
2438+
},
2439+
"startDate": {
2440+
"$ref": "GoogleTypeDate",
2441+
"description": "Deny period start date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring"
2442+
},
2443+
"time": {
2444+
"$ref": "GoogleTypeTimeOfDay",
2445+
"description": "Time in UTC when the deny period starts on start_date and ends on end_date. This can be: * Full time OR * All zeros for 00:00:00 UTC"
2446+
}
2447+
},
2448+
"type": "object"
2449+
},
24312450
"Empty": {
24322451
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
24332452
"id": "Empty",
@@ -2587,6 +2606,28 @@
25872606
},
25882607
"type": "object"
25892608
},
2609+
"GoogleTypeDate": {
2610+
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
2611+
"id": "GoogleTypeDate",
2612+
"properties": {
2613+
"day": {
2614+
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
2615+
"format": "int32",
2616+
"type": "integer"
2617+
},
2618+
"month": {
2619+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
2620+
"format": "int32",
2621+
"type": "integer"
2622+
},
2623+
"year": {
2624+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
2625+
"format": "int32",
2626+
"type": "integer"
2627+
}
2628+
},
2629+
"type": "object"
2630+
},
25902631
"GoogleTypeTimeOfDay": {
25912632
"description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
25922633
"id": "GoogleTypeTimeOfDay",
@@ -2892,6 +2933,11 @@
28922933
"enablePublicIp": {
28932934
"description": "Optional. Enabling public ip for the instance.",
28942935
"type": "boolean"
2936+
},
2937+
"network": {
2938+
"description": "Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // `projects/{project_number}/global/networks/{network_id}`.",
2939+
"readOnly": true,
2940+
"type": "string"
28952941
}
28962942
},
28972943
"type": "object"
@@ -3108,6 +3154,10 @@
31083154
"description": "The number of CPU's in the VM instance.",
31093155
"format": "int32",
31103156
"type": "integer"
3157+
},
3158+
"machineType": {
3159+
"description": "Machine type of the VM instance. E.g. \"n2-highmem-4\", \"n2-highmem-8\", \"c4a-highmem-4-lssd\". cpu_count must match the number of vCPUs in the machine type.",
3160+
"type": "string"
31113161
}
31123162
},
31133163
"type": "object"
@@ -3129,6 +3179,13 @@
31293179
"description": "MaintenanceUpdatePolicy defines the policy for system updates.",
31303180
"id": "MaintenanceUpdatePolicy",
31313181
"properties": {
3182+
"denyMaintenancePeriods": {
3183+
"description": "Periods to deny maintenance. Currently limited to 1.",
3184+
"items": {
3185+
"$ref": "DenyMaintenancePeriod"
3186+
},
3187+
"type": "array"
3188+
},
31323189
"maintenanceWindows": {
31333190
"description": "Preferred windows to perform maintenance. Currently limited to 1.",
31343191
"items": {
@@ -4281,7 +4338,9 @@
42814338
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
42824339
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
42834340
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
4284-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
4341+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
4342+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
4343+
"SIGNAL_TYPE_MEMORY_LIMIT"
42854344
],
42864345
"enumDeprecated": [
42874346
false,
@@ -4371,6 +4430,8 @@
43714430
false,
43724431
false,
43734432
false,
4433+
false,
4434+
false,
43744435
false
43754436
],
43764437
"enumDescriptions": [
@@ -4461,7 +4522,9 @@
44614522
"Detects that expensive commands are being run on a database instance impacting overall performance.",
44624523
"Indicates that the instance does not have a maintenance policy configured.",
44634524
"Deletion Protection Disabled for the resource",
4464-
"Indicates that the instance has inefficient queries detected."
4525+
"Indicates that the instance has inefficient queries detected.",
4526+
"Indicates that the instance has read intensive workload.",
4527+
"Indicates that the instance is nearing memory limit."
44654528
],
44664529
"type": "string"
44674530
},
@@ -4870,7 +4933,9 @@
48704933
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
48714934
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
48724935
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
4873-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
4936+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
4937+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
4938+
"SIGNAL_TYPE_MEMORY_LIMIT"
48744939
],
48754940
"enumDeprecated": [
48764941
false,
@@ -4960,6 +5025,8 @@
49605025
false,
49615026
false,
49625027
false,
5028+
false,
5029+
false,
49635030
false
49645031
],
49655032
"enumDescriptions": [
@@ -5050,7 +5117,9 @@
50505117
"Detects that expensive commands are being run on a database instance impacting overall performance.",
50515118
"Indicates that the instance does not have a maintenance policy configured.",
50525119
"Deletion Protection Disabled for the resource",
5053-
"Indicates that the instance has inefficient queries detected."
5120+
"Indicates that the instance has inefficient queries detected.",
5121+
"Indicates that the instance has read intensive workload.",
5122+
"Indicates that the instance is nearing memory limit."
50545123
],
50555124
"type": "string"
50565125
}

alloydb/v1/alloydb-gen.go

+95-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)