Show / Hide Table of Contents

Class ProjectsResource.UptimeCheckConfigsResource.ListRequest

Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.For more details, see Filtering syntax (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUptimeCheckConfigsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUptimeCheckConfigsResponse>.MethodName

PageSize

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 &lt;=0, the server will decide the number of results to be returned.

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

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.

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

Parent

Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER]

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUptimeCheckConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MonitoringBaseServiceRequest<ListUptimeCheckConfigsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX