Class ProjectsResource.LocationsResource.VersionsResource
The "versions" collection of methods.
Inherited Members
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 |