Show / Hide Table of Contents

Namespace Google.Apis.AlertCenter.v1beta1

Classes

AlertCenterBaseServiceRequest<TResponse>

A base abstract class for AlertCenter requests.

AlertCenterService

The AlertCenter Service.

AlertCenterService.Scope

Available OAuth 2.0 scopes for use with the Google Workspace Alert Center API.

AlertCenterService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Workspace Alert Center API.

AlertsResource

The "alerts" collection of methods.

AlertsResource.BatchDeleteRequest

Performs batch delete operation on alerts.

AlertsResource.BatchUndeleteRequest

Performs batch undelete operation on alerts.

AlertsResource.DeleteRequest

Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a NOT_FOUND error.

AlertsResource.FeedbackResource

The "feedback" collection of methods.

AlertsResource.FeedbackResource.CreateRequest

Creates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns NOT_FOUND error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error.

AlertsResource.FeedbackResource.ListRequest

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

AlertsResource.GetMetadataRequest

Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns NOT_FOUND error.

AlertsResource.GetRequest

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

AlertsResource.ListRequest

Lists the alerts.

AlertsResource.UndeleteRequest

Restores, or "undeletes", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a NOT_FOUND error. Attempting to undelete an alert which has not been marked for deletion has no effect.

V1beta1Resource

The "v1beta1" collection of methods.

V1beta1Resource.GetSettingsRequest

Returns customer-level settings.

V1beta1Resource.UpdateSettingsRequest

Updates the customer-level settings.

Enums

AlertCenterBaseServiceRequest<TResponse>.AltEnum

Data format for response.

AlertCenterBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top