public sealed class ListUptimeCheckIpsRequest : IPageRequest, IMessage<ListUptimeCheckIpsRequest>, IEquatable<ListUptimeCheckIpsRequest>, IDeepCloneable<ListUptimeCheckIpsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListUptimeCheckIpsRequest.
The protocol for the ListUptimeCheckIps
request.
Implements
IPageRequest, IMessageListUptimeCheckIpsRequest, IEquatableListUptimeCheckIpsRequest, IDeepCloneableListUptimeCheckIpsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListUptimeCheckIpsRequest()
public ListUptimeCheckIpsRequest()
ListUptimeCheckIpsRequest(ListUptimeCheckIpsRequest)
public ListUptimeCheckIpsRequest(ListUptimeCheckIpsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListUptimeCheckIpsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned. NOTE: this field is not yet implemented
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
NOTE: this field is not yet implemented
Property Value | |
---|---|
Type | Description |
string |