Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
FlexTemplates
Gets the FlexTemplates resource.
Declaration
public virtual ProjectsResource.LocationsResource.FlexTemplatesResource FlexTemplates { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.FlexTemplatesResource |
Jobs
Gets the Jobs resource.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource Jobs { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.JobsResource |
Snapshots
Gets the Snapshots resource.
Declaration
public virtual ProjectsResource.LocationsResource.SnapshotsResource Snapshots { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.SnapshotsResource |
Templates
Gets the Templates resource.
Declaration
public virtual ProjectsResource.LocationsResource.TemplatesResource Templates { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.TemplatesResource |
Methods
WorkerMessages(SendWorkerMessagesRequest, string, string)
Send a worker_message to the service.
Declaration
public virtual ProjectsResource.LocationsResource.WorkerMessagesRequest WorkerMessages(SendWorkerMessagesRequest body, string projectId, string location)
Parameters
Type | Name | Description |
---|---|---|
SendWorkerMessagesRequest | body | The body of the request. |
string | projectId | The project to send the WorkerMessages to. |
string | location | The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WorkerMessagesRequest |