Show / Hide Table of Contents

Class ProjectsResource.SnoozesResource.ListRequest

Lists the Snoozes associated with a project. Can optionally pass in filter, which specifies predicates to match Snoozes.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSnoozesResponse>
MonitoringBaseServiceRequest<ListSnoozesResponse>
ProjectsResource.SnoozesResource.ListRequest
Implements
IClientServiceRequest<ListSnoozesResponse>
IClientServiceRequest
Inherited Members
MonitoringBaseServiceRequest<ListSnoozesResponse>.Xgafv
MonitoringBaseServiceRequest<ListSnoozesResponse>.AccessToken
MonitoringBaseServiceRequest<ListSnoozesResponse>.Alt
MonitoringBaseServiceRequest<ListSnoozesResponse>.Callback
MonitoringBaseServiceRequest<ListSnoozesResponse>.Fields
MonitoringBaseServiceRequest<ListSnoozesResponse>.Key
MonitoringBaseServiceRequest<ListSnoozesResponse>.OauthToken
MonitoringBaseServiceRequest<ListSnoozesResponse>.PrettyPrint
MonitoringBaseServiceRequest<ListSnoozesResponse>.QuotaUser
MonitoringBaseServiceRequest<ListSnoozesResponse>.UploadType
MonitoringBaseServiceRequest<ListSnoozesResponse>.UploadProtocol
ClientServiceRequest<ListSnoozesResponse>.Execute()
ClientServiceRequest<ListSnoozesResponse>.ExecuteAsStream()
ClientServiceRequest<ListSnoozesResponse>.ExecuteAsync()
ClientServiceRequest<ListSnoozesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSnoozesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSnoozesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSnoozesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSnoozesResponse>.GenerateRequestUri()
ClientServiceRequest<ListSnoozesResponse>.GetBody()
ClientServiceRequest<ListSnoozesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSnoozesResponse>.ETagAction
ClientServiceRequest<ListSnoozesResponse>.ModifyRequest
ClientServiceRequest<ListSnoozesResponse>.ValidateParameters
ClientServiceRequest<ListSnoozesResponse>.ApiVersion
ClientServiceRequest<ListSnoozesResponse>.RequestParameters
ClientServiceRequest<ListSnoozesResponse>.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.SnoozesResource.ListRequest : MonitoringBaseServiceRequest<ListSnoozesResponse>, IClientServiceRequest<ListSnoozesResponse>, 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

Optional. Optional filter to restrict results to the given criteria. The following fields are supported. interval.start_time interval.end_timeFor example: interval.start_time &gt; "2022-03-11T00:00:00-08:00" AND interval.end_time &lt; "2022-03-12T00:00:00-08:00"

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<ListSnoozesResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of results to return for a single query. The server may further constrain the maximum number of results returned in a single page. The value should be in the range 1, 1000. If the value given is outside this range, 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

Optional. The next_page_token from a previous call to ListSnoozesRequest to get the next page of results.

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 Snoozes should be 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<ListSnoozesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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