Maintenance V1BETA API - Class Google::Cloud::Maintenance::Api::V1beta::ListResourceMaintenancesRequest (v0.1.0)

Reference documentation and code samples for the Maintenance V1BETA API class Google::Cloud::Maintenance::Api::V1beta::ListResourceMaintenancesRequest.

The request structure for the ListResourceMaintenances method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Filter the list as specified in https://google.aip.dev/160.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filter the list as specified in https://google.aip.dev/160.
Returns
  • (::String) — Filter the list as specified in https://google.aip.dev/160.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Order results as specified in https://google.aip.dev/132.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Order results as specified in https://google.aip.dev/132.
Returns
  • (::String) — Order results as specified in https://google.aip.dev/132.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of resource maintenances to send per page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of resource maintenances to send per page.
Returns
  • (::Integer) — The maximum number of resource maintenances to send per page.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Returns
  • (::String) — The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent of the resource maintenance.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent of the resource maintenance.
Returns
  • (::String) — Required. The parent of the resource maintenance.