Show / Hide Table of Contents

Class AlertsResource.GetRequest

Gets the specified alert. Attempting to get a nonexistent alert returns NOT_FOUND error.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Alert>
AlertCenterBaseServiceRequest<Alert>
AlertsResource.GetRequest
Implements
IClientServiceRequest<Alert>
IClientServiceRequest
Inherited Members
AlertCenterBaseServiceRequest<Alert>.Xgafv
AlertCenterBaseServiceRequest<Alert>.AccessToken
AlertCenterBaseServiceRequest<Alert>.Alt
AlertCenterBaseServiceRequest<Alert>.Callback
AlertCenterBaseServiceRequest<Alert>.Fields
AlertCenterBaseServiceRequest<Alert>.Key
AlertCenterBaseServiceRequest<Alert>.OauthToken
AlertCenterBaseServiceRequest<Alert>.PrettyPrint
AlertCenterBaseServiceRequest<Alert>.QuotaUser
AlertCenterBaseServiceRequest<Alert>.UploadType
AlertCenterBaseServiceRequest<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.AlertCenter.v1beta1
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AlertsResource.GetRequest : AlertCenterBaseServiceRequest<Alert>, IClientServiceRequest<Alert>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

AlertId

Required. The identifier of the alert to retrieve.

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

CustomerId

Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The customer_id must have the initial "C" stripped (for example, 046psxkn). Inferred from the caller identity if not provided. Find your customer ID.

Declaration
[RequestParameter("customerId", RequestParameterType.Query)]
public virtual string CustomerId { 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<Alert>.HttpMethod

MethodName

Gets the method name.

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

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
AlertCenterBaseServiceRequest<Alert>.InitParameters()

Implements

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