Google Cloud Monitoring v3 API - Class ListUptimeCheckConfigsResponse (3.8.0)

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.

Inheritance

object > ListUptimeCheckConfigsResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListUptimeCheckConfigsResponse()

public ListUptimeCheckConfigsResponse()

ListUptimeCheckConfigsResponse(ListUptimeCheckConfigsResponse)

public ListUptimeCheckConfigsResponse(ListUptimeCheckConfigsResponse other)
Parameter
NameDescription
otherListUptimeCheckConfigsResponse

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
TypeDescription
string

TotalSize

public int TotalSize { get; set; }

The total number of Uptime check configurations for the project, irrespective of any pagination.

Property Value
TypeDescription
int

UptimeCheckConfigs

public RepeatedField<UptimeCheckConfig> UptimeCheckConfigs { get; }

The returned Uptime check configurations.

Property Value
TypeDescription
RepeatedFieldUptimeCheckConfig

Methods

GetEnumerator()

public IEnumerator<UptimeCheckConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorUptimeCheckConfig