mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-19 18:00:47 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
|
||||
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
|
||||
"flatPath": "v1/operations",
|
||||
"httpMethod": "GET",
|
||||
"id": "baremetalsolution.operations.list",
|
||||
@@ -228,7 +228,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230113",
|
||||
"revision": "20240228",
|
||||
"rootUrl": "https://baremetalsolution.googleapis.com/",
|
||||
"schemas": {
|
||||
"CancelOperationRequest": {
|
||||
@@ -237,12 +237,24 @@
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"DisableInteractiveSerialConsoleResponse": {
|
||||
"description": "Message for response of DisableInteractiveSerialConsole.",
|
||||
"id": "DisableInteractiveSerialConsoleResponse",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"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); }",
|
||||
"id": "Empty",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"EnableInteractiveSerialConsoleResponse": {
|
||||
"description": "Message for response of EnableInteractiveSerialConsole.",
|
||||
"id": "EnableInteractiveSerialConsoleResponse",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"ListOperationsResponse": {
|
||||
"description": "The response message for Operations.ListOperations.",
|
||||
"id": "ListOperationsResponse",
|
||||
@@ -261,6 +273,35 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"LogicalInterface": {
|
||||
"description": "Logical interface.",
|
||||
"id": "LogicalInterface",
|
||||
"properties": {
|
||||
"name": {
|
||||
"description": "Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax or and forms part of the network template name.",
|
||||
"type": "string"
|
||||
},
|
||||
"required": {
|
||||
"description": "If true, interface must have network connected.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"description": "Interface type.",
|
||||
"enum": [
|
||||
"INTERFACE_TYPE_UNSPECIFIED",
|
||||
"BOND",
|
||||
"NIC"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unspecified value.",
|
||||
"Bond interface type.",
|
||||
"NIC interface type."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Operation": {
|
||||
"description": "This resource represents a long-running operation that is the result of a network API call.",
|
||||
"id": "Operation",
|
||||
@@ -290,7 +331,7 @@
|
||||
"description": "Properties of the object. Contains field @type with type URL.",
|
||||
"type": "any"
|
||||
},
|
||||
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
|
||||
"description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
@@ -345,6 +386,7 @@
|
||||
"id": "ReconciliationOperationMetadata",
|
||||
"properties": {
|
||||
"deleteResource": {
|
||||
"deprecated": true,
|
||||
"description": "DEPRECATED. Use exclusive_action instead.",
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -355,9 +397,14 @@
|
||||
"DELETE",
|
||||
"RETRY"
|
||||
],
|
||||
"enumDeprecated": [
|
||||
false,
|
||||
true,
|
||||
false
|
||||
],
|
||||
"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",
|
||||
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
|
||||
"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"
|
||||
@@ -365,6 +412,44 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ResetInstanceResponse": {
|
||||
"description": "Response message from resetting a server.",
|
||||
"id": "ResetInstanceResponse",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"ServerNetworkTemplate": {
|
||||
"description": "Network template.",
|
||||
"id": "ServerNetworkTemplate",
|
||||
"properties": {
|
||||
"applicableInstanceTypes": {
|
||||
"description": "Instance types this template is applicable to.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"logicalInterfaces": {
|
||||
"description": "Logical interfaces.",
|
||||
"items": {
|
||||
"$ref": "LogicalInterface"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"name": {
|
||||
"description": "Output only. Template's unique name. The full resource name follows the pattern: `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}` Generally, the {server_network_template} follows the syntax of \"bond\" or \"nic\".",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"StartInstanceResponse": {
|
||||
"description": "Response message from starting a server.",
|
||||
"id": "StartInstanceResponse",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"Status": {
|
||||
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
|
||||
"id": "Status",
|
||||
@@ -391,6 +476,12 @@
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"StopInstanceResponse": {
|
||||
"description": "Response message from stopping a server.",
|
||||
"id": "StopInstanceResponse",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
|
||||
Reference in New Issue
Block a user