ListJobsResponse class

Response to a request to list Cloud Dataflow jobs in a project.

This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.

Constructors

ListJobsResponse({List<FailedLocation>? failedLocation, List<Job>? jobs, String? nextPageToken})
ListJobsResponse.fromJson(Map _json)

Properties

failedLocation List<FailedLocation>?
Zero or more messages describing the regional endpoints that failed to respond.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobs List<Job>?
A subset of the requested job information.
getter/setter pair
nextPageToken String?
Set if there may be more results than fit in this response.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited