Reference documentation and code samples for the Maintenance V1 API class Google::Cloud::Maintenance::Api::V1::SummarizeMaintenancesRequest.
Request message for SummarizeMaintenances custom method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
Filter the list as specified in https://google.aip.dev/160. Supported fields include:
maintenance.maintenanceNameExamples:maintenance.maintenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1"
#filter=
def filter=(value) -> ::String-
value (::String) —
Filter the list as specified in https://google.aip.dev/160. Supported fields include:
maintenance.maintenanceNameExamples:maintenance.maintenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1"
-
(::String) —
Filter the list as specified in https://google.aip.dev/160. Supported fields include:
maintenance.maintenanceNameExamples:maintenance.maintenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1"
#order_by
def order_by() -> ::String- (::String) — Order results as specified in https://google.aip.dev/132.
#order_by=
def order_by=(value) -> ::String- value (::String) — Order results as specified in https://google.aip.dev/132.
- (::String) — Order results as specified in https://google.aip.dev/132.
#page_size
def page_size() -> ::Integer- (::Integer) — The maximum number of resource maintenances to send per page. The default page size is 20 and the maximum is 1000.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The maximum number of resource maintenances to send per page. The default page size is 20 and the maximum is 1000.
- (::Integer) — The maximum number of resource maintenances to send per page. The default page size is 20 and the maximum is 1000.
#page_token
def page_token() -> ::String- (::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- value (::String) — The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
- (::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-
(::String) — Required. The parent of the resource maintenance.
eg.
projects/123/locations/*
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent of the resource maintenance.
eg.
projects/123/locations/*
-
(::String) — Required. The parent of the resource maintenance.
eg.
projects/123/locations/*