Class ProjectsResource.LocationsResource.JobsResource.SnapshotsResource
The "snapshots" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.SnapshotsResource
Constructors
SnapshotsResource(IClientService)
Constructs a new resource.
Declaration
public SnapshotsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, string, string)
Lists snapshots.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.SnapshotsResource.ListRequest List(string projectId, string location, string jobId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | The project ID to list snapshots for. |
string | location | The location to list snapshots in. |
string | jobId | If specified, list snapshots created from this job. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.JobsResource.SnapshotsResource.ListRequest |