Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource

The "multicloudDataTransferSupportedServices" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource

Constructors

MulticloudDataTransferSupportedServicesResource(IClientService)

Constructs a new resource.

Declaration
public MulticloudDataTransferSupportedServicesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

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

Declaration
public virtual ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the service.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.GetRequest

List(string)

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

Declaration
public virtual ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.ListRequest
In this article
Back to top Generated by DocFX