Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SnapshotsResource

The "snapshots" collection of methods.

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

Constructors

SnapshotsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string, string)

Deletes a snapshot.

Declaration
public virtual ProjectsResource.LocationsResource.SnapshotsResource.DeleteRequest Delete(string projectId, string location, string snapshotId)
Parameters
Type Name Description
string projectId

The ID of the Cloud Platform project that the snapshot belongs to.

string location

The location that contains this snapshot.

string snapshotId

The ID of the snapshot.

Returns
Type Description
ProjectsResource.LocationsResource.SnapshotsResource.DeleteRequest

Get(string, string, string)

Gets information about a snapshot.

Declaration
public virtual ProjectsResource.LocationsResource.SnapshotsResource.GetRequest Get(string projectId, string location, string snapshotId)
Parameters
Type Name Description
string projectId

The ID of the Cloud Platform project that the snapshot belongs to.

string location

The location that contains this snapshot.

string snapshotId

The ID of the snapshot.

Returns
Type Description
ProjectsResource.LocationsResource.SnapshotsResource.GetRequest

List(string, string)

Lists snapshots.

Declaration
public virtual ProjectsResource.LocationsResource.SnapshotsResource.ListRequest List(string projectId, string location)
Parameters
Type Name Description
string projectId

The project ID to list snapshots for.

string location

The location to list snapshots in.

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