Class: Google::Cloud::Run::V2::ListJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/job.rb
Overview
Request message for retrieving a list of Jobs.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of Jobs to return in this call.
-
#page_token ⇒ ::String
A page token received from a previous call to ListJobs.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
If true, returns deleted (but unexpired) resources along with active ones.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of Jobs to return in this call.
91 92 93 94 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 91 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token received from a previous call to ListJobs. All other parameters must match.
91 92 93 94 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 91 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
91 92 93 94 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 91 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
Returns If true, returns deleted (but unexpired) resources along with active ones.
91 92 93 94 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 91 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |