Uses of Class
com.google.cloud.support.v2.CommentServiceClient.ListCommentsPagedResponse
-
Packages that use CommentServiceClient.ListCommentsPagedResponse Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of CommentServiceClient.ListCommentsPagedResponse in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CommentServiceClient.ListCommentsPagedResponse Modifier and Type Method Description CommentServiceClient.ListCommentsPagedResponse
CommentServiceClient. listComments(CaseName parent)
Retrieve all Comments associated with the Case object.CommentServiceClient.ListCommentsPagedResponse
CommentServiceClient. listComments(ListCommentsRequest request)
Retrieve all Comments associated with the Case object.CommentServiceClient.ListCommentsPagedResponse
CommentServiceClient. listComments(String parent)
Retrieve all Comments associated with the Case object.Methods in com.google.cloud.support.v2 that return types with arguments of type CommentServiceClient.ListCommentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CommentServiceClient.ListCommentsPagedResponse>
CommentServiceClient.ListCommentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, com.google.api.core.ApiFuture<ListCommentsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceClient. listCommentsPagedCallable()
Retrieve all Comments associated with the Case object.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCommentsRequest,ListCommentsResponse,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceSettings.Builder. listCommentsSettings()
Returns the builder for the settings used for calls to listComments.com.google.api.gax.rpc.PagedCallSettings<ListCommentsRequest,ListCommentsResponse,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceSettings. listCommentsSettings()
Returns the object with the settings used for calls to listComments. -
Uses of CommentServiceClient.ListCommentsPagedResponse in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type CommentServiceClient.ListCommentsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceStub. listCommentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse>
GrpcCommentServiceStub. listCommentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse>
HttpJsonCommentServiceStub. listCommentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCommentsRequest,ListCommentsResponse,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceStubSettings.Builder. listCommentsSettings()
Returns the builder for the settings used for calls to listComments.com.google.api.gax.rpc.PagedCallSettings<ListCommentsRequest,ListCommentsResponse,CommentServiceClient.ListCommentsPagedResponse>
CommentServiceStubSettings. listCommentsSettings()
Returns the object with the settings used for calls to listComments.
-