Skip to content

Commit 72fb128

Browse files
feat(all): auto-regenerate discovery clients (#2641)
1 parent e732ee3 commit 72fb128

File tree

115 files changed

+25145
-6589
lines changed

Some content is hidden

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

115 files changed

+25145
-6589
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 553 additions & 187 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 547 additions & 333 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 2251 additions & 809 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240529",
1464+
"revision": "20240605",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -4175,11 +4175,17 @@
41754175
"description": "Required. Type of aggregation performed on the metric.",
41764176
"enum": [
41774177
"AGGREGATION_TYPE_UNSPECIFIED",
4178-
"MAXIMUM"
4178+
"PEAK",
4179+
"P99",
4180+
"P95",
4181+
"CURRENT"
41794182
],
41804183
"enumDescriptions": [
41814184
"Unspecified aggregation type.",
4182-
"Maximum aggregation type."
4185+
"PEAK aggregation type.",
4186+
"P99 aggregation type.",
4187+
"P95 aggregation type.",
4188+
"current aggregation type."
41834189
],
41844190
"type": "string"
41854191
},
@@ -4189,13 +4195,17 @@
41894195
"METRIC_TYPE_UNSPECIFIED",
41904196
"CPU_UTILIZATION",
41914197
"MEMORY_UTILIZATION",
4192-
"NETWORK_CONNECTIONS"
4198+
"NETWORK_CONNECTIONS",
4199+
"STORAGE_UTILIZATION",
4200+
"STORAGE_USED_BYTES"
41934201
],
41944202
"enumDescriptions": [
41954203
"Unspecified metric type.",
41964204
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
41974205
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4198-
"Number of network connections for a resource."
4206+
"Number of network connections for a resource.",
4207+
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4208+
"Sotrage used by a resource."
41994209
],
42004210
"type": "string"
42014211
},

alloydb/v1/alloydb-gen.go

Lines changed: 7 additions & 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: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240529",
1464+
"revision": "20240605",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -1954,6 +1954,25 @@
19541954
"readOnly": true,
19551955
"type": "string"
19561956
},
1957+
"subscriptionType": {
1958+
"description": "Optional. Subscription type of the cluster.",
1959+
"enum": [
1960+
"SUBSCRIPTION_TYPE_UNSPECIFIED",
1961+
"STANDARD",
1962+
"TRIAL"
1963+
],
1964+
"enumDescriptions": [
1965+
"This is an unknown Subscription type (By default, Subscription Type is STANDARD)",
1966+
"Standard subscription.",
1967+
"Trial subscription."
1968+
],
1969+
"type": "string"
1970+
},
1971+
"trialMetadata": {
1972+
"$ref": "TrialMetadata",
1973+
"description": "Output only. Metadata for free trial clusters",
1974+
"readOnly": true
1975+
},
19571976
"uid": {
19581977
"description": "Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.",
19591978
"readOnly": true,
@@ -4298,11 +4317,17 @@
42984317
"description": "Required. Type of aggregation performed on the metric.",
42994318
"enum": [
43004319
"AGGREGATION_TYPE_UNSPECIFIED",
4301-
"MAXIMUM"
4320+
"PEAK",
4321+
"P99",
4322+
"P95",
4323+
"CURRENT"
43024324
],
43034325
"enumDescriptions": [
43044326
"Unspecified aggregation type.",
4305-
"Maximum aggregation type."
4327+
"PEAK aggregation type.",
4328+
"P99 aggregation type.",
4329+
"P95 aggregation type.",
4330+
"current aggregation type."
43064331
],
43074332
"type": "string"
43084333
},
@@ -4312,13 +4337,17 @@
43124337
"METRIC_TYPE_UNSPECIFIED",
43134338
"CPU_UTILIZATION",
43144339
"MEMORY_UTILIZATION",
4315-
"NETWORK_CONNECTIONS"
4340+
"NETWORK_CONNECTIONS",
4341+
"STORAGE_UTILIZATION",
4342+
"STORAGE_USED_BYTES"
43164343
],
43174344
"enumDescriptions": [
43184345
"Unspecified metric type.",
43194346
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
43204347
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4321-
"Number of network connections for a resource."
4348+
"Number of network connections for a resource.",
4349+
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4350+
"Sotrage used by a resource."
43224351
],
43234352
"type": "string"
43244353
},
@@ -4647,6 +4676,28 @@
46474676
},
46484677
"type": "object"
46494678
},
4679+
"TrialMetadata": {
4680+
"description": "Contains information and all metadata related to TRIAL clusters.",
4681+
"id": "TrialMetadata",
4682+
"properties": {
4683+
"endTime": {
4684+
"description": "End time of the trial cluster.",
4685+
"format": "google-datetime",
4686+
"type": "string"
4687+
},
4688+
"startTime": {
4689+
"description": "start time of the trial cluster.",
4690+
"format": "google-datetime",
4691+
"type": "string"
4692+
},
4693+
"upgradeTime": {
4694+
"description": "Upgrade time of trial cluster to Standard cluster.",
4695+
"format": "google-datetime",
4696+
"type": "string"
4697+
}
4698+
},
4699+
"type": "object"
4700+
},
46504701
"UpdatePolicy": {
46514702
"description": "Policy to be used while updating the instance.",
46524703
"id": "UpdatePolicy",

alloydb/v1alpha/alloydb-gen.go

Lines changed: 44 additions & 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: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
}
14591459
}
14601460
},
1461-
"revision": "20240529",
1461+
"revision": "20240605",
14621462
"rootUrl": "https://alloydb.googleapis.com/",
14631463
"schemas": {
14641464
"AuthorizedNetwork": {
@@ -1935,6 +1935,25 @@
19351935
"readOnly": true,
19361936
"type": "string"
19371937
},
1938+
"subscriptionType": {
1939+
"description": "Optional. Subscription type of the cluster.",
1940+
"enum": [
1941+
"SUBSCRIPTION_TYPE_UNSPECIFIED",
1942+
"STANDARD",
1943+
"TRIAL"
1944+
],
1945+
"enumDescriptions": [
1946+
"This is an unknown Subscription type (By default, Subscription Type is STANDARD)",
1947+
"Standard subscription.",
1948+
"Trial subscription."
1949+
],
1950+
"type": "string"
1951+
},
1952+
"trialMetadata": {
1953+
"$ref": "TrialMetadata",
1954+
"description": "Output only. Metadata for free trial clusters",
1955+
"readOnly": true
1956+
},
19381957
"uid": {
19391958
"description": "Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.",
19401959
"readOnly": true,
@@ -4274,11 +4293,17 @@
42744293
"description": "Required. Type of aggregation performed on the metric.",
42754294
"enum": [
42764295
"AGGREGATION_TYPE_UNSPECIFIED",
4277-
"MAXIMUM"
4296+
"PEAK",
4297+
"P99",
4298+
"P95",
4299+
"CURRENT"
42784300
],
42794301
"enumDescriptions": [
42804302
"Unspecified aggregation type.",
4281-
"Maximum aggregation type."
4303+
"PEAK aggregation type.",
4304+
"P99 aggregation type.",
4305+
"P95 aggregation type.",
4306+
"current aggregation type."
42824307
],
42834308
"type": "string"
42844309
},
@@ -4288,13 +4313,17 @@
42884313
"METRIC_TYPE_UNSPECIFIED",
42894314
"CPU_UTILIZATION",
42904315
"MEMORY_UTILIZATION",
4291-
"NETWORK_CONNECTIONS"
4316+
"NETWORK_CONNECTIONS",
4317+
"STORAGE_UTILIZATION",
4318+
"STORAGE_USED_BYTES"
42924319
],
42934320
"enumDescriptions": [
42944321
"Unspecified metric type.",
42954322
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
42964323
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4297-
"Number of network connections for a resource."
4324+
"Number of network connections for a resource.",
4325+
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
4326+
"Sotrage used by a resource."
42984327
],
42994328
"type": "string"
43004329
},
@@ -4623,6 +4652,28 @@
46234652
},
46244653
"type": "object"
46254654
},
4655+
"TrialMetadata": {
4656+
"description": "Contains information and all metadata related to TRIAL clusters.",
4657+
"id": "TrialMetadata",
4658+
"properties": {
4659+
"endTime": {
4660+
"description": "End time of the trial cluster.",
4661+
"format": "google-datetime",
4662+
"type": "string"
4663+
},
4664+
"startTime": {
4665+
"description": "start time of the trial cluster.",
4666+
"format": "google-datetime",
4667+
"type": "string"
4668+
},
4669+
"upgradeTime": {
4670+
"description": "Upgrade time of trial cluster to Standard cluster.",
4671+
"format": "google-datetime",
4672+
"type": "string"
4673+
}
4674+
},
4675+
"type": "object"
4676+
},
46264677
"UpdatePolicy": {
46274678
"description": "Policy to be used while updating the instance.",
46284679
"id": "UpdatePolicy",

0 commit comments

Comments
 (0)