Class: Google::Cloud::Deploy::V1::ListJobRunsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListJobRunsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ListJobRunsRequest is the request object used by ListJobRuns.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
3005 3006 3007 3008 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3005 class ListJobRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
3005 3006 3007 3008 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3005 class ListJobRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
3005 3006 3007 3008 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3005 class ListJobRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
3005 3006 3007 3008 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3005 class ListJobRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
3005 3006 3007 3008 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3005 class ListJobRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |