Uses of Class
com.google.cloud.support.v2.CommentServiceClient.ListCommentsPage
-
Packages that use CommentServiceClient.ListCommentsPage Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CommentServiceClient.ListCommentsPage in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CommentServiceClient.ListCommentsPage Modifier and Type Method Description protected CommentServiceClient.ListCommentsPage
CommentServiceClient.ListCommentsPage. createPage(com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)
Methods in com.google.cloud.support.v2 that return types with arguments of type CommentServiceClient.ListCommentsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CommentServiceClient.ListCommentsPage>
CommentServiceClient.ListCommentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, com.google.api.core.ApiFuture<ListCommentsResponse> futureResponse)
Method parameters in com.google.cloud.support.v2 with type arguments of type CommentServiceClient.ListCommentsPage Modifier and Type Method Description protected CommentServiceClient.ListCommentsFixedSizeCollection
CommentServiceClient.ListCommentsFixedSizeCollection. createCollection(List<CommentServiceClient.ListCommentsPage> pages, int collectionSize)
-