Show / Hide Table of Contents

Class AlertsResource.FeedbackResource.ListRequest

Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns NOT_FOUND error.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

AlertId

Required. The alert identifier. The "-" wildcard could be used to represent all alerts.

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

Filter

Optional. A query string for filtering alert feedback results. For more details, see Query filters and Supported query filter fields.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AlertCenterBaseServiceRequest<ListAlertFeedbackResponse>.InitParameters()

Implements

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