Show / Hide Table of Contents

Class ServicesResource.ServiceLevelObjectivesResource.GetRequest

Get a ServiceLevelObjective by name.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the ServiceLevelObjective to get. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]

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

RestPath

Gets the REST path.

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

View

View of the ServiceLevelObjective to return. If DEFAULT, return the 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.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ServicesResource.ServiceLevelObjectivesResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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