v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1348107211.1 KB
projects

Creates a MulticloudDataTransferConfig resource in a specified project and location.

post/v1/{+parent}/multicloudDataTransferConfigs

Path parameters

parentstring required

Required. The name of the parent resource.

Query parameters

multicloudDataTransferConfigIdstring

Required. The ID to use for the MulticloudDataTransferConfig resource, which becomes the final component of the MulticloudDataTransferConfig resource name.

requestIdstring

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. This prevents clients from accidentally creating duplicate MulticloudDataTransferConfig resources. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported.

Request body

labelsobject

Optional. User-defined labels.

destinationsActiveCountinteger

Output only. The number of Destination resources in use with the MulticloudDataTransferConfig resource.

etagstring

The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.

namestring

Identifier. The name of the MulticloudDataTransferConfig resource. Format: projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}.

servicesobject

Optional. Maps services to their current or planned states. Service names are keys, and the associated values describe the state of the service. If a state change is expected, the value is either ADDING or DELETING, depending on the actions taken. Sample output: "services": { "big-query": { "states": [ { "effectiveTime": "2024-12-12T08:00:00Z" "state": "ADDING", }, ] }, "cloud-storage": { "states": [ { "state": "ACTIVE", } ] } }

descriptionstring

Optional. A description of this resource.

createTimestring google-datetime

Output only. Time when the MulticloudDataTransferConfig resource was created.

updateTimestring google-datetime

Output only. Time when the MulticloudDataTransferConfig resource was updated.

destinationsCountinteger

Output only. The number of Destination resources configured for the MulticloudDataTransferConfig resource.

uidstring

Output only. The Google-generated unique ID for the MulticloudDataTransferConfig resource. This value is unique across all MulticloudDataTransferConfig resources. If a resource is deleted and another with the same name is created, the new resource is assigned a different and unique ID.

Response

Successful response