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
Returns Maximum number of revisions to return in this call.
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
Returns A page token received from a previous call to ListRevisions. All other parameters must match.
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
Returns Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}.
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
Returns If true, returns deleted (but unexpired) resources along with active ones.
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 |