Package com.google.cloud.support.v2beta (0.47.0)

GitHub Repository

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.support.v2 for new applications.

Prerelease Implications

This package is a prerelease version! Use with caution.

Prerelease versions are considered unstable as they may be shut down and/or subject to breaking changes when upgrading. Use them only for testing or if you specifically need their experimental features.

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.v2beta.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.v2beta.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.v2beta.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:

com.google.cloud.support.v2beta.FeedServiceClient Service Description: A service to view case feed items.

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.v2beta.CaseAttachmentServiceSettings Settings class to configure an instance of CaseAttachmentServiceClient.

The default instance has everything set to sensible defaults:

com.google.cloud.support.v2beta.CaseServiceSettings Settings class to configure an instance of CaseServiceClient.

The default instance has everything set to sensible defaults:

com.google.cloud.support.v2beta.CommentServiceSettings Settings class to configure an instance of CommentServiceClient.

The default instance has everything set to sensible defaults:

com.google.cloud.support.v2beta.FeedServiceSettings Settings class to configure an instance of FeedServiceClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.cloud.support.v2beta.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.v2beta.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.v2beta.ActorProto
com.google.cloud.support.v2beta.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.v2beta.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.v2beta.AttachmentProto
com.google.cloud.support.v2beta.AttachmentServiceProto
com.google.cloud.support.v2beta.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.v2beta.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.v2beta.CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection
com.google.cloud.support.v2beta.CaseAttachmentServiceClient.ListAttachmentsPage
com.google.cloud.support.v2beta.CaseAttachmentServiceClient.ListAttachmentsPagedResponse
com.google.cloud.support.v2beta.CaseAttachmentServiceGrpc A service to manage file attachments for Google Cloud support cases.
com.google.cloud.support.v2beta.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.v2beta.CaseAttachmentServiceSettings.Builder Builder for CaseAttachmentServiceSettings.
com.google.cloud.support.v2beta.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.v2beta.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.v2beta.CaseName
com.google.cloud.support.v2beta.CaseName.Builder Builder for organizations/{organization}/cases/{case}.
com.google.cloud.support.v2beta.CaseName.ProjectCaseBuilder Builder for projects/{project}/cases/{case}.
com.google.cloud.support.v2beta.CaseProto
com.google.cloud.support.v2beta.CaseServiceClient.ListCasesFixedSizeCollection
com.google.cloud.support.v2beta.CaseServiceClient.ListCasesPage
com.google.cloud.support.v2beta.CaseServiceClient.ListCasesPagedResponse
com.google.cloud.support.v2beta.CaseServiceClient.SearchCaseClassificationsFixedSizeCollection
com.google.cloud.support.v2beta.CaseServiceClient.SearchCaseClassificationsPage
com.google.cloud.support.v2beta.CaseServiceClient.SearchCaseClassificationsPagedResponse
com.google.cloud.support.v2beta.CaseServiceClient.SearchCasesFixedSizeCollection
com.google.cloud.support.v2beta.CaseServiceClient.SearchCasesPage
com.google.cloud.support.v2beta.CaseServiceClient.SearchCasesPagedResponse
com.google.cloud.support.v2beta.CaseServiceGrpc A service to manage Google Cloud support cases.
com.google.cloud.support.v2beta.CaseServiceGrpc.CaseServiceImplBase Base class for the server implementation of the service CaseService. A service to manage Google Cloud support cases.
com.google.cloud.support.v2beta.CaseServiceProto
com.google.cloud.support.v2beta.CaseServiceSettings.Builder Builder for CaseServiceSettings.
com.google.cloud.support.v2beta.CloseCaseRequest The request message for the CloseCase endpoint.
com.google.cloud.support.v2beta.CloseCaseRequest.Builder The request message for the CloseCase endpoint.
com.google.cloud.support.v2beta.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.v2beta.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.v2beta.CommentProto
com.google.cloud.support.v2beta.CommentServiceClient.ListCommentsFixedSizeCollection
com.google.cloud.support.v2beta.CommentServiceClient.ListCommentsPage
com.google.cloud.support.v2beta.CommentServiceClient.ListCommentsPagedResponse
com.google.cloud.support.v2beta.CommentServiceGrpc A service to manage comments on cases.
com.google.cloud.support.v2beta.CommentServiceGrpc.CommentServiceImplBase Base class for the server implementation of the service CommentService. A service to manage comments on cases.
com.google.cloud.support.v2beta.CommentServiceProto
com.google.cloud.support.v2beta.CommentServiceSettings.Builder Builder for CommentServiceSettings.
com.google.cloud.support.v2beta.ContentProto
com.google.cloud.support.v2beta.CreateCaseRequest The request message for the CreateCase endpoint.
com.google.cloud.support.v2beta.CreateCaseRequest.Builder The request message for the CreateCase endpoint.
com.google.cloud.support.v2beta.CreateCommentRequest The request message for the CreateComment endpoint.
com.google.cloud.support.v2beta.CreateCommentRequest.Builder The request message for the CreateComment endpoint.
com.google.cloud.support.v2beta.EmailMessage An email associated with a support case.
com.google.cloud.support.v2beta.EmailMessage.Builder An email associated with a support case.
com.google.cloud.support.v2beta.EmailMessageProto
com.google.cloud.support.v2beta.EscalateCaseRequest The request message for the EscalateCase endpoint.
com.google.cloud.support.v2beta.EscalateCaseRequest.Builder The request message for the EscalateCase endpoint.
com.google.cloud.support.v2beta.Escalation An escalation of a support case.
com.google.cloud.support.v2beta.Escalation.Builder An escalation of a support case.
com.google.cloud.support.v2beta.EscalationProto
com.google.cloud.support.v2beta.FeedItem A feed item associated with a support case.
com.google.cloud.support.v2beta.FeedItem.Builder A feed item associated with a support case.
com.google.cloud.support.v2beta.FeedItemProto
com.google.cloud.support.v2beta.FeedServiceClient.ShowFeedFixedSizeCollection
com.google.cloud.support.v2beta.FeedServiceClient.ShowFeedPage
com.google.cloud.support.v2beta.FeedServiceClient.ShowFeedPagedResponse
com.google.cloud.support.v2beta.FeedServiceGrpc A service to view case feed items.
com.google.cloud.support.v2beta.FeedServiceGrpc.FeedServiceImplBase Base class for the server implementation of the service FeedService. A service to view case feed items.
com.google.cloud.support.v2beta.FeedServiceProto
com.google.cloud.support.v2beta.FeedServiceSettings.Builder Builder for FeedServiceSettings.
com.google.cloud.support.v2beta.GetCaseRequest The request message for the GetCase endpoint.
com.google.cloud.support.v2beta.GetCaseRequest.Builder The request message for the GetCase endpoint.
com.google.cloud.support.v2beta.ListAttachmentsRequest The request message for the ListAttachments endpoint.
com.google.cloud.support.v2beta.ListAttachmentsRequest.Builder The request message for the ListAttachments endpoint.
com.google.cloud.support.v2beta.ListAttachmentsResponse The response message for the ListAttachments endpoint.
com.google.cloud.support.v2beta.ListAttachmentsResponse.Builder The response message for the ListAttachments endpoint.
com.google.cloud.support.v2beta.ListCasesRequest The request message for the ListCases endpoint.
com.google.cloud.support.v2beta.ListCasesRequest.Builder The request message for the ListCases endpoint.
com.google.cloud.support.v2beta.ListCasesResponse The response message for the ListCases endpoint.
com.google.cloud.support.v2beta.ListCasesResponse.Builder The response message for the ListCases endpoint.
com.google.cloud.support.v2beta.ListCommentsRequest The request message for the ListComments endpoint.
com.google.cloud.support.v2beta.ListCommentsRequest.Builder The request message for the ListComments endpoint.
com.google.cloud.support.v2beta.ListCommentsResponse The response message for the ListComments endpoint.
com.google.cloud.support.v2beta.ListCommentsResponse.Builder The response message for the ListComments endpoint.
com.google.cloud.support.v2beta.OrganizationName
com.google.cloud.support.v2beta.OrganizationName.Builder Builder for organizations/{organization}.
com.google.cloud.support.v2beta.Product The product a case may be associated with.
com.google.cloud.support.v2beta.Product.Builder The product a case may be associated with.
com.google.cloud.support.v2beta.ProjectName
com.google.cloud.support.v2beta.ProjectName.Builder Builder for projects/{project}.
com.google.cloud.support.v2beta.SearchCaseClassificationsRequest The request message for the SearchCaseClassifications endpoint.
com.google.cloud.support.v2beta.SearchCaseClassificationsRequest.Builder The request message for the SearchCaseClassifications endpoint.
com.google.cloud.support.v2beta.SearchCaseClassificationsResponse The response message for SearchCaseClassifications endpoint.
com.google.cloud.support.v2beta.SearchCaseClassificationsResponse.Builder The response message for SearchCaseClassifications endpoint.
com.google.cloud.support.v2beta.SearchCasesRequest The request message for the SearchCases endpoint.
com.google.cloud.support.v2beta.SearchCasesRequest.Builder The request message for the SearchCases endpoint.
com.google.cloud.support.v2beta.SearchCasesResponse The response message for the SearchCases endpoint.
com.google.cloud.support.v2beta.SearchCasesResponse.Builder The response message for the SearchCases endpoint.
com.google.cloud.support.v2beta.ShowFeedRequest The request message for the ShowFeed endpoint.
com.google.cloud.support.v2beta.ShowFeedRequest.Builder The request message for the ShowFeed endpoint.
com.google.cloud.support.v2beta.ShowFeedResponse The response message for the ShowFeed endpoint.
com.google.cloud.support.v2beta.ShowFeedResponse.Builder The response message for the ShowFeed endpoint.
com.google.cloud.support.v2beta.TextContent Stores text attached to a support object.
com.google.cloud.support.v2beta.TextContent.Builder Stores text attached to a support object.
com.google.cloud.support.v2beta.UpdateCaseRequest The request message for the UpdateCase endpoint
com.google.cloud.support.v2beta.UpdateCaseRequest.Builder The request message for the UpdateCase endpoint

Interfaces

Interface Description
com.google.cloud.support.v2beta.ActorOrBuilder
com.google.cloud.support.v2beta.AttachmentOrBuilder
com.google.cloud.support.v2beta.CaseAttachmentServiceGrpc.AsyncService A service to manage file attachments for Google Cloud support cases.
com.google.cloud.support.v2beta.CaseClassificationOrBuilder
com.google.cloud.support.v2beta.CaseOrBuilder
com.google.cloud.support.v2beta.CaseServiceGrpc.AsyncService A service to manage Google Cloud support cases.
com.google.cloud.support.v2beta.CloseCaseRequestOrBuilder
com.google.cloud.support.v2beta.CommentOrBuilder
com.google.cloud.support.v2beta.CommentServiceGrpc.AsyncService A service to manage comments on cases.
com.google.cloud.support.v2beta.CreateCaseRequestOrBuilder
com.google.cloud.support.v2beta.CreateCommentRequestOrBuilder
com.google.cloud.support.v2beta.EmailMessageOrBuilder
com.google.cloud.support.v2beta.EscalateCaseRequestOrBuilder
com.google.cloud.support.v2beta.EscalationOrBuilder
com.google.cloud.support.v2beta.FeedItemOrBuilder
com.google.cloud.support.v2beta.FeedServiceGrpc.AsyncService A service to view case feed items.
com.google.cloud.support.v2beta.GetCaseRequestOrBuilder
com.google.cloud.support.v2beta.ListAttachmentsRequestOrBuilder
com.google.cloud.support.v2beta.ListAttachmentsResponseOrBuilder
com.google.cloud.support.v2beta.ListCasesRequestOrBuilder
com.google.cloud.support.v2beta.ListCasesResponseOrBuilder
com.google.cloud.support.v2beta.ListCommentsRequestOrBuilder
com.google.cloud.support.v2beta.ListCommentsResponseOrBuilder
com.google.cloud.support.v2beta.ProductOrBuilder
com.google.cloud.support.v2beta.SearchCaseClassificationsRequestOrBuilder
com.google.cloud.support.v2beta.SearchCaseClassificationsResponseOrBuilder
com.google.cloud.support.v2beta.SearchCasesRequestOrBuilder
com.google.cloud.support.v2beta.SearchCasesResponseOrBuilder
com.google.cloud.support.v2beta.ShowFeedRequestOrBuilder
com.google.cloud.support.v2beta.ShowFeedResponseOrBuilder
com.google.cloud.support.v2beta.TextContentOrBuilder
com.google.cloud.support.v2beta.UpdateCaseRequestOrBuilder

Enums

Enum Description
com.google.cloud.support.v2beta.Case.Priority The case Priority. P0 is most urgent and P4 the least.
com.google.cloud.support.v2beta.Case.State The status of a support case.
com.google.cloud.support.v2beta.Escalation.Reason An enum detailing the possible reasons a case may be escalated.
com.google.cloud.support.v2beta.FeedItem.EventObjectCase
com.google.cloud.support.v2beta.ProductLine The product line a support case may be associated with.