Represents a JobsV1Beta3
Inheritance
$protobuf.rpc.Service > protos.google.dataflow.v1beta3.JobsV1Beta3Package
@google-cloud/dataflowConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new JobsV1Beta3 service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
aggregatedListJobs(request, callback)
public aggregatedListJobs(request: google.dataflow.v1beta3.IListJobsRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.AggregatedListJobsCallback): void;
Calls AggregatedListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.AggregatedListJobsCallback
Node-style callback called with the error, if any, and ListJobsResponse |
Type | Description |
void |
aggregatedListJobs(request)
public aggregatedListJobs(request: google.dataflow.v1beta3.IListJobsRequest): Promise<google.dataflow.v1beta3.ListJobsResponse>;
Calls AggregatedListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.ListJobsResponse> | Promise |
checkActiveJobs(request, callback)
public checkActiveJobs(request: google.dataflow.v1beta3.ICheckActiveJobsRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.CheckActiveJobsCallback): void;
Calls CheckActiveJobs.
Name | Description |
request |
ICheckActiveJobsRequest
CheckActiveJobsRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.CheckActiveJobsCallback
Node-style callback called with the error, if any, and CheckActiveJobsResponse |
Type | Description |
void |
checkActiveJobs(request)
public checkActiveJobs(request: google.dataflow.v1beta3.ICheckActiveJobsRequest): Promise<google.dataflow.v1beta3.CheckActiveJobsResponse>;
Calls CheckActiveJobs.
Name | Description |
request |
ICheckActiveJobsRequest
CheckActiveJobsRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.CheckActiveJobsResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): JobsV1Beta3;
Creates new JobsV1Beta3 service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
JobsV1Beta3 | RPC service. Useful where requests and/or responses are streamed. |
createJob(request, callback)
public createJob(request: google.dataflow.v1beta3.ICreateJobRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.CreateJobCallback): void;
Calls CreateJob.
Name | Description |
request |
google.dataflow.v1beta3.ICreateJobRequest
CreateJobRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.CreateJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
createJob(request)
public createJob(request: google.dataflow.v1beta3.ICreateJobRequest): Promise<google.dataflow.v1beta3.Job>;
Calls CreateJob.
Name | Description |
request |
google.dataflow.v1beta3.ICreateJobRequest
CreateJobRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.Job> | Promise |
getJob(request, callback)
public getJob(request: google.dataflow.v1beta3.IGetJobRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.GetJobCallback): void;
Calls GetJob.
Name | Description |
request |
IGetJobRequest
GetJobRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.GetJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
getJob(request)
public getJob(request: google.dataflow.v1beta3.IGetJobRequest): Promise<google.dataflow.v1beta3.Job>;
Calls GetJob.
Name | Description |
request |
IGetJobRequest
GetJobRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.Job> | Promise |
listJobs(request, callback)
public listJobs(request: google.dataflow.v1beta3.IListJobsRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.ListJobsCallback): void;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.ListJobsCallback
Node-style callback called with the error, if any, and ListJobsResponse |
Type | Description |
void |
listJobs(request)
public listJobs(request: google.dataflow.v1beta3.IListJobsRequest): Promise<google.dataflow.v1beta3.ListJobsResponse>;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.ListJobsResponse> | Promise |
snapshotJob(request, callback)
public snapshotJob(request: google.dataflow.v1beta3.ISnapshotJobRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.SnapshotJobCallback): void;
Calls SnapshotJob.
Name | Description |
request |
ISnapshotJobRequest
SnapshotJobRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.SnapshotJobCallback
Node-style callback called with the error, if any, and Snapshot |
Type | Description |
void |
snapshotJob(request)
public snapshotJob(request: google.dataflow.v1beta3.ISnapshotJobRequest): Promise<google.dataflow.v1beta3.Snapshot>;
Calls SnapshotJob.
Name | Description |
request |
ISnapshotJobRequest
SnapshotJobRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.Snapshot> | Promise |
updateJob(request, callback)
public updateJob(request: google.dataflow.v1beta3.IUpdateJobRequest, callback: google.dataflow.v1beta3.JobsV1Beta3.UpdateJobCallback): void;
Calls UpdateJob.
Name | Description |
request |
google.dataflow.v1beta3.IUpdateJobRequest
UpdateJobRequest message or plain object |
callback |
google.dataflow.v1beta3.JobsV1Beta3.UpdateJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
updateJob(request)
public updateJob(request: google.dataflow.v1beta3.IUpdateJobRequest): Promise<google.dataflow.v1beta3.Job>;
Calls UpdateJob.
Name | Description |
request |
google.dataflow.v1beta3.IUpdateJobRequest
UpdateJobRequest message or plain object |
Type | Description |
Promise<google.dataflow.v1beta3.Job> | Promise |