Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListUptimeCheckConfigsResponse.
The protocol for the ListUptimeCheckConfigs
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
Returns
- (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The total number of Uptime check configurations for the project, irrespective of any pagination.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of Uptime check configurations for the project, irrespective of any pagination.
Returns
- (::Integer) — The total number of Uptime check configurations for the project, irrespective of any pagination.
#uptime_check_configs
def uptime_check_configs() -> ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>) — The returned Uptime check configurations.
#uptime_check_configs=
def uptime_check_configs=(value) -> ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>) — The returned Uptime check configurations.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>) — The returned Uptime check configurations.