Skip to content

Commit c8e352e

Browse files
feat(alloydb): update the api
#### alloydb:v1 The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.tagsSet.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration.properties.shardCount (Total Keys: 2) - schemas.StorageDatabasecenterPartnerapiV1mainTags (Total Keys: 4) #### alloydb:v1alpha The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.tagsSet.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration.properties.shardCount (Total Keys: 2) - schemas.StorageDatabasecenterPartnerapiV1mainTags (Total Keys: 4) #### alloydb:v1beta The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.tagsSet.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration.properties.shardCount (Total Keys: 2) - schemas.StorageDatabasecenterPartnerapiV1mainTags (Total Keys: 4)
1 parent a98ec30 commit c8e352e

File tree

3 files changed

+172
-40
lines changed

3 files changed

+172
-40
lines changed

googleapiclient/discovery_cache/documents/alloydb.v1.json

Lines changed: 74 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@
15171517
}
15181518
}
15191519
},
1520-
"revision": "20240828",
1520+
"revision": "20240909",
15211521
"rootUrl": "https://alloydb.googleapis.com/",
15221522
"schemas": {
15231523
"AuthorizedNetwork": {
@@ -1606,19 +1606,22 @@
16061606
"DATABASE_VERSION_UNSPECIFIED",
16071607
"POSTGRES_13",
16081608
"POSTGRES_14",
1609-
"POSTGRES_15"
1609+
"POSTGRES_15",
1610+
"POSTGRES_16"
16101611
],
16111612
"enumDeprecated": [
16121613
false,
16131614
true,
16141615
false,
1616+
false,
16151617
false
16161618
],
16171619
"enumDescriptions": [
16181620
"This is an unknown database version.",
16191621
"DEPRECATED - The database version is Postgres 13.",
16201622
"The database version is Postgres 14.",
1621-
"The database version is Postgres 15."
1623+
"The database version is Postgres 15.",
1624+
"The database version is Postgres 16."
16221625
],
16231626
"readOnly": true,
16241627
"type": "string"
@@ -1862,19 +1865,22 @@ false
18621865
"DATABASE_VERSION_UNSPECIFIED",
18631866
"POSTGRES_13",
18641867
"POSTGRES_14",
1865-
"POSTGRES_15"
1868+
"POSTGRES_15",
1869+
"POSTGRES_16"
18661870
],
18671871
"enumDeprecated": [
18681872
false,
18691873
true,
18701874
false,
1875+
false,
18711876
false
18721877
],
18731878
"enumDescriptions": [
18741879
"This is an unknown database version.",
18751880
"DEPRECATED - The database version is Postgres 13.",
18761881
"The database version is Postgres 14.",
1877-
"The database version is Postgres 15."
1882+
"The database version is Postgres 15.",
1883+
"The database version is Postgres 16."
18781884
],
18791885
"type": "string"
18801886
},
@@ -2053,19 +2059,22 @@ false
20532059
"DATABASE_VERSION_UNSPECIFIED",
20542060
"POSTGRES_13",
20552061
"POSTGRES_14",
2056-
"POSTGRES_15"
2062+
"POSTGRES_15",
2063+
"POSTGRES_16"
20572064
],
20582065
"enumDeprecated": [
20592066
false,
20602067
true,
20612068
false,
2069+
false,
20622070
false
20632071
],
20642072
"enumDescriptions": [
20652073
"This is an unknown database version.",
20662074
"DEPRECATED - The database version is Postgres 13.",
20672075
"The database version is Postgres 14.",
2068-
"The database version is Postgres 15."
2076+
"The database version is Postgres 15.",
2077+
"The database version is Postgres 16."
20692078
],
20702079
"type": "string"
20712080
},
@@ -2095,15 +2104,19 @@ false
20952104
"IN_PROGRESS",
20962105
"SUCCESS",
20972106
"FAILED",
2098-
"PARTIAL_SUCCESS"
2107+
"PARTIAL_SUCCESS",
2108+
"CANCEL_IN_PROGRESS",
2109+
"CANCELLED"
20992110
],
21002111
"enumDescriptions": [
21012112
"Unspecified status.",
21022113
"Not started.",
21032114
"In progress.",
21042115
"Operation succeeded.",
21052116
"Operation failed.",
2106-
"Operation partially succeeded."
2117+
"Operation partially succeeded.",
2118+
"Cancel is in progress.",
2119+
"Cancellation complete."
21072120
],
21082121
"type": "string"
21092122
}
@@ -2636,15 +2649,19 @@ false
26362649
"IN_PROGRESS",
26372650
"SUCCESS",
26382651
"FAILED",
2639-
"PARTIAL_SUCCESS"
2652+
"PARTIAL_SUCCESS",
2653+
"CANCEL_IN_PROGRESS",
2654+
"CANCELLED"
26402655
],
26412656
"enumDescriptions": [
26422657
"Unspecified status.",
26432658
"Not started.",
26442659
"In progress.",
26452660
"Operation succeeded.",
26462661
"Operation failed.",
2647-
"Operation partially succeeded."
2662+
"Operation partially succeeded.",
2663+
"Cancel is in progress.",
2664+
"Cancellation complete."
26482665
],
26492666
"type": "string"
26502667
}
@@ -3312,15 +3329,19 @@ false
33123329
"IN_PROGRESS",
33133330
"SUCCESS",
33143331
"FAILED",
3315-
"PARTIAL_SUCCESS"
3332+
"PARTIAL_SUCCESS",
3333+
"CANCEL_IN_PROGRESS",
3334+
"CANCELLED"
33163335
],
33173336
"enumDescriptions": [
33183337
"Unspecified status.",
33193338
"Not started.",
33203339
"In progress.",
33213340
"Operation succeeded.",
33223341
"Operation failed.",
3323-
"Operation partially succeeded."
3342+
"Operation partially succeeded.",
3343+
"Cancel is in progress.",
3344+
"Cancellation complete."
33243345
],
33253346
"type": "string"
33263347
}
@@ -3938,7 +3959,7 @@ false
39383959
"type": "object"
39393960
},
39403961
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
3941-
"description": "Common model for database resource instance metadata.",
3962+
"description": "Common model for database resource instance metadata. Next ID: 21",
39423963
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
39433964
"properties": {
39443965
"availabilityConfiguration": {
@@ -4077,6 +4098,10 @@ false
40774098
"description": "Required. Different from DatabaseResourceId.unique_id, a resource name can be reused over time. That is, after a resource named \"ABC\" is deleted, the name \"ABC\" can be used to to create a new resource within the same source. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel",
40784099
"type": "string"
40794100
},
4101+
"tagsSet": {
4102+
"$ref": "StorageDatabasecenterPartnerapiV1mainTags",
4103+
"description": "Optional. Tags associated with this resources."
4104+
},
40804105
"updationTime": {
40814106
"description": "The time at which the resource was updated and recorded at partner service.",
40824107
"format": "google-datetime",
@@ -4463,6 +4488,11 @@ false
44634488
"description": "Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
44644489
"format": "int64",
44654490
"type": "string"
4491+
},
4492+
"shardCount": {
4493+
"description": "Optional. Number of shards (if applicable).",
4494+
"format": "int32",
4495+
"type": "integer"
44664496
}
44674497
},
44684498
"type": "object"
@@ -4590,6 +4620,20 @@ false
45904620
},
45914621
"type": "object"
45924622
},
4623+
"StorageDatabasecenterPartnerapiV1mainTags": {
4624+
"description": "Message type for storing tags. Tags provide a way to create annotations for resources, and in some cases conditionally allow or deny policies based on whether a resource has a specific tag.",
4625+
"id": "StorageDatabasecenterPartnerapiV1mainTags",
4626+
"properties": {
4627+
"tags": {
4628+
"additionalProperties": {
4629+
"type": "string"
4630+
},
4631+
"description": "The Tag key/value mappings.",
4632+
"type": "object"
4633+
}
4634+
},
4635+
"type": "object"
4636+
},
45934637
"StorageDatabasecenterPartnerapiV1mainUserLabels": {
45944638
"description": "Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.",
45954639
"id": "StorageDatabasecenterPartnerapiV1mainUserLabels",
@@ -4792,19 +4836,22 @@ false
47924836
"DATABASE_VERSION_UNSPECIFIED",
47934837
"POSTGRES_13",
47944838
"POSTGRES_14",
4795-
"POSTGRES_15"
4839+
"POSTGRES_15",
4840+
"POSTGRES_16"
47964841
],
47974842
"enumDeprecated": [
47984843
false,
47994844
true,
48004845
false,
4846+
false,
48014847
false
48024848
],
48034849
"enumDescriptions": [
48044850
"This is an unknown database version.",
48054851
"DEPRECATED - The database version is Postgres 13.",
48064852
"The database version is Postgres 14.",
4807-
"The database version is Postgres 15."
4853+
"The database version is Postgres 15.",
4854+
"The database version is Postgres 16."
48084855
],
48094856
"type": "string"
48104857
},
@@ -4906,19 +4953,22 @@ false
49064953
"DATABASE_VERSION_UNSPECIFIED",
49074954
"POSTGRES_13",
49084955
"POSTGRES_14",
4909-
"POSTGRES_15"
4956+
"POSTGRES_15",
4957+
"POSTGRES_16"
49104958
],
49114959
"enumDeprecated": [
49124960
false,
49134961
true,
49144962
false,
4963+
false,
49154964
false
49164965
],
49174966
"enumDescriptions": [
49184967
"This is an unknown database version.",
49194968
"DEPRECATED - The database version is Postgres 13.",
49204969
"The database version is Postgres 14.",
4921-
"The database version is Postgres 15."
4970+
"The database version is Postgres 15.",
4971+
"The database version is Postgres 16."
49224972
],
49234973
"type": "string"
49244974
}
@@ -4948,15 +4998,19 @@ false
49484998
"IN_PROGRESS",
49494999
"SUCCESS",
49505000
"FAILED",
4951-
"PARTIAL_SUCCESS"
5001+
"PARTIAL_SUCCESS",
5002+
"CANCEL_IN_PROGRESS",
5003+
"CANCELLED"
49525004
],
49535005
"enumDescriptions": [
49545006
"Unspecified status.",
49555007
"Not started.",
49565008
"In progress.",
49575009
"Operation succeeded.",
49585010
"Operation failed.",
4959-
"Operation partially succeeded."
5011+
"Operation partially succeeded.",
5012+
"Cancel is in progress.",
5013+
"Cancellation complete."
49605014
],
49615015
"type": "string"
49625016
}

0 commit comments

Comments
 (0)