Summary of entries of Classes for essentialcontacts.
Classes
EssentialContactsServiceAsyncClient
Manages contacts for important Google Cloud notifications.
EssentialContactsServiceClient
Manages contacts for important Google Cloud notifications.
ComputeContactsAsyncPager
A pager for iterating through compute_contacts
requests.
This class thinly wraps an initial
ComputeContactsResponse object, and
provides an __aiter__
method to iterate through its
contacts
field.
If there are more pages, the __aiter__
method will make additional
ComputeContacts
requests and continue to iterate
through the contacts
field on the
corresponding responses.
All the usual ComputeContactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ComputeContactsPager
A pager for iterating through compute_contacts
requests.
This class thinly wraps an initial
ComputeContactsResponse object, and
provides an __iter__
method to iterate through its
contacts
field.
If there are more pages, the __iter__
method will make additional
ComputeContacts
requests and continue to iterate
through the contacts
field on the
corresponding responses.
All the usual ComputeContactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListContactsAsyncPager
A pager for iterating through list_contacts
requests.
This class thinly wraps an initial
ListContactsResponse object, and
provides an __aiter__
method to iterate through its
contacts
field.
If there are more pages, the __aiter__
method will make additional
ListContacts
requests and continue to iterate
through the contacts
field on the
corresponding responses.
All the usual ListContactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListContactsPager
A pager for iterating through list_contacts
requests.
This class thinly wraps an initial
ListContactsResponse object, and
provides an __iter__
method to iterate through its
contacts
field.
If there are more pages, the __iter__
method will make additional
ListContacts
requests and continue to iterate
through the contacts
field on the
corresponding responses.
All the usual ListContactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ComputeContactsRequest
Request message for the ComputeContacts method.
ComputeContactsResponse
Response message for the ComputeContacts method.
Contact
A contact that will receive notifications from Google Cloud.
CreateContactRequest
Request message for the CreateContact method.
DeleteContactRequest
Request message for the DeleteContact method.
GetContactRequest
Request message for the GetContact method.
ListContactsRequest
Request message for the ListContacts method.
ListContactsResponse
Response message for the ListContacts method.
NotificationCategory
The notification categories that an essential contact can be subscribed to. Each notification will be categorized by the sender into one of the following categories. All contacts that are subscribed to that category will receive the notification.
SendTestMessageRequest
Request message for the SendTestMessage method.
UpdateContactRequest
Request message for the UpdateContact method.
ValidationState
A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.
Modules
pagers
API documentation for essential_contacts_v1.services.essential_contacts_service.pagers
module.