Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::ListWorkflowInvocationsRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ListWorkflowInvocationsRequest.

ListWorkflowInvocations request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filter for the returned list.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filter for the returned list.
Returns
  • (::String) — Optional. Filter for the returned list.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. This field only supports ordering by name. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the name field.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. This field only supports ordering by name. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the name field.
Returns
  • (::String) — Optional. This field only supports ordering by name. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the name field.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

#page_token

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

    When paginating, all other parameters provided to ListWorkflowInvocations must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Page token received from a previous ListWorkflowInvocations call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListWorkflowInvocations must match the call that provided the page token.

Returns
  • (::String) — Optional. Page token received from a previous ListWorkflowInvocations call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListWorkflowInvocations must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the WorkflowInvocation type. Must be in the format projects/*/locations/*/repositories/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the WorkflowInvocation type. Must be in the format projects/*/locations/*/repositories/*.
Returns
  • (::String) — Required. The parent resource of the WorkflowInvocation type. Must be in the format projects/*/locations/*/repositories/*.