Resource: MulticloudDataTransferConfig
The MulticloudDataTransferConfig resource. It lists the services that you configure for Data Transfer Essentials billing and metering.
| JSON representation | 
|---|
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "etag": string,
  "description": string,
  "destinationsCount": integer,
  "destinationsActiveCount": integer,
  "services": {
    string: {
      object ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The name of the   | 
              
createTime | 
                
                   
 Output only. Time when the  Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. Time when the  Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
labels | 
                
                   
 Optional. User-defined labels. An object containing a list of   | 
              
etag | 
                
                   
 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.  | 
              
description | 
                
                   
 Optional. A description of this resource.  | 
              
destinationsCount | 
                
                   
 Output only. The number of   | 
              
destinationsActiveCount | 
                
                   
 Output only. The number of   | 
              
services | 
                
                   
 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  Sample output: "services": { "big-query": { "states": [ { "effectiveTime": "2024-12-12T08:00:00Z" "state": "ADDING", }, ] }, "cloud-storage": { "states": [ { "state": "ACTIVE", } ] } } An object containing a list of   | 
              
uid | 
                
                   
 Output only. The Google-generated unique ID for the   | 
              
Methods | 
            |
|---|---|
                
 | 
              
                Creates a MulticloudDataTransferConfig resource in a specified project and location. | 
            
                
 | 
              
                Deletes a MulticloudDataTransferConfig resource. | 
            
                
 | 
              
                Gets the details of a MulticloudDataTransferConfig resource. | 
            
                
 | 
              
                Lists the MulticloudDataTransferConfig resources in a specified project and location. | 
            
                
 | 
              
                Updates a MulticloudDataTransferConfig resource in a specified project and location. |