|
1517 | 1517 | }
|
1518 | 1518 | }
|
1519 | 1519 | },
|
1520 |
| -"revision": "20240828", |
| 1520 | +"revision": "20240909", |
1521 | 1521 | "rootUrl": "https://alloydb.googleapis.com/",
|
1522 | 1522 | "schemas": {
|
1523 | 1523 | "AuthorizedNetwork": {
|
|
1606 | 1606 | "DATABASE_VERSION_UNSPECIFIED",
|
1607 | 1607 | "POSTGRES_13",
|
1608 | 1608 | "POSTGRES_14",
|
1609 |
| -"POSTGRES_15" |
| 1609 | +"POSTGRES_15", |
| 1610 | +"POSTGRES_16" |
1610 | 1611 | ],
|
1611 | 1612 | "enumDeprecated": [
|
1612 | 1613 | false,
|
1613 | 1614 | true,
|
1614 | 1615 | false,
|
| 1616 | +false, |
1615 | 1617 | false
|
1616 | 1618 | ],
|
1617 | 1619 | "enumDescriptions": [
|
1618 | 1620 | "This is an unknown database version.",
|
1619 | 1621 | "DEPRECATED - The database version is Postgres 13.",
|
1620 | 1622 | "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." |
1622 | 1625 | ],
|
1623 | 1626 | "readOnly": true,
|
1624 | 1627 | "type": "string"
|
@@ -1862,19 +1865,22 @@ false
|
1862 | 1865 | "DATABASE_VERSION_UNSPECIFIED",
|
1863 | 1866 | "POSTGRES_13",
|
1864 | 1867 | "POSTGRES_14",
|
1865 |
| -"POSTGRES_15" |
| 1868 | +"POSTGRES_15", |
| 1869 | +"POSTGRES_16" |
1866 | 1870 | ],
|
1867 | 1871 | "enumDeprecated": [
|
1868 | 1872 | false,
|
1869 | 1873 | true,
|
1870 | 1874 | false,
|
| 1875 | +false, |
1871 | 1876 | false
|
1872 | 1877 | ],
|
1873 | 1878 | "enumDescriptions": [
|
1874 | 1879 | "This is an unknown database version.",
|
1875 | 1880 | "DEPRECATED - The database version is Postgres 13.",
|
1876 | 1881 | "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." |
1878 | 1884 | ],
|
1879 | 1885 | "type": "string"
|
1880 | 1886 | },
|
@@ -2053,19 +2059,22 @@ false
|
2053 | 2059 | "DATABASE_VERSION_UNSPECIFIED",
|
2054 | 2060 | "POSTGRES_13",
|
2055 | 2061 | "POSTGRES_14",
|
2056 |
| -"POSTGRES_15" |
| 2062 | +"POSTGRES_15", |
| 2063 | +"POSTGRES_16" |
2057 | 2064 | ],
|
2058 | 2065 | "enumDeprecated": [
|
2059 | 2066 | false,
|
2060 | 2067 | true,
|
2061 | 2068 | false,
|
| 2069 | +false, |
2062 | 2070 | false
|
2063 | 2071 | ],
|
2064 | 2072 | "enumDescriptions": [
|
2065 | 2073 | "This is an unknown database version.",
|
2066 | 2074 | "DEPRECATED - The database version is Postgres 13.",
|
2067 | 2075 | "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." |
2069 | 2078 | ],
|
2070 | 2079 | "type": "string"
|
2071 | 2080 | },
|
@@ -2095,15 +2104,19 @@ false
|
2095 | 2104 | "IN_PROGRESS",
|
2096 | 2105 | "SUCCESS",
|
2097 | 2106 | "FAILED",
|
2098 |
| -"PARTIAL_SUCCESS" |
| 2107 | +"PARTIAL_SUCCESS", |
| 2108 | +"CANCEL_IN_PROGRESS", |
| 2109 | +"CANCELLED" |
2099 | 2110 | ],
|
2100 | 2111 | "enumDescriptions": [
|
2101 | 2112 | "Unspecified status.",
|
2102 | 2113 | "Not started.",
|
2103 | 2114 | "In progress.",
|
2104 | 2115 | "Operation succeeded.",
|
2105 | 2116 | "Operation failed.",
|
2106 |
| -"Operation partially succeeded." |
| 2117 | +"Operation partially succeeded.", |
| 2118 | +"Cancel is in progress.", |
| 2119 | +"Cancellation complete." |
2107 | 2120 | ],
|
2108 | 2121 | "type": "string"
|
2109 | 2122 | }
|
@@ -2636,15 +2649,19 @@ false
|
2636 | 2649 | "IN_PROGRESS",
|
2637 | 2650 | "SUCCESS",
|
2638 | 2651 | "FAILED",
|
2639 |
| -"PARTIAL_SUCCESS" |
| 2652 | +"PARTIAL_SUCCESS", |
| 2653 | +"CANCEL_IN_PROGRESS", |
| 2654 | +"CANCELLED" |
2640 | 2655 | ],
|
2641 | 2656 | "enumDescriptions": [
|
2642 | 2657 | "Unspecified status.",
|
2643 | 2658 | "Not started.",
|
2644 | 2659 | "In progress.",
|
2645 | 2660 | "Operation succeeded.",
|
2646 | 2661 | "Operation failed.",
|
2647 |
| -"Operation partially succeeded." |
| 2662 | +"Operation partially succeeded.", |
| 2663 | +"Cancel is in progress.", |
| 2664 | +"Cancellation complete." |
2648 | 2665 | ],
|
2649 | 2666 | "type": "string"
|
2650 | 2667 | }
|
@@ -3312,15 +3329,19 @@ false
|
3312 | 3329 | "IN_PROGRESS",
|
3313 | 3330 | "SUCCESS",
|
3314 | 3331 | "FAILED",
|
3315 |
| -"PARTIAL_SUCCESS" |
| 3332 | +"PARTIAL_SUCCESS", |
| 3333 | +"CANCEL_IN_PROGRESS", |
| 3334 | +"CANCELLED" |
3316 | 3335 | ],
|
3317 | 3336 | "enumDescriptions": [
|
3318 | 3337 | "Unspecified status.",
|
3319 | 3338 | "Not started.",
|
3320 | 3339 | "In progress.",
|
3321 | 3340 | "Operation succeeded.",
|
3322 | 3341 | "Operation failed.",
|
3323 |
| -"Operation partially succeeded." |
| 3342 | +"Operation partially succeeded.", |
| 3343 | +"Cancel is in progress.", |
| 3344 | +"Cancellation complete." |
3324 | 3345 | ],
|
3325 | 3346 | "type": "string"
|
3326 | 3347 | }
|
@@ -3938,7 +3959,7 @@ false
|
3938 | 3959 | "type": "object"
|
3939 | 3960 | },
|
3940 | 3961 | "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
|
3941 |
| -"description": "Common model for database resource instance metadata.", |
| 3962 | +"description": "Common model for database resource instance metadata. Next ID: 21", |
3942 | 3963 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
|
3943 | 3964 | "properties": {
|
3944 | 3965 | "availabilityConfiguration": {
|
@@ -4077,6 +4098,10 @@ false
|
4077 | 4098 | "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",
|
4078 | 4099 | "type": "string"
|
4079 | 4100 | },
|
| 4101 | +"tagsSet": { |
| 4102 | +"$ref": "StorageDatabasecenterPartnerapiV1mainTags", |
| 4103 | +"description": "Optional. Tags associated with this resources." |
| 4104 | +}, |
4080 | 4105 | "updationTime": {
|
4081 | 4106 | "description": "The time at which the resource was updated and recorded at partner service.",
|
4082 | 4107 | "format": "google-datetime",
|
@@ -4463,6 +4488,11 @@ false
|
4463 | 4488 | "description": "Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
|
4464 | 4489 | "format": "int64",
|
4465 | 4490 | "type": "string"
|
| 4491 | +}, |
| 4492 | +"shardCount": { |
| 4493 | +"description": "Optional. Number of shards (if applicable).", |
| 4494 | +"format": "int32", |
| 4495 | +"type": "integer" |
4466 | 4496 | }
|
4467 | 4497 | },
|
4468 | 4498 | "type": "object"
|
@@ -4590,6 +4620,20 @@ false
|
4590 | 4620 | },
|
4591 | 4621 | "type": "object"
|
4592 | 4622 | },
|
| 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 | +}, |
4593 | 4637 | "StorageDatabasecenterPartnerapiV1mainUserLabels": {
|
4594 | 4638 | "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.",
|
4595 | 4639 | "id": "StorageDatabasecenterPartnerapiV1mainUserLabels",
|
@@ -4792,19 +4836,22 @@ false
|
4792 | 4836 | "DATABASE_VERSION_UNSPECIFIED",
|
4793 | 4837 | "POSTGRES_13",
|
4794 | 4838 | "POSTGRES_14",
|
4795 |
| -"POSTGRES_15" |
| 4839 | +"POSTGRES_15", |
| 4840 | +"POSTGRES_16" |
4796 | 4841 | ],
|
4797 | 4842 | "enumDeprecated": [
|
4798 | 4843 | false,
|
4799 | 4844 | true,
|
4800 | 4845 | false,
|
| 4846 | +false, |
4801 | 4847 | false
|
4802 | 4848 | ],
|
4803 | 4849 | "enumDescriptions": [
|
4804 | 4850 | "This is an unknown database version.",
|
4805 | 4851 | "DEPRECATED - The database version is Postgres 13.",
|
4806 | 4852 | "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." |
4808 | 4855 | ],
|
4809 | 4856 | "type": "string"
|
4810 | 4857 | },
|
@@ -4906,19 +4953,22 @@ false
|
4906 | 4953 | "DATABASE_VERSION_UNSPECIFIED",
|
4907 | 4954 | "POSTGRES_13",
|
4908 | 4955 | "POSTGRES_14",
|
4909 |
| -"POSTGRES_15" |
| 4956 | +"POSTGRES_15", |
| 4957 | +"POSTGRES_16" |
4910 | 4958 | ],
|
4911 | 4959 | "enumDeprecated": [
|
4912 | 4960 | false,
|
4913 | 4961 | true,
|
4914 | 4962 | false,
|
| 4963 | +false, |
4915 | 4964 | false
|
4916 | 4965 | ],
|
4917 | 4966 | "enumDescriptions": [
|
4918 | 4967 | "This is an unknown database version.",
|
4919 | 4968 | "DEPRECATED - The database version is Postgres 13.",
|
4920 | 4969 | "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." |
4922 | 4972 | ],
|
4923 | 4973 | "type": "string"
|
4924 | 4974 | }
|
@@ -4948,15 +4998,19 @@ false
|
4948 | 4998 | "IN_PROGRESS",
|
4949 | 4999 | "SUCCESS",
|
4950 | 5000 | "FAILED",
|
4951 |
| -"PARTIAL_SUCCESS" |
| 5001 | +"PARTIAL_SUCCESS", |
| 5002 | +"CANCEL_IN_PROGRESS", |
| 5003 | +"CANCELLED" |
4952 | 5004 | ],
|
4953 | 5005 | "enumDescriptions": [
|
4954 | 5006 | "Unspecified status.",
|
4955 | 5007 | "Not started.",
|
4956 | 5008 | "In progress.",
|
4957 | 5009 | "Operation succeeded.",
|
4958 | 5010 | "Operation failed.",
|
4959 |
| -"Operation partially succeeded." |
| 5011 | +"Operation partially succeeded.", |
| 5012 | +"Cancel is in progress.", |
| 5013 | +"Cancellation complete." |
4960 | 5014 | ],
|
4961 | 5015 | "type": "string"
|
4962 | 5016 | }
|
|
0 commit comments