Class Google::Cloud::AccessApproval::V1::ListApprovalRequestsMessage (v0.4.5)

Request to list approval requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    A filter on the type of approval requests to retrieve. Must be one of the following values:

    • [not set]: Requests that are pending or have active approvals.
    • ALL: All requests.
    • PENDING: Only pending requests.
    • ACTIVE: Only active (i.e. currently approved) requests.
    • DISMISSED: Only dismissed (including expired) requests.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    A filter on the type of approval requests to retrieve. Must be one of the following values:

    • [not set]: Requests that are pending or have active approvals.
    • ALL: All requests.
    • PENDING: Only pending requests.
    • ACTIVE: Only active (i.e. currently approved) requests.
    • DISMISSED: Only dismissed (including expired) requests.
Returns
  • (::String) —

    A filter on the type of approval requests to retrieve. Must be one of the following values:

    • [not set]: Requests that are pending or have active approvals.
    • ALL: All requests.
    • PENDING: Only pending requests.
    • ACTIVE: Only active (i.e. currently approved) requests.
    • DISMISSED: Only dismissed (including expired) requests.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Requested page size.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Requested page size.
Returns
  • (::Integer) — Requested page size.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A token identifying the page of results to return.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying the page of results to return.
Returns
  • (::String) — A token identifying the page of results to return.

#parent

def parent() -> ::String
Returns
  • (::String) — The parent resource. This may be "projects/{project_id}", "folders/{folder_id}", or "organizations/{organization_id}".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The parent resource. This may be "projects/{project_id}", "folders/{folder_id}", or "organizations/{organization_id}".
Returns
  • (::String) — The parent resource. This may be "projects/{project_id}", "folders/{folder_id}", or "organizations/{organization_id}".