public sealed class ListUptimeCheckConfigsResponse : IPageResponse<UptimeCheckConfig>, IEnumerable<UptimeCheckConfig>, IEnumerable, IMessage<ListUptimeCheckConfigsResponse>, IEquatable<ListUptimeCheckConfigsResponse>, IDeepCloneable<ListUptimeCheckConfigsResponse>, IBufferMessage, IMessage
The protocol for the ListUptimeCheckConfigs
response.
Implements
IPageResponse<UptimeCheckConfig>, IEnumerable<UptimeCheckConfig>, IEnumerable, IMessage<ListUptimeCheckConfigsResponse>, IEquatable<ListUptimeCheckConfigsResponse>, IDeepCloneable<ListUptimeCheckConfigsResponse>, 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 |
Int32 |
UptimeCheckConfigs
public RepeatedField<UptimeCheckConfig> UptimeCheckConfigs { get; }
The returned Uptime check configurations.
Property Value | |
---|---|
Type | Description |
RepeatedField<UptimeCheckConfig> |
Methods
GetEnumerator()
public IEnumerator<UptimeCheckConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<UptimeCheckConfig> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |