Reference documentation and code samples for the Workflows V1 API class Google::Cloud::Workflows::V1::ListWorkflowRevisionsRequest.
Request for the ListWorkflowRevisions method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
- (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
#name=
def name=(value) -> ::String
- value (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
- (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
#page_size
def page_size() -> ::Integer
-
(::Integer) —
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is
- Values greater than 100 are coerced down to 100.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) —
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is
- Values greater than 100 are coerced down to 100.
-
(::Integer) —
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is
- Values greater than 100 are coerced down to 100.
#page_token
def page_token() -> ::String
- (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
- value (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.
- (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.