Interface protos.google.dataflow.v1beta3.IListJobsResponse

Properties of a ListJobsResponse.

Package

@google-cloud/dataflow!

Properties

failedLocation

failedLocation?: (google.dataflow.v1beta3.IFailedLocation[]|null);

ListJobsResponse failedLocation

Property Value
TypeDescription
(google.dataflow.v1beta3.IFailedLocation[]|null)

jobs

jobs?: (google.dataflow.v1beta3.IJob[]|null);

ListJobsResponse jobs

Property Value
TypeDescription
(google.dataflow.v1beta3.IJob[]|null)

nextPageToken

nextPageToken?: (string|null);

ListJobsResponse nextPageToken

Property Value
TypeDescription
(string|null)