FoldersContactsResource class

Constructors

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

compute(String parent, {List<String>? notificationCategories, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudEssentialcontactsV1ComputeContactsResponse>
Lists all contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
create(GoogleCloudEssentialcontactsV1Contact request, String parent, {String? $fields}) Future<GoogleCloudEssentialcontactsV1Contact>
Adds a new contact for a resource.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a contact.
get(String name, {String? $fields}) Future<GoogleCloudEssentialcontactsV1Contact>
Gets a single contact.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudEssentialcontactsV1ListContactsResponse>
Lists the contacts that have been set on a resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudEssentialcontactsV1Contact request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudEssentialcontactsV1Contact>
Updates a contact.
sendTestMessage(GoogleCloudEssentialcontactsV1SendTestMessageRequest request, String resource, {String? $fields}) Future<GoogleProtobufEmpty>
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.
toString() String
A string representation of this object.
inherited

Operators

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