Class: Google::Cloud::Run::V2::ListRevisionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListRevisionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/revision.rb
Overview
Request message for retrieving a list of Revisions.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of revisions to return in this call.
-
#page_token ⇒ ::String
A page token received from a previous call to ListRevisions.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
If true, returns deleted (but unexpired) resources along with active ones.
Instance Attribute Details
#page_size ⇒ ::Integer
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 52 class ListRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 52 class ListRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 52 class ListRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 52 class ListRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |