public sealed class ListUptimeCheckConfigsResponse : IPageResponse<UptimeCheckConfig>, IEnumerable<UptimeCheckConfig>, IEnumerable, IMessage<ListUptimeCheckConfigsResponse>, IEquatable<ListUptimeCheckConfigsResponse>, IDeepCloneable<ListUptimeCheckConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListUptimeCheckConfigsResponse.
The protocol for the ListUptimeCheckConfigs
response.
Implements
IPageResponseUptimeCheckConfig, IEnumerableUptimeCheckConfig, IEnumerable, IMessageListUptimeCheckConfigsResponse, IEquatableListUptimeCheckConfigsResponse, IDeepCloneableListUptimeCheckConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListUptimeCheckConfigsResponse()
public ListUptimeCheckConfigsResponse()
ListUptimeCheckConfigsResponse(ListUptimeCheckConfigsResponse)
public ListUptimeCheckConfigsResponse(ListUptimeCheckConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListUptimeCheckConfigsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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).
Property Value | |
---|---|
Type | Description |
string |
TotalSize
public int TotalSize { get; set; }
The total number of Uptime check configurations for the project, irrespective of any pagination.
Property Value | |
---|---|
Type | Description |
int |
UptimeCheckConfigs
public RepeatedField<UptimeCheckConfig> UptimeCheckConfigs { get; }
The returned Uptime check configurations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUptimeCheckConfig |
Methods
GetEnumerator()
public IEnumerator<UptimeCheckConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUptimeCheckConfig |