Show / Hide Table of Contents

Class ServicesResource.ServiceLevelObjectivesResource.ListRequest

List the ServiceLevelObjectives for the given Service.

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

A filter specifying what ServiceLevelObjectives to return.

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

MethodName

Gets the method name.

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

PageSize

A non-negative number that is the maximum number of results to return. When 0, use default page size.

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 additional results from the previous method call.

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

Parent

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Metrics Scope. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

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<ListServiceLevelObjectivesResponse>.RestPath

View

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ServicesResource.ServiceLevelObjectivesResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ServicesResource.ServiceLevelObjectivesResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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