Class ProjectsResource.SnapshotsResource
The "snapshots" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.SnapshotsResource
Constructors
SnapshotsResource(IClientService)
Constructs a new resource.
Declaration
public SnapshotsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Gets information about a snapshot.
Declaration
public virtual ProjectsResource.SnapshotsResource.GetRequest Get(string projectId, string snapshotId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | The ID of the Cloud Platform project that the snapshot belongs to. |
| string | snapshotId | The ID of the snapshot. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.SnapshotsResource.GetRequest |
List(string)
Lists snapshots.
Declaration
public virtual ProjectsResource.SnapshotsResource.ListRequest List(string projectId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | The project ID to list snapshots for. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.SnapshotsResource.ListRequest |