TasksPushNotificationConfigsResource class

Constructors

TasksPushNotificationConfigsResource(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

create(TaskPushNotificationConfig request, String parent, {String? configId, String? tenant, String? $fields}) Future<TaskPushNotificationConfig>
Set a push notification config for a task.
delete(String name, {String? tenant, String? $fields}) Future<Empty>
Delete a push notification config for a task.
get(String name, {String? tenant, String? $fields}) Future<TaskPushNotificationConfig>
Get a push notification config for a task.
list(String parent, {int? pageSize, String? pageToken, String? tenant, String? $fields}) Future<ListTaskPushNotificationConfigResponse>
Get a list of push notifications configured for a task.
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