mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update dependencies
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
|
||||
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -624,11 +624,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220301",
|
||||
"revision": "20230111",
|
||||
"rootUrl": "https://redis.googleapis.com/",
|
||||
"schemas": {
|
||||
"Empty": {
|
||||
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
|
||||
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
|
||||
"id": "Empty",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
@@ -790,6 +790,13 @@
|
||||
"description": "Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.",
|
||||
"type": "string"
|
||||
},
|
||||
"availableMaintenanceVersions": {
|
||||
"description": "Optional. The available maintenance versions that an instance could update to.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"connectMode": {
|
||||
"description": "Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.",
|
||||
"enum": [
|
||||
@@ -815,6 +822,10 @@
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"customerManagedKey": {
|
||||
"description": "Optional. The KMS key reference that the customer provides when trying to create the instance.",
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"description": "An arbitrary and optional user-provided name for the instance.",
|
||||
"type": "string"
|
||||
@@ -844,6 +855,10 @@
|
||||
"description": "Output only. Date and time of upcoming maintenance events which have been scheduled.",
|
||||
"readOnly": true
|
||||
},
|
||||
"maintenanceVersion": {
|
||||
"description": "Optional. The self service update maintenance version. The version is date based such as \"20210712_00_00\".",
|
||||
"type": "string"
|
||||
},
|
||||
"memorySizeGb": {
|
||||
"description": "Required. Redis memory size in GiB.",
|
||||
"format": "int32",
|
||||
@@ -965,6 +980,21 @@
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"suspensionReasons": {
|
||||
"description": "Optional. reasons that causes instance in \"SUSPENDED\" state.",
|
||||
"items": {
|
||||
"enum": [
|
||||
"SUSPENSION_REASON_UNSPECIFIED",
|
||||
"CUSTOMER_MANAGED_KEY_ISSUE"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not set.",
|
||||
"Something wrong with the CMEK key provided by customer."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"tier": {
|
||||
"description": "Required. The service tier of the instance.",
|
||||
"enum": [
|
||||
@@ -1262,7 +1292,7 @@
|
||||
"Snapshot every 1 hour.",
|
||||
"Snapshot every 6 hours.",
|
||||
"Snapshot every 12 hours.",
|
||||
"Snapshot every 24 horus."
|
||||
"Snapshot every 24 hours."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1274,6 +1304,31 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ReconciliationOperationMetadata": {
|
||||
"description": "Operation metadata returned by the CLH during resource state reconciliation.",
|
||||
"id": "ReconciliationOperationMetadata",
|
||||
"properties": {
|
||||
"deleteResource": {
|
||||
"description": "DEPRECATED. Use exclusive_action instead.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"exclusiveAction": {
|
||||
"description": "Excluisive action returned by the CLH.",
|
||||
"enum": [
|
||||
"UNKNOWN_REPAIR_ACTION",
|
||||
"DELETE",
|
||||
"RETRY"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unknown repair action.",
|
||||
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel. For more information - go/ccfe-delete-on-upsert, go/ccfe-reconciliation-protocol-ug#apply_delete",
|
||||
"This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"RescheduleMaintenanceRequest": {
|
||||
"description": "Request for RescheduleMaintenance.",
|
||||
"id": "RescheduleMaintenanceRequest",
|
||||
|
||||
Reference in New Issue
Block a user