package google.cloud.support.common

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Case

common.proto:92

A support case created by the user.

Used as response type in: v1alpha1.CloudSupport.CreateCase, v1alpha1.CloudSupport.GetCase, v1alpha1.CloudSupport.UpdateCase

Used as field type in: v1alpha1.CreateCaseRequest, v1alpha1.ListCasesResponse, v1alpha1.UpdateCaseRequest

enum Case.Priority

common.proto:94

The case priority with P0 being the most urgent and P4 the least.

Used in: Case

enum Case.State

common.proto:118

The state of a case.

Used in: Case

message Comment

common.proto:276

The comment text associated with a `Case`.

Used as response type in: v1alpha1.CloudSupport.CreateComment

Used as field type in: v1alpha1.CreateCommentRequest, v1alpha1.ListCommentsResponse

message CustomerIssue

common.proto:203

Reference to a Google internal ticket used for investigating a support case. Not every support case will have an internal ticket associated with it. A support case can have multiple tickets linked to it.

Used in: Case

enum CustomerIssue.IssueState

common.proto:205

The status of a customer issue.

Used in: CustomerIssue

message IssueTaxonomy

common.proto:298

Represents the product component taxonomy that is to be used while creating or updating a `Case`. A client should obtain the list of issue categories, component/subcomponent from this object and specify it in `Case.category`, `Case.component` and `Case.subcomponent` fields respectively.

Used as response type in: v1alpha1.CloudSupport.GetIssueTaxonomy

message IssueTaxonomy.Category

common.proto:323

Represents the category of issue (Technical or Non-Technical) reported through a support case.

Used in: IssueTaxonomy

message IssueTaxonomy.Component

common.proto:306

The representation of a product component. It is composed of a canonical name for the product (e.g., Google App Engine), languages in which a support ticket can be created under this component, a template that provides hints on important details to be filled out before submitting a case. It also contains an embedded list of product subcomponents that have similar attributes as top-level components. (e.g., Google App Engine > Memcache).

Used in: Category

message SupportAccount

common.proto:29

A Google Cloud Platform account that identifies support eligibility for a Cloud resource. Currently the Cloud resource can only be an Organization but this might change in future.

Used as response type in: v1alpha1.CloudSupport.GetSupportAccount

Used as field type in: v1alpha1.ListSupportAccountsResponse

enum SupportAccount.PricingModel

common.proto:46

Pricing model applicable to this support account.

Used in: SupportAccount

enum SupportAccount.State

common.proto:31

The current state of this SupportAccount.

Used in: SupportAccount

message SupportRole

common.proto:248

A message that contains mapping of a user and their role under a support account.

enum SupportRole.Role

common.proto:251

A role which determines the support resources and features a user might get access to.

Used in: SupportRole