|
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": {
|
|
2143 | 2143 | "IN_PROGRESS",
|
2144 | 2144 | "SUCCESS",
|
2145 | 2145 | "FAILED",
|
2146 |
| - "PARTIAL_SUCCESS" |
| 2146 | + "PARTIAL_SUCCESS", |
| 2147 | + "CANCEL_IN_PROGRESS", |
| 2148 | + "CANCELLED" |
2147 | 2149 | ],
|
2148 | 2150 | "enumDescriptions": [
|
2149 | 2151 | "Unspecified status.",
|
2150 | 2152 | "Not started.",
|
2151 | 2153 | "In progress.",
|
2152 | 2154 | "Operation succeeded.",
|
2153 | 2155 | "Operation failed.",
|
2154 |
| - "Operation partially succeeded." |
| 2156 | + "Operation partially succeeded.", |
| 2157 | + "Cancel is in progress.", |
| 2158 | + "Cancellation complete." |
2155 | 2159 | ],
|
2156 | 2160 | "type": "string"
|
2157 | 2161 | }
|
|
2739 | 2743 | "IN_PROGRESS",
|
2740 | 2744 | "SUCCESS",
|
2741 | 2745 | "FAILED",
|
2742 |
| - "PARTIAL_SUCCESS" |
| 2746 | + "PARTIAL_SUCCESS", |
| 2747 | + "CANCEL_IN_PROGRESS", |
| 2748 | + "CANCELLED" |
2743 | 2749 | ],
|
2744 | 2750 | "enumDescriptions": [
|
2745 | 2751 | "Unspecified status.",
|
2746 | 2752 | "Not started.",
|
2747 | 2753 | "In progress.",
|
2748 | 2754 | "Operation succeeded.",
|
2749 | 2755 | "Operation failed.",
|
2750 |
| - "Operation partially succeeded." |
| 2756 | + "Operation partially succeeded.", |
| 2757 | + "Cancel is in progress.", |
| 2758 | + "Cancellation complete." |
2751 | 2759 | ],
|
2752 | 2760 | "type": "string"
|
2753 | 2761 | }
|
|
3461 | 3469 | "IN_PROGRESS",
|
3462 | 3470 | "SUCCESS",
|
3463 | 3471 | "FAILED",
|
3464 |
| - "PARTIAL_SUCCESS" |
| 3472 | + "PARTIAL_SUCCESS", |
| 3473 | + "CANCEL_IN_PROGRESS", |
| 3474 | + "CANCELLED" |
3465 | 3475 | ],
|
3466 | 3476 | "enumDescriptions": [
|
3467 | 3477 | "Unspecified status.",
|
3468 | 3478 | "Not started.",
|
3469 | 3479 | "In progress.",
|
3470 | 3480 | "Operation succeeded.",
|
3471 | 3481 | "Operation failed.",
|
3472 |
| - "Operation partially succeeded." |
| 3482 | + "Operation partially succeeded.", |
| 3483 | + "Cancel is in progress.", |
| 3484 | + "Cancellation complete." |
3473 | 3485 | ],
|
3474 | 3486 | "type": "string"
|
3475 | 3487 | }
|
|
4087 | 4099 | "type": "object"
|
4088 | 4100 | },
|
4089 | 4101 | "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
|
4090 |
| - "description": "Common model for database resource instance metadata.", |
| 4102 | + "description": "Common model for database resource instance metadata. Next ID: 21", |
4091 | 4103 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
|
4092 | 4104 | "properties": {
|
4093 | 4105 | "availabilityConfiguration": {
|
|
4226 | 4238 | "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",
|
4227 | 4239 | "type": "string"
|
4228 | 4240 | },
|
| 4241 | + "tagsSet": { |
| 4242 | + "$ref": "StorageDatabasecenterPartnerapiV1mainTags", |
| 4243 | + "description": "Optional. Tags associated with this resources." |
| 4244 | + }, |
4229 | 4245 | "updationTime": {
|
4230 | 4246 | "description": "The time at which the resource was updated and recorded at partner service.",
|
4231 | 4247 | "format": "google-datetime",
|
|
4612 | 4628 | "description": "Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
|
4613 | 4629 | "format": "int64",
|
4614 | 4630 | "type": "string"
|
| 4631 | + }, |
| 4632 | + "shardCount": { |
| 4633 | + "description": "Optional. Number of shards (if applicable).", |
| 4634 | + "format": "int32", |
| 4635 | + "type": "integer" |
4615 | 4636 | }
|
4616 | 4637 | },
|
4617 | 4638 | "type": "object"
|
|
4739 | 4760 | },
|
4740 | 4761 | "type": "object"
|
4741 | 4762 | },
|
| 4763 | + "StorageDatabasecenterPartnerapiV1mainTags": { |
| 4764 | + "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.", |
| 4765 | + "id": "StorageDatabasecenterPartnerapiV1mainTags", |
| 4766 | + "properties": { |
| 4767 | + "tags": { |
| 4768 | + "additionalProperties": { |
| 4769 | + "type": "string" |
| 4770 | + }, |
| 4771 | + "description": "The Tag key/value mappings.", |
| 4772 | + "type": "object" |
| 4773 | + } |
| 4774 | + }, |
| 4775 | + "type": "object" |
| 4776 | + }, |
4742 | 4777 | "StorageDatabasecenterPartnerapiV1mainUserLabels": {
|
4743 | 4778 | "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.",
|
4744 | 4779 | "id": "StorageDatabasecenterPartnerapiV1mainUserLabels",
|
|
5124 | 5159 | "IN_PROGRESS",
|
5125 | 5160 | "SUCCESS",
|
5126 | 5161 | "FAILED",
|
5127 |
| - "PARTIAL_SUCCESS" |
| 5162 | + "PARTIAL_SUCCESS", |
| 5163 | + "CANCEL_IN_PROGRESS", |
| 5164 | + "CANCELLED" |
5128 | 5165 | ],
|
5129 | 5166 | "enumDescriptions": [
|
5130 | 5167 | "Unspecified status.",
|
5131 | 5168 | "Not started.",
|
5132 | 5169 | "In progress.",
|
5133 | 5170 | "Operation succeeded.",
|
5134 | 5171 | "Operation failed.",
|
5135 |
| - "Operation partially succeeded." |
| 5172 | + "Operation partially succeeded.", |
| 5173 | + "Cancel is in progress.", |
| 5174 | + "Cancellation complete." |
5136 | 5175 | ],
|
5137 | 5176 | "type": "string"
|
5138 | 5177 | }
|
|
0 commit comments