Package Classes (0.1.9)

Summary of entries of Classes for support.

Classes

CaseAttachmentServiceAsyncClient

A service to manage file attachment for Google Cloud support cases.

CaseAttachmentServiceClient

A service to manage file attachment for Google Cloud support cases.

ListAttachmentsAsyncPager

A pager for iterating through list_attachments requests.

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

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

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

ListAttachmentsPager

A pager for iterating through list_attachments requests.

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

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

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

CaseServiceAsyncClient

A service to manage Google Cloud support cases.

CaseServiceClient

A service to manage Google Cloud support cases.

ListCasesAsyncPager

A pager for iterating through list_cases requests.

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

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

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

ListCasesPager

A pager for iterating through list_cases requests.

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

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

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

SearchCaseClassificationsAsyncPager

A pager for iterating through search_case_classifications requests.

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

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

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

SearchCaseClassificationsPager

A pager for iterating through search_case_classifications requests.

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

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

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

SearchCasesAsyncPager

A pager for iterating through search_cases requests.

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

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

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

SearchCasesPager

A pager for iterating through search_cases requests.

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

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

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

CommentServiceAsyncClient

A service to manage comments on cases.

CommentServiceClient

A service to manage comments on cases.

ListCommentsAsyncPager

A pager for iterating through list_comments requests.

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

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

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

ListCommentsPager

A pager for iterating through list_comments requests.

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

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

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

Actor

An object containing information about the effective user and authenticated principal responsible for an action.

Attachment

Represents a file attached to a support case.

Case

A support case.

Priority

The case Priority. P0 is most urgent and P4 the least.

State

The status of a support case.

CaseClassification

A classification object with a product type and value.

CloseCaseRequest

The request message for the CloseCase endpoint.

Comment

A comment associated with a support case.

CreateCaseRequest

The request message for the CreateCase endpoint.

CreateCommentRequest

The request message for CreateComment endpoint.

EscalateCaseRequest

The request message for the EscalateCase endpoint.

Escalation

An escalation of a support case.

Reason

An enum detailing the possible reasons a case may be escalated.

GetCaseRequest

The request message for the GetCase endpoint.

ListAttachmentsRequest

The request message for the ListAttachments endpoint.

ListAttachmentsResponse

The response message for the ListAttachments endpoint.

ListCasesRequest

The request message for the ListCases endpoint.

ListCasesResponse

The response message for the ListCases endpoint.

ListCommentsRequest

The request message for the ListComments endpoint.

ListCommentsResponse

The response message for the ListComments endpoint.

SearchCaseClassificationsRequest

The request message for SearchCaseClassifications endpoint.

SearchCaseClassificationsResponse

The response message for SearchCaseClassifications endpoint.

SearchCasesRequest

The request message for the SearchCases endpoint.

SearchCasesResponse

The response message for the SearchCases endpoint.

UpdateCaseRequest

The request message for the UpdateCase endpoint

Modules

pagers

API documentation for support_v2.services.case_attachment_service.pagers module.

pagers

API documentation for support_v2.services.case_service.pagers module.

pagers

API documentation for support_v2.services.comment_service.pagers module.