RegionNotificationEndpointsResource class

Constructors

RegionNotificationEndpointsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String project, String region, String notificationEndpoint, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified NotificationEndpoint in the given region
get(String project, String region, String notificationEndpoint, {String? $fields}) Future<NotificationEndpoint>
Returns the specified NotificationEndpoint resource in the given region.
insert(NotificationEndpoint request, String project, String region, {String? requestId, String? $fields}) Future<Operation>
Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<NotificationEndpointList>
Lists the NotificationEndpoints for a project in the given region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited