Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListRevisionsRequest.
Request message for retrieving a list of Revisions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of revisions to return in this call.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of revisions to return in this call.
Returns
- (::Integer) — Maximum number of revisions to return in this call.
#page_token
def page_token() -> ::String
Returns
- (::String) — A page token received from a previous call to ListRevisions. All other parameters must match.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A page token received from a previous call to ListRevisions. All other parameters must match.
Returns
- (::String) — A page token received from a previous call to ListRevisions. All other parameters must match.
#parent
def parent() -> ::String
Returns
- (::String) — 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}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}
Returns
- (::String) — 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}
#show_deleted
def show_deleted() -> ::Boolean
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
#show_deleted=
def show_deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.