Package Classes (0.1.6)

Summary of entries of Classes for google-cloud-servicehealth.

Classes

ServiceHealthAsyncClient

Request service health events relevant to your Google Cloud project.

ServiceHealthClient

Request service health events relevant to your Google Cloud project.

ListEventsAsyncPager

A pager for iterating through list_events requests.

This class thinly wraps an initial ListEventsResponse object, and provides an __aiter__ method to iterate through its events field.

If there are more pages, the __aiter__ method will make additional ListEvents requests and continue to iterate through the events field on the corresponding responses.

All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEventsPager

A pager for iterating through list_events requests.

This class thinly wraps an initial ListEventsResponse object, and provides an __iter__ method to iterate through its events field.

If there are more pages, the __iter__ method will make additional ListEvents requests and continue to iterate through the events field on the corresponding responses.

All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationEventsAsyncPager

A pager for iterating through list_organization_events requests.

This class thinly wraps an initial ListOrganizationEventsResponse object, and provides an __aiter__ method to iterate through its organization_events field.

If there are more pages, the __aiter__ method will make additional ListOrganizationEvents requests and continue to iterate through the organization_events field on the corresponding responses.

All the usual ListOrganizationEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationEventsPager

A pager for iterating through list_organization_events requests.

This class thinly wraps an initial ListOrganizationEventsResponse object, and provides an __iter__ method to iterate through its organization_events field.

If there are more pages, the __iter__ method will make additional ListOrganizationEvents requests and continue to iterate through the organization_events field on the corresponding responses.

All the usual ListOrganizationEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationImpactsAsyncPager

A pager for iterating through list_organization_impacts requests.

This class thinly wraps an initial ListOrganizationImpactsResponse object, and provides an __aiter__ method to iterate through its organization_impacts field.

If there are more pages, the __aiter__ method will make additional ListOrganizationImpacts requests and continue to iterate through the organization_impacts field on the corresponding responses.

All the usual ListOrganizationImpactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOrganizationImpactsPager

A pager for iterating through list_organization_impacts requests.

This class thinly wraps an initial ListOrganizationImpactsResponse object, and provides an __iter__ method to iterate through its organization_impacts field.

If there are more pages, the __iter__ method will make additional ListOrganizationImpacts requests and continue to iterate through the organization_impacts field on the corresponding responses.

All the usual ListOrganizationImpactsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

Asset

Represents the asset impacted by the events.

Event

Represents service health events that may affect Google Cloud products. Event resource is a read-only view and does not allow any modifications. All fields are output only.

DetailedCategory

The detailed category of an event. Contains all possible states for all event categories.

DetailedState

The detailed state of the incident. This enum lists all possible detailed states of an incident.

    -  The impact of the incident could not be confirmed.
    -  The incident was intermittent or resolved itself.

    The incident does not have a resolution because no action or
    investigation happened. If it is intermittent, the incident
    may reopen.
FALSE_POSITIVE (10):
    Upon investigation, Google engineers
    concluded that the incident is not affecting a
    Google Cloud product. This state can change if
    the incident is reviewed again.

EventCategory

The category of the event. This enum lists all possible categories of event.

Relevance

Communicates why a given incident is deemed relevant in the context of a given project. This enum lists all possible detailed states of relevance.

State

The state of the event. This enum lists all possible states of event.

EventImpact

Represents the Google Cloud products and locations impacted by the event.

EventUpdate

Records an update made to the event.

EventView

The event fields to include in ListEvents API response. This enum lists all possible event views.

GetEventRequest

Message for getting an event

GetOrganizationEventRequest

GetOrganizationImpactRequest

ListEventsRequest

ListEventsResponse

ListOrganizationEventsRequest

ListOrganizationEventsResponse

ListOrganizationImpactsRequest

Message for requesting list of OrganizationImpacts

ListOrganizationImpactsResponse

Location

Represents the locations impacted by the event.

OrganizationEvent

Represents service health events that may affect Google Cloud products used across the organization. It is a read-only view and does not allow any modifications.

DetailedCategory

The detailed category of an event. Contains all possible states for all event categories.

DetailedState

The detailed state of the incident. This enum lists all possible detailed states of an incident.

    -  The impact of the incident could not be confirmed.
    -  The incident was intermittent or resolved itself.

    The incident does not have a resolution because no action or
    investigation happened. If it is intermittent, the incident
    may reopen.
FALSE_POSITIVE (10):
    Upon investigation, Google engineers
    concluded that the incident is not affecting a
    Google Cloud product. This state can change if
    the incident is reviewed again.

EventCategory

The category of the event. This enum lists all possible categories of event.

State

The state of the organization event. This enum lists all possible states of event.

OrganizationEventView

The organization event fields to include in ListOrganizationEvents API response. This enum lists all possible organization event views.

OrganizationImpact

Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.

Product

Represents the Google Cloud product impacted by the event.

Modules

pagers

API documentation for servicehealth_v1.services.service_health.pagers module.