Show / Hide Table of Contents

Namespace Google.Apis.CloudSupport.v2beta

Classes

CaseClassificationsResource

The "caseClassifications" collection of methods.

CaseClassificationsResource.SearchRequest

Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine".

CasesResource

The "cases" collection of methods.

CasesResource.AttachmentsResource

The "attachments" collection of methods.

CasesResource.AttachmentsResource.ListRequest

Retrieve all attachments associated with a support case.

CasesResource.CloseRequest

Close the specified case.

CasesResource.CommentsResource

The "comments" collection of methods.

CasesResource.CommentsResource.CreateRequest

Add a new comment to the specified Case. The comment object must have the following fields set: body.

CasesResource.CommentsResource.ListRequest

Retrieve all Comments associated with the Case object.

CasesResource.CreateRequest

Create a new case and associate it with the given Google Cloud Resource. The case object must have the following fields set: display_name, description, classification, and priority.

CasesResource.EscalateRequest

Escalate a case. Escalating a case will initiate the Google Cloud Support escalation management process. This operation is only available to certain Customer Care tiers. Go to https://cloud.google.com/support and look for 'Technical support escalations' in the feature list to find out which tiers are able to perform escalations.

CasesResource.GetRequest

Retrieve the specified case.

CasesResource.ListRequest

Retrieve all cases under the specified parent. Note: Listing cases under an Organization returns only the cases directly parented by that organization. To retrieve all cases under an organization, including cases parented by projects under that organization, use cases.search.

CasesResource.PatchRequest

Update the specified case. Only a subset of fields can be updated.

CasesResource.SearchRequest

Search cases using the specified query.

CloudSupportBaseServiceRequest<TResponse>

A base abstract class for CloudSupport requests.

CloudSupportService

The CloudSupport Service.

CloudSupportService.Scope

Available OAuth 2.0 scopes for use with the Google Cloud Support API.

CloudSupportService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Cloud Support API.

MediaResource

The "media" collection of methods.

MediaResource.DownloadRequest

Download a file attachment on a case. Note: HTTP requests must append "?alt=media" to the URL.

MediaResource.UploadMediaUpload

Upload media upload which supports resumable upload.

MediaResource.UploadRequest

Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.

Enums

CloudSupportBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudSupportBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

MediaResource.UploadMediaUpload.AltEnum

Data format for response.

MediaResource.UploadMediaUpload.XgafvEnum

V1 error format.

In This Article
Back to top Generated by DocFX