Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VersionsResource

The "versions" collection of methods.

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

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists possible versions for Data Fusion instances in the specified project and location.

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

Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.

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