Reference documentation and code samples for the Maintenance V1BETA API class Google::Cloud::Maintenance::Api::V1beta::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:
- state
- resource.location
- resource.resourceName
- resource.type
- maintenance.maintenanceName
- maintenanceStartTime
- maintenanceCompleteTime Examples:
- state="SCHEDULED"
- resource.location="us-central1-c"
- resource.resourceName=~"*/instance-20241212-211259"
- maintenanceStartTime>"2000-10-11T20:44:51Z"
- state="SCHEDULED" OR resource.type="compute.googleapis.com/Instance"
- maintenance.maitenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1" AND maintenanceCompleteTime>"2000-10-11T20:44:51Z"
#filter=
def filter=(value) -> ::String
-
value (::String) —
Filter the list as specified in https://google.aip.dev/160. Supported fields include:
- state
- resource.location
- resource.resourceName
- resource.type
- maintenance.maintenanceName
- maintenanceStartTime
- maintenanceCompleteTime Examples:
- state="SCHEDULED"
- resource.location="us-central1-c"
- resource.resourceName=~"*/instance-20241212-211259"
- maintenanceStartTime>"2000-10-11T20:44:51Z"
- state="SCHEDULED" OR resource.type="compute.googleapis.com/Instance"
- maintenance.maitenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1" AND maintenanceCompleteTime>"2000-10-11T20:44:51Z"
-
(::String) —
Filter the list as specified in https://google.aip.dev/160. Supported fields include:
- state
- resource.location
- resource.resourceName
- resource.type
- maintenance.maintenanceName
- maintenanceStartTime
- maintenanceCompleteTime Examples:
- state="SCHEDULED"
- resource.location="us-central1-c"
- resource.resourceName=~"*/instance-20241212-211259"
- maintenanceStartTime>"2000-10-11T20:44:51Z"
- state="SCHEDULED" OR resource.type="compute.googleapis.com/Instance"
- maintenance.maitenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1" AND maintenanceCompleteTime>"2000-10-11T20:44:51Z"
#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/*