Class: Google::Cloud::Dataproc::V1::ListJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

A list of jobs in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array<::Google::Cloud::Dataproc::V1::Job> (readonly)

Returns Output only. Jobs list.

Returns:



1141
1142
1143
1144
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1141

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

Returns:

  • (::String)

    Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.



1141
1142
1143
1144
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1141

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String> (readonly)

Returns Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.

Returns:

  • (::Array<::String>)

    Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.



1141
1142
1143
1144
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1141

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end