Network Connectivity v1 API - Class DataTransferService.DataTransferServiceClient (2.12.0)

public class DataTransferService.DataTransferServiceClient : ClientBase<DataTransferService.DataTransferServiceClient>

Reference documentation and code samples for the Network Connectivity v1 API class DataTransferService.DataTransferServiceClient.

Client for DataTransferService

Inheritance

object > ClientBase > ClientBaseDataTransferServiceDataTransferServiceClient > DataTransferService.DataTransferServiceClient

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

DataTransferServiceClient()

protected DataTransferServiceClient()

Protected parameterless constructor to allow creation of test doubles.

DataTransferServiceClient(CallInvoker)

public DataTransferServiceClient(CallInvoker callInvoker)

Creates a new client for DataTransferService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

DataTransferServiceClient(ChannelBase)

public DataTransferServiceClient(ChannelBase channel)

Creates a new client for DataTransferService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

DataTransferServiceClient(ClientBaseConfiguration)

protected DataTransferServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateDestination(CreateDestinationRequest, CallOptions)

public virtual Operation CreateDestination(CreateDestinationRequest request, CallOptions options)

Creates a Destination resource in a specified project and location.

Parameters
Name Description
request CreateDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateDestination(CreateDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateDestination(CreateDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Destination resource in a specified project and location.

Parameters
Name Description
request CreateDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateDestinationAsync(CreateDestinationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateDestinationAsync(CreateDestinationRequest request, CallOptions options)

Creates a Destination resource in a specified project and location.

Parameters
Name Description
request CreateDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateDestinationAsync(CreateDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateDestinationAsync(CreateDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Destination resource in a specified project and location.

Parameters
Name Description
request CreateDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateMulticloudDataTransferConfig(CreateMulticloudDataTransferConfigRequest, CallOptions)

public virtual Operation CreateMulticloudDataTransferConfig(CreateMulticloudDataTransferConfigRequest request, CallOptions options)

Creates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request CreateMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateMulticloudDataTransferConfig(CreateMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateMulticloudDataTransferConfig(CreateMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request CreateMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateMulticloudDataTransferConfigAsync(CreateMulticloudDataTransferConfigRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateMulticloudDataTransferConfigAsync(CreateMulticloudDataTransferConfigRequest request, CallOptions options)

Creates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request CreateMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMulticloudDataTransferConfigAsync(CreateMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateMulticloudDataTransferConfigAsync(CreateMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request CreateMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteDestination(DeleteDestinationRequest, CallOptions)

public virtual Operation DeleteDestination(DeleteDestinationRequest request, CallOptions options)

Deletes a Destination resource.

Parameters
Name Description
request DeleteDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDestination(DeleteDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteDestination(DeleteDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Destination resource.

Parameters
Name Description
request DeleteDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDestinationAsync(DeleteDestinationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteDestinationAsync(DeleteDestinationRequest request, CallOptions options)

Deletes a Destination resource.

Parameters
Name Description
request DeleteDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteDestinationAsync(DeleteDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteDestinationAsync(DeleteDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Destination resource.

Parameters
Name Description
request DeleteDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMulticloudDataTransferConfig(DeleteMulticloudDataTransferConfigRequest, CallOptions)

public virtual Operation DeleteMulticloudDataTransferConfig(DeleteMulticloudDataTransferConfigRequest request, CallOptions options)

Deletes a MulticloudDataTransferConfig resource.

Parameters
Name Description
request DeleteMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMulticloudDataTransferConfig(DeleteMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteMulticloudDataTransferConfig(DeleteMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a MulticloudDataTransferConfig resource.

Parameters
Name Description
request DeleteMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMulticloudDataTransferConfigAsync(DeleteMulticloudDataTransferConfigRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteMulticloudDataTransferConfigAsync(DeleteMulticloudDataTransferConfigRequest request, CallOptions options)

Deletes a MulticloudDataTransferConfig resource.

Parameters
Name Description
request DeleteMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMulticloudDataTransferConfigAsync(DeleteMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteMulticloudDataTransferConfigAsync(DeleteMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a MulticloudDataTransferConfig resource.

Parameters
Name Description
request DeleteMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetDestination(GetDestinationRequest, CallOptions)

public virtual Destination GetDestination(GetDestinationRequest request, CallOptions options)

Gets the details of a Destination resource.

Parameters
Name Description
request GetDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Destination

The response received from the server.

GetDestination(GetDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual Destination GetDestination(GetDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a Destination resource.

Parameters
Name Description
request GetDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Destination

The response received from the server.

GetDestinationAsync(GetDestinationRequest, CallOptions)

public virtual AsyncUnaryCall<Destination> GetDestinationAsync(GetDestinationRequest request, CallOptions options)

Gets the details of a Destination resource.

Parameters
Name Description
request GetDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDestination

The call object.

GetDestinationAsync(GetDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Destination> GetDestinationAsync(GetDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a Destination resource.

Parameters
Name Description
request GetDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallDestination

The call object.

GetMulticloudDataTransferConfig(GetMulticloudDataTransferConfigRequest, CallOptions)

public virtual MulticloudDataTransferConfig GetMulticloudDataTransferConfig(GetMulticloudDataTransferConfigRequest request, CallOptions options)

Gets the details of a MulticloudDataTransferConfig resource.

Parameters
Name Description
request GetMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MulticloudDataTransferConfig

The response received from the server.

GetMulticloudDataTransferConfig(GetMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual MulticloudDataTransferConfig GetMulticloudDataTransferConfig(GetMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a MulticloudDataTransferConfig resource.

Parameters
Name Description
request GetMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MulticloudDataTransferConfig

The response received from the server.

GetMulticloudDataTransferConfigAsync(GetMulticloudDataTransferConfigRequest, CallOptions)

public virtual AsyncUnaryCall<MulticloudDataTransferConfig> GetMulticloudDataTransferConfigAsync(GetMulticloudDataTransferConfigRequest request, CallOptions options)

Gets the details of a MulticloudDataTransferConfig resource.

Parameters
Name Description
request GetMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMulticloudDataTransferConfig

The call object.

GetMulticloudDataTransferConfigAsync(GetMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MulticloudDataTransferConfig> GetMulticloudDataTransferConfigAsync(GetMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a MulticloudDataTransferConfig resource.

Parameters
Name Description
request GetMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMulticloudDataTransferConfig

The call object.

GetMulticloudDataTransferSupportedService(GetMulticloudDataTransferSupportedServiceRequest, CallOptions)

public virtual MulticloudDataTransferSupportedService GetMulticloudDataTransferSupportedService(GetMulticloudDataTransferSupportedServiceRequest request, CallOptions options)

Gets the details of a service that is supported for Data Transfer Essentials.

Parameters
Name Description
request GetMulticloudDataTransferSupportedServiceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MulticloudDataTransferSupportedService

The response received from the server.

GetMulticloudDataTransferSupportedService(GetMulticloudDataTransferSupportedServiceRequest, Metadata, DateTime?, CancellationToken)

public virtual MulticloudDataTransferSupportedService GetMulticloudDataTransferSupportedService(GetMulticloudDataTransferSupportedServiceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a service that is supported for Data Transfer Essentials.

Parameters
Name Description
request GetMulticloudDataTransferSupportedServiceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MulticloudDataTransferSupportedService

The response received from the server.

GetMulticloudDataTransferSupportedServiceAsync(GetMulticloudDataTransferSupportedServiceRequest, CallOptions)

public virtual AsyncUnaryCall<MulticloudDataTransferSupportedService> GetMulticloudDataTransferSupportedServiceAsync(GetMulticloudDataTransferSupportedServiceRequest request, CallOptions options)

Gets the details of a service that is supported for Data Transfer Essentials.

Parameters
Name Description
request GetMulticloudDataTransferSupportedServiceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMulticloudDataTransferSupportedService

The call object.

GetMulticloudDataTransferSupportedServiceAsync(GetMulticloudDataTransferSupportedServiceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MulticloudDataTransferSupportedService> GetMulticloudDataTransferSupportedServiceAsync(GetMulticloudDataTransferSupportedServiceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a service that is supported for Data Transfer Essentials.

Parameters
Name Description
request GetMulticloudDataTransferSupportedServiceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMulticloudDataTransferSupportedService

The call object.

ListDestinations(ListDestinationsRequest, CallOptions)

public virtual ListDestinationsResponse ListDestinations(ListDestinationsRequest request, CallOptions options)

Lists the Destination resources in a specified project and location.

Parameters
Name Description
request ListDestinationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDestinationsResponse

The response received from the server.

ListDestinations(ListDestinationsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDestinationsResponse ListDestinations(ListDestinationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the Destination resources in a specified project and location.

Parameters
Name Description
request ListDestinationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDestinationsResponse

The response received from the server.

ListDestinationsAsync(ListDestinationsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDestinationsResponse> ListDestinationsAsync(ListDestinationsRequest request, CallOptions options)

Lists the Destination resources in a specified project and location.

Parameters
Name Description
request ListDestinationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDestinationsResponse

The call object.

ListDestinationsAsync(ListDestinationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDestinationsResponse> ListDestinationsAsync(ListDestinationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the Destination resources in a specified project and location.

Parameters
Name Description
request ListDestinationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDestinationsResponse

The call object.

ListMulticloudDataTransferConfigs(ListMulticloudDataTransferConfigsRequest, CallOptions)

public virtual ListMulticloudDataTransferConfigsResponse ListMulticloudDataTransferConfigs(ListMulticloudDataTransferConfigsRequest request, CallOptions options)

Lists the MulticloudDataTransferConfig resources in a specified project and location.

Parameters
Name Description
request ListMulticloudDataTransferConfigsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMulticloudDataTransferConfigsResponse

The response received from the server.

ListMulticloudDataTransferConfigs(ListMulticloudDataTransferConfigsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMulticloudDataTransferConfigsResponse ListMulticloudDataTransferConfigs(ListMulticloudDataTransferConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the MulticloudDataTransferConfig resources in a specified project and location.

Parameters
Name Description
request ListMulticloudDataTransferConfigsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMulticloudDataTransferConfigsResponse

The response received from the server.

ListMulticloudDataTransferConfigsAsync(ListMulticloudDataTransferConfigsRequest, CallOptions)

public virtual AsyncUnaryCall<ListMulticloudDataTransferConfigsResponse> ListMulticloudDataTransferConfigsAsync(ListMulticloudDataTransferConfigsRequest request, CallOptions options)

Lists the MulticloudDataTransferConfig resources in a specified project and location.

Parameters
Name Description
request ListMulticloudDataTransferConfigsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMulticloudDataTransferConfigsResponse

The call object.

ListMulticloudDataTransferConfigsAsync(ListMulticloudDataTransferConfigsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMulticloudDataTransferConfigsResponse> ListMulticloudDataTransferConfigsAsync(ListMulticloudDataTransferConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the MulticloudDataTransferConfig resources in a specified project and location.

Parameters
Name Description
request ListMulticloudDataTransferConfigsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMulticloudDataTransferConfigsResponse

The call object.

ListMulticloudDataTransferSupportedServices(ListMulticloudDataTransferSupportedServicesRequest, CallOptions)

public virtual ListMulticloudDataTransferSupportedServicesResponse ListMulticloudDataTransferSupportedServices(ListMulticloudDataTransferSupportedServicesRequest request, CallOptions options)

Lists the services in the project for a region that are supported for Data Transfer Essentials.

Parameters
Name Description
request ListMulticloudDataTransferSupportedServicesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMulticloudDataTransferSupportedServicesResponse

The response received from the server.

ListMulticloudDataTransferSupportedServices(ListMulticloudDataTransferSupportedServicesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMulticloudDataTransferSupportedServicesResponse ListMulticloudDataTransferSupportedServices(ListMulticloudDataTransferSupportedServicesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the services in the project for a region that are supported for Data Transfer Essentials.

Parameters
Name Description
request ListMulticloudDataTransferSupportedServicesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMulticloudDataTransferSupportedServicesResponse

The response received from the server.

ListMulticloudDataTransferSupportedServicesAsync(ListMulticloudDataTransferSupportedServicesRequest, CallOptions)

public virtual AsyncUnaryCall<ListMulticloudDataTransferSupportedServicesResponse> ListMulticloudDataTransferSupportedServicesAsync(ListMulticloudDataTransferSupportedServicesRequest request, CallOptions options)

Lists the services in the project for a region that are supported for Data Transfer Essentials.

Parameters
Name Description
request ListMulticloudDataTransferSupportedServicesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMulticloudDataTransferSupportedServicesResponse

The call object.

ListMulticloudDataTransferSupportedServicesAsync(ListMulticloudDataTransferSupportedServicesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMulticloudDataTransferSupportedServicesResponse> ListMulticloudDataTransferSupportedServicesAsync(ListMulticloudDataTransferSupportedServicesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the services in the project for a region that are supported for Data Transfer Essentials.

Parameters
Name Description
request ListMulticloudDataTransferSupportedServicesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMulticloudDataTransferSupportedServicesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override DataTransferService.DataTransferServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
DataTransferServiceDataTransferServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.NetworkConnectivity.V1.DataTransferService.DataTransferServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateDestination(UpdateDestinationRequest, CallOptions)

public virtual Operation UpdateDestination(UpdateDestinationRequest request, CallOptions options)

Updates a Destination resource in a specified project and location.

Parameters
Name Description
request UpdateDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateDestination(UpdateDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateDestination(UpdateDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Destination resource in a specified project and location.

Parameters
Name Description
request UpdateDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateDestinationAsync(UpdateDestinationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateDestinationAsync(UpdateDestinationRequest request, CallOptions options)

Updates a Destination resource in a specified project and location.

Parameters
Name Description
request UpdateDestinationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateDestinationAsync(UpdateDestinationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateDestinationAsync(UpdateDestinationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Destination resource in a specified project and location.

Parameters
Name Description
request UpdateDestinationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMulticloudDataTransferConfig(UpdateMulticloudDataTransferConfigRequest, CallOptions)

public virtual Operation UpdateMulticloudDataTransferConfig(UpdateMulticloudDataTransferConfigRequest request, CallOptions options)

Updates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request UpdateMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMulticloudDataTransferConfig(UpdateMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateMulticloudDataTransferConfig(UpdateMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request UpdateMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMulticloudDataTransferConfigAsync(UpdateMulticloudDataTransferConfigRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateMulticloudDataTransferConfigAsync(UpdateMulticloudDataTransferConfigRequest request, CallOptions options)

Updates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request UpdateMulticloudDataTransferConfigRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMulticloudDataTransferConfigAsync(UpdateMulticloudDataTransferConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateMulticloudDataTransferConfigAsync(UpdateMulticloudDataTransferConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a MulticloudDataTransferConfig resource in a specified project and location.

Parameters
Name Description
request UpdateMulticloudDataTransferConfigRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.