Skip to content

Commit a9177bd

Browse files
feat(all): auto-regenerate discovery clients (#2675)
1 parent d465cec commit a9177bd

File tree

16 files changed

+7329
-647
lines changed

16 files changed

+7329
-647
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
}
14901490
}
14911491
},
1492-
"revision": "20240612",
1492+
"revision": "20240627",
14931493
"rootUrl": "https://alloydb.googleapis.com/",
14941494
"schemas": {
14951495
"AuthorizedNetwork": {
@@ -1968,6 +1968,25 @@
19681968
"readOnly": true,
19691969
"type": "string"
19701970
},
1971+
"subscriptionType": {
1972+
"description": "Optional. Subscription type of the cluster.",
1973+
"enum": [
1974+
"SUBSCRIPTION_TYPE_UNSPECIFIED",
1975+
"STANDARD",
1976+
"TRIAL"
1977+
],
1978+
"enumDescriptions": [
1979+
"This is an unknown Subscription type (By default, Subscription Type is STANDARD)",
1980+
"Standard subscription.",
1981+
"Trial subscription."
1982+
],
1983+
"type": "string"
1984+
},
1985+
"trialMetadata": {
1986+
"$ref": "TrialMetadata",
1987+
"description": "Output only. Metadata for free trial clusters",
1988+
"readOnly": true
1989+
},
19711990
"uid": {
19721991
"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.",
19731992
"readOnly": true,
@@ -4577,6 +4596,28 @@
45774596
},
45784597
"type": "object"
45794598
},
4599+
"TrialMetadata": {
4600+
"description": "Contains information and all metadata related to TRIAL clusters.",
4601+
"id": "TrialMetadata",
4602+
"properties": {
4603+
"endTime": {
4604+
"description": "End time of the trial cluster.",
4605+
"format": "google-datetime",
4606+
"type": "string"
4607+
},
4608+
"startTime": {
4609+
"description": "start time of the trial cluster.",
4610+
"format": "google-datetime",
4611+
"type": "string"
4612+
},
4613+
"upgradeTime": {
4614+
"description": "Upgrade time of trial cluster to Standard cluster.",
4615+
"format": "google-datetime",
4616+
"type": "string"
4617+
}
4618+
},
4619+
"type": "object"
4620+
},
45804621
"User": {
45814622
"description": "Message describing User object.",
45824623
"id": "User",

alloydb/v1/alloydb-gen.go

Lines changed: 37 additions & 0 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
}
14901490
}
14911491
},
1492-
"revision": "20240612",
1492+
"revision": "20240627",
14931493
"rootUrl": "https://alloydb.googleapis.com/",
14941494
"schemas": {
14951495
"AuthorizedNetwork": {
@@ -2864,7 +2864,7 @@
28642864
"id": "ObservabilityInstanceConfig",
28652865
"properties": {
28662866
"enabled": {
2867-
"description": "Observability feature status for an instance. This is a read-only flag and modifiable only by producer API. This flag is turned \"off\" by default.",
2867+
"description": "Observability feature status for an instance. This flag is turned \"off\" by default.",
28682868
"type": "boolean"
28692869
},
28702870
"maxQueryStringLength": {
@@ -2877,7 +2877,7 @@
28772877
"type": "boolean"
28782878
},
28792879
"queryPlansPerMinute": {
2880-
"description": "Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 to 20 is considered valid.",
2880+
"description": "Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.",
28812881
"format": "int32",
28822882
"type": "integer"
28832883
},

alloydb/v1alpha/alloydb-gen.go

Lines changed: 4 additions & 5 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
}
14871487
}
14881488
},
1489-
"revision": "20240612",
1489+
"revision": "20240627",
14901490
"rootUrl": "https://alloydb.googleapis.com/",
14911491
"schemas": {
14921492
"AuthorizedNetwork": {
@@ -2840,7 +2840,7 @@
28402840
"id": "ObservabilityInstanceConfig",
28412841
"properties": {
28422842
"enabled": {
2843-
"description": "Observability feature status for an instance. This is a read-only flag and modifiable only by producer API. This flag is turned \"off\" by default.",
2843+
"description": "Observability feature status for an instance. This flag is turned \"off\" by default.",
28442844
"type": "boolean"
28452845
},
28462846
"maxQueryStringLength": {
@@ -2853,7 +2853,7 @@
28532853
"type": "boolean"
28542854
},
28552855
"queryPlansPerMinute": {
2856-
"description": "Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 to 20 is considered valid.",
2856+
"description": "Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.",
28572857
"format": "int32",
28582858
"type": "integer"
28592859
},

alloydb/v1beta/alloydb-gen.go

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