- 0.48.0 (latest)
- 0.47.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Package com.google.cloud.support.v2 (0.48.0)
GitHub Repository |
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.support.v2.CaseAttachmentServiceClient |
Service Description: A service to manage file attachments for Google Cloud support cases.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.support.v2.CaseServiceClient |
Service Description: A service to manage Google Cloud support cases.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.support.v2.CommentServiceClient |
Service Description: A service to manage comments on cases.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.support.v2.CaseAttachmentServiceSettings |
Settings class to configure an instance of CaseAttachmentServiceClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.support.v2.CaseServiceSettings |
Settings class to configure an instance of CaseServiceClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.support.v2.CommentServiceSettings |
Settings class to configure an instance of CommentServiceClient.
The default instance has everything set to sensible defaults: |
Classes
Class | Description |
---|---|
com.google.cloud.support.v2.Actor | An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. |
com.google.cloud.support.v2.Actor.Builder | An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. |
com.google.cloud.support.v2.ActorProto | |
com.google.cloud.support.v2.Attachment | An Attachment contains metadata about a file that was uploaded to a case - it is NOT a file itself. That being said, the name of an Attachment object can be used to download its accompanying file through the |
com.google.cloud.support.v2.Attachment.Builder | An Attachment contains metadata about a file that was uploaded to a case - it is NOT a file itself. That being said, the name of an Attachment object can be used to download its accompanying file through the |
com.google.cloud.support.v2.AttachmentProto | |
com.google.cloud.support.v2.AttachmentServiceProto | |
com.google.cloud.support.v2.Case | A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that |
com.google.cloud.support.v2.Case.Builder | A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that |
com.google.cloud.support.v2.CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection | |
com.google.cloud.support.v2.CaseAttachmentServiceClient.ListAttachmentsPage | |
com.google.cloud.support.v2.CaseAttachmentServiceClient.ListAttachmentsPagedResponse | |
com.google.cloud.support.v2.CaseAttachmentServiceGrpc | A service to manage file attachments for Google Cloud support cases. |
com.google.cloud.support.v2.CaseAttachmentServiceGrpc.CaseAttachmentServiceImplBase | Base class for the server implementation of the service CaseAttachmentService. A service to manage file attachments for Google Cloud support cases. |
com.google.cloud.support.v2.CaseAttachmentServiceSettings.Builder | Builder for CaseAttachmentServiceSettings. |
com.google.cloud.support.v2.CaseClassification | A Case Classification represents the topic that a case is about. It's very important to use accurate classifications, because they're used to route your cases to specialists who can help you. |
com.google.cloud.support.v2.CaseClassification.Builder | A Case Classification represents the topic that a case is about. It's very important to use accurate classifications, because they're used to route your cases to specialists who can help you. |
com.google.cloud.support.v2.CaseName | |
com.google.cloud.support.v2.CaseName.Builder | Builder for organizations/{organization}/cases/{case}. |
com.google.cloud.support.v2.CaseName.ProjectCaseBuilder | Builder for projects/{project}/cases/{case}. |
com.google.cloud.support.v2.CaseProto | |
com.google.cloud.support.v2.CaseServiceClient.ListCasesFixedSizeCollection | |
com.google.cloud.support.v2.CaseServiceClient.ListCasesPage | |
com.google.cloud.support.v2.CaseServiceClient.ListCasesPagedResponse | |
com.google.cloud.support.v2.CaseServiceClient.SearchCaseClassificationsFixedSizeCollection | |
com.google.cloud.support.v2.CaseServiceClient.SearchCaseClassificationsPage | |
com.google.cloud.support.v2.CaseServiceClient.SearchCaseClassificationsPagedResponse | |
com.google.cloud.support.v2.CaseServiceClient.SearchCasesFixedSizeCollection | |
com.google.cloud.support.v2.CaseServiceClient.SearchCasesPage | |
com.google.cloud.support.v2.CaseServiceClient.SearchCasesPagedResponse | |
com.google.cloud.support.v2.CaseServiceGrpc | A service to manage Google Cloud support cases. |
com.google.cloud.support.v2.CaseServiceGrpc.CaseServiceImplBase | Base class for the server implementation of the service CaseService. A service to manage Google Cloud support cases. |
com.google.cloud.support.v2.CaseServiceProto | |
com.google.cloud.support.v2.CaseServiceSettings.Builder | Builder for CaseServiceSettings. |
com.google.cloud.support.v2.CloseCaseRequest | The request message for the CloseCase endpoint. |
com.google.cloud.support.v2.CloseCaseRequest.Builder | The request message for the CloseCase endpoint. |
com.google.cloud.support.v2.Comment | A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a |
com.google.cloud.support.v2.Comment.Builder | A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a |
com.google.cloud.support.v2.CommentProto | |
com.google.cloud.support.v2.CommentServiceClient.ListCommentsFixedSizeCollection | |
com.google.cloud.support.v2.CommentServiceClient.ListCommentsPage | |
com.google.cloud.support.v2.CommentServiceClient.ListCommentsPagedResponse | |
com.google.cloud.support.v2.CommentServiceGrpc | A service to manage comments on cases. |
com.google.cloud.support.v2.CommentServiceGrpc.CommentServiceImplBase | Base class for the server implementation of the service CommentService. A service to manage comments on cases. |
com.google.cloud.support.v2.CommentServiceProto | |
com.google.cloud.support.v2.CommentServiceSettings.Builder | Builder for CommentServiceSettings. |
com.google.cloud.support.v2.CreateCaseRequest | The request message for the CreateCase endpoint. |
com.google.cloud.support.v2.CreateCaseRequest.Builder | The request message for the CreateCase endpoint. |
com.google.cloud.support.v2.CreateCommentRequest | The request message for the CreateComment endpoint. |
com.google.cloud.support.v2.CreateCommentRequest.Builder | The request message for the CreateComment endpoint. |
com.google.cloud.support.v2.EscalateCaseRequest | The request message for the EscalateCase endpoint. |
com.google.cloud.support.v2.EscalateCaseRequest.Builder | The request message for the EscalateCase endpoint. |
com.google.cloud.support.v2.Escalation | An escalation of a support case. |
com.google.cloud.support.v2.Escalation.Builder | An escalation of a support case. |
com.google.cloud.support.v2.EscalationProto | |
com.google.cloud.support.v2.GetCaseRequest | The request message for the GetCase endpoint. |
com.google.cloud.support.v2.GetCaseRequest.Builder | The request message for the GetCase endpoint. |
com.google.cloud.support.v2.ListAttachmentsRequest | The request message for the ListAttachments endpoint. |
com.google.cloud.support.v2.ListAttachmentsRequest.Builder | The request message for the ListAttachments endpoint. |
com.google.cloud.support.v2.ListAttachmentsResponse | The response message for the ListAttachments endpoint. |
com.google.cloud.support.v2.ListAttachmentsResponse.Builder | The response message for the ListAttachments endpoint. |
com.google.cloud.support.v2.ListCasesRequest | The request message for the ListCases endpoint. |
com.google.cloud.support.v2.ListCasesRequest.Builder | The request message for the ListCases endpoint. |
com.google.cloud.support.v2.ListCasesResponse | The response message for the ListCases endpoint. |
com.google.cloud.support.v2.ListCasesResponse.Builder | The response message for the ListCases endpoint. |
com.google.cloud.support.v2.ListCommentsRequest | The request message for the ListComments endpoint. |
com.google.cloud.support.v2.ListCommentsRequest.Builder | The request message for the ListComments endpoint. |
com.google.cloud.support.v2.ListCommentsResponse | The response message for the ListComments endpoint. |
com.google.cloud.support.v2.ListCommentsResponse.Builder | The response message for the ListComments endpoint. |
com.google.cloud.support.v2.OrganizationName | |
com.google.cloud.support.v2.OrganizationName.Builder | Builder for organizations/{organization}. |
com.google.cloud.support.v2.ProjectName | |
com.google.cloud.support.v2.ProjectName.Builder | Builder for projects/{project}. |
com.google.cloud.support.v2.SearchCaseClassificationsRequest | The request message for the SearchCaseClassifications endpoint. |
com.google.cloud.support.v2.SearchCaseClassificationsRequest.Builder | The request message for the SearchCaseClassifications endpoint. |
com.google.cloud.support.v2.SearchCaseClassificationsResponse | The response message for SearchCaseClassifications endpoint. |
com.google.cloud.support.v2.SearchCaseClassificationsResponse.Builder | The response message for SearchCaseClassifications endpoint. |
com.google.cloud.support.v2.SearchCasesRequest | The request message for the SearchCases endpoint. |
com.google.cloud.support.v2.SearchCasesRequest.Builder | The request message for the SearchCases endpoint. |
com.google.cloud.support.v2.SearchCasesResponse | The response message for the SearchCases endpoint. |
com.google.cloud.support.v2.SearchCasesResponse.Builder | The response message for the SearchCases endpoint. |
com.google.cloud.support.v2.UpdateCaseRequest | The request message for the UpdateCase endpoint |
com.google.cloud.support.v2.UpdateCaseRequest.Builder | The request message for the UpdateCase endpoint |
Interfaces
Enums
Enum | Description |
---|---|
com.google.cloud.support.v2.Case.Priority | The case Priority. P0 is most urgent and P4 the least. |
com.google.cloud.support.v2.Case.State | The status of a support case. |
com.google.cloud.support.v2.Escalation.Reason | An enum detailing the possible reasons a case may be escalated. |