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