Show / Hide Table of Contents

Class ProjectsResource.AlertsResource.GetRequest

Gets a single alert.

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

MethodName

Gets the method name.

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

Name

Required. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The [ALERT_ID] is a system-assigned unique identifier for the alert.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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