Workflows V1 API - Class Google::Cloud::Workflows::V1::ListWorkflowRevisionsRequest (v2.1.0)

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
Returns
  • (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
Returns
  • (::String) — Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}

#page_size

def page_size() -> ::Integer
Returns
  • (::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

    1. Values greater than 100 are coerced down to 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • 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

    1. Values greater than 100 are coerced down to 100.
Returns
  • (::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

    1. Values greater than 100 are coerced down to 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.