Show / Hide Table of Contents

Class UptimeCheckIpsResource.ListRequest

Returns the list of IP addresses that checkers run from

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListUptimeCheckIpsResponse>
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>
UptimeCheckIpsResource.ListRequest
Implements
IClientServiceRequest<ListUptimeCheckIpsResponse>
IClientServiceRequest
Inherited Members
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.Xgafv
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.AccessToken
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.Alt
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.Callback
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.Fields
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.Key
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.OauthToken
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.PrettyPrint
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.QuotaUser
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.UploadType
MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>.UploadProtocol
ClientServiceRequest<ListUptimeCheckIpsResponse>.Execute()
ClientServiceRequest<ListUptimeCheckIpsResponse>.ExecuteAsStream()
ClientServiceRequest<ListUptimeCheckIpsResponse>.ExecuteAsync()
ClientServiceRequest<ListUptimeCheckIpsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListUptimeCheckIpsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListUptimeCheckIpsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListUptimeCheckIpsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListUptimeCheckIpsResponse>.GenerateRequestUri()
ClientServiceRequest<ListUptimeCheckIpsResponse>.GetBody()
ClientServiceRequest<ListUptimeCheckIpsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListUptimeCheckIpsResponse>.ETagAction
ClientServiceRequest<ListUptimeCheckIpsResponse>.ModifyRequest
ClientServiceRequest<ListUptimeCheckIpsResponse>.RequestParameters
ClientServiceRequest<ListUptimeCheckIpsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListRequest : MonitoringBaseServiceRequest<ListUptimeCheckIpsResponse>, IClientServiceRequest<ListUptimeCheckIpsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Monitoring.v3.Data.ListUptimeCheckIpsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Monitoring.v3.Data.ListUptimeCheckIpsResponse>.MethodName

PageSize

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PageToken

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

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Monitoring.v3.Data.ListUptimeCheckIpsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Monitoring.v3.MonitoringBaseServiceRequest<Google.Apis.Monitoring.v3.Data.ListUptimeCheckIpsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top