Audit Manager V1 API - Class Google::Cloud::AuditManager::V1::ListAuditReportsRequest (v0.1.0)

Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::ListAuditReportsRequest.

Message for requesting to list the audit reports.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of resources to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of resources to return.
Returns
  • (::Integer) — Optional. The maximum number of resources to return.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The next_page_token value returned from a previous List request, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. The next_page_token value returned from a previous List request, if any.
Returns
  • (::String) — Optional. The next_page_token value returned from a previous List request, if any.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent scope for which to list the reports.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent scope for which to list the reports.
Returns
  • (::String) — Required. The parent scope for which to list the reports.