Get desktop application:
View/edit binary Protocol Buffers messages
Retrieves the list of Google Cloud Platform Support accounts and manages support cases associated with them.
Retrieves the support account details given an account identifier. The authenticated user calling this method must be the account owner.
The request message for `GetSupportAccount`.
The resource name of the support accounts. For example: `supportAccounts/accountA`.
Retrieves the list of accounts the current authenticated user has access to.
The request message for `ListSupportAccount`.
The filter applied to search results. It only supports filtering a support account list by a cloud_resource. For example, to filter results by support accounts associated with an Organization, its value should be: "cloud_resource:organizations/<organization_id>"
Maximum number of accounts fetched with each request.
A token identifying the page of results to return. If unspecified, the first page is retrieved.
The response message for `ListSupportAccount`.
A list of support accounts.
A token to retrieve the next page of results. This should be passed on in `page_token` field of `ListSupportAccountRequest` for next request. If unspecified, there are no more results to retrieve.
Retrieves the details for a support case. The current authenticated user calling this method must have permissions to view this case.
The request message for `GetCase` method.
Name of case resource requested. For example: "supportAccounts/accountA/cases/123"
Retrieves the list of support cases associated with an account. The current authenticated user must have the permission to list and view these cases.
The request message for `ListCase` method.
Name of the account resource for which cases are requested. For example: "supportAccounts/accountA"
The filter applied to the search results. Currently it only accepts "OPEN" or "CLOSED" strings, filtering out cases that are open or resolved.
Maximum number of cases fetched with each request.
A token identifying the page of results to return. If unspecified, the first page is retrieved.
The response message for `ListCase` method.
A list of cases.
A token to retrieve the next page of results. This should be passed on in `page_token` field of `ListCaseRequest` for next request. If unspecified, there are no more results to retrieve.
Lists all comments from a case.
The request message for `ListComments` method.
The resource name of case for which comments should be listed.
The response message for `ListComments` method.
A list of comments.
Creates a case and associates it with a [SupportAccount][google.cloud.support.v1alpha2.SupportAcccount]. The authenticated user attempting this action must have permissions to create a `Case` under that [SupportAccount].
The request message for `CreateCase` method.
The resource name for `SupportAccount` under which this case is created.
The case resource to create.
Updates a support case. Only a small set of details (priority, subject and cc_address) can be update after a case is created.
The request message for `UpdateCase` method.
The case resource to update.
A field that represents attributes of a Case object that should be updated as part of this request.
Adds a new comment to a case.
The request message for `CreateComment` method.
The resource name of case to which this comment should be added.
The `Comment` to be added to this case.
Retrieves the taxonomy of product categories and components to be used while creating a support case.
The request message for `GetIssueTaxonomy` method.
(message has no fields)