Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Jobs

Gets the Jobs resource.

Declaration
public virtual ProjectsResource.JobsResource Jobs { get; }
Property Value
Type Description
ProjectsResource.JobsResource

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

Snapshots

Gets the Snapshots resource.

Declaration
public virtual ProjectsResource.SnapshotsResource Snapshots { get; }
Property Value
Type Description
ProjectsResource.SnapshotsResource

Templates

Gets the Templates resource.

Declaration
public virtual ProjectsResource.TemplatesResource Templates { get; }
Property Value
Type Description
ProjectsResource.TemplatesResource

Methods

DeleteSnapshots(string)

Deletes a snapshot.

Declaration
public virtual ProjectsResource.DeleteSnapshotsRequest DeleteSnapshots(string projectId)
Parameters
Type Name Description
string projectId

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

Returns
Type Description
ProjectsResource.DeleteSnapshotsRequest

WorkerMessages(SendWorkerMessagesRequest, string)

Send a worker_message to the service.

Declaration
public virtual ProjectsResource.WorkerMessagesRequest WorkerMessages(SendWorkerMessagesRequest body, string projectId)
Parameters
Type Name Description
SendWorkerMessagesRequest body

The body of the request.

string projectId

The project to send the WorkerMessages to.

Returns
Type Description
ProjectsResource.WorkerMessagesRequest
In this article
Back to top Generated by DocFX