Class ListUptimeCheckConfigsResponse (3.0.0)

public sealed class ListUptimeCheckConfigsResponse : IPageResponse<UptimeCheckConfig>, IEnumerable<UptimeCheckConfig>, IEnumerable, IMessage<ListUptimeCheckConfigsResponse>, IEquatable<ListUptimeCheckConfigsResponse>, IDeepCloneable<ListUptimeCheckConfigsResponse>, IBufferMessage, IMessage

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
Int32

UptimeCheckConfigs

public RepeatedField<UptimeCheckConfig> UptimeCheckConfigs { get; }

The returned Uptime check configurations.

Property Value
TypeDescription
RepeatedField<UptimeCheckConfig>

Methods

GetEnumerator()

public IEnumerator<UptimeCheckConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<UptimeCheckConfig>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator