Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobsResponse.
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 {}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::ListJobsResponse (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-dataflow-v1beta3/latest/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-ListJobsResponse)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-ListJobsResponse) \nReference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobsResponse.\n\nResponse to a request to list Cloud Dataflow jobs in a project. This might\nbe a partial response, depending on the page size in the ListJobsRequest.\nHowever, if the project does not have any jobs, an instance of\nListJobsResponse is not returned and the requests's response\nbody is empty {}. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #failed_location\n\n def failed_location() -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::FailedLocation\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::FailedLocation](./Google-Cloud-Dataflow-V1beta3-FailedLocation)\\\u003e) --- Zero or more messages describing the [regional endpoints](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.\n\n### #failed_location=\n\n def failed_location=(value) -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::FailedLocation\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::FailedLocation](./Google-Cloud-Dataflow-V1beta3-FailedLocation)\\\u003e) --- Zero or more messages describing the [regional endpoints](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::FailedLocation](./Google-Cloud-Dataflow-V1beta3-FailedLocation)\\\u003e) --- Zero or more messages describing the [regional endpoints](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.\n\n### #jobs\n\n def jobs() -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::Job\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::Job](./Google-Cloud-Dataflow-V1beta3-Job)\\\u003e) --- A subset of the requested job information.\n\n### #jobs=\n\n def jobs=(value) -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::Job\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::Job](./Google-Cloud-Dataflow-V1beta3-Job)\\\u003e) --- A subset of the requested job information. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::Job](./Google-Cloud-Dataflow-V1beta3-Job)\\\u003e) --- A subset of the requested job information.\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Set if there may be more results than fit in this response.\n\n### #next_page_token=\n\n def next_page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Set if there may be more results than fit in this response. \n**Returns**\n\n- (::String) --- Set if there may be more results than fit in this response."]]