Uses of Class
com.google.cloud.support.v2.ListCommentsRequest
-
Packages that use ListCommentsRequest Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of ListCommentsRequest in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return ListCommentsRequest Modifier and Type Method Description ListCommentsRequestListCommentsRequest.Builder. build()ListCommentsRequestListCommentsRequest.Builder. buildPartial()static ListCommentsRequestListCommentsRequest. getDefaultInstance()ListCommentsRequestListCommentsRequest.Builder. getDefaultInstanceForType()ListCommentsRequestListCommentsRequest. getDefaultInstanceForType()static ListCommentsRequestListCommentsRequest. parseDelimitedFrom(InputStream input)static ListCommentsRequestListCommentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCommentsRequestListCommentsRequest. parseFrom(byte[] data)static ListCommentsRequestListCommentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCommentsRequestListCommentsRequest. parseFrom(com.google.protobuf.ByteString data)static ListCommentsRequestListCommentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCommentsRequestListCommentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListCommentsRequestListCommentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCommentsRequestListCommentsRequest. parseFrom(InputStream input)static ListCommentsRequestListCommentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCommentsRequestListCommentsRequest. parseFrom(ByteBuffer data)static ListCommentsRequestListCommentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.support.v2 that return types with arguments of type ListCommentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCommentsRequest,ListCommentsResponse>CommentServiceGrpc. getListCommentsMethod()com.google.protobuf.Parser<ListCommentsRequest>ListCommentsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse>CommentServiceClient. listCommentsCallable()Retrieve all Comments associated with the Case object.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.static com.google.protobuf.Parser<ListCommentsRequest>ListCommentsRequest. parser()Methods in com.google.cloud.support.v2 with parameters of type ListCommentsRequest Modifier and Type Method Description CommentServiceClient.ListCommentsPagedResponseCommentServiceClient. listComments(ListCommentsRequest request)Retrieve all Comments associated with the Case object.default voidCommentServiceGrpc.AsyncService. listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)Retrieve all Comments associated with the Case object.ListCommentsResponseCommentServiceGrpc.CommentServiceBlockingStub. listComments(ListCommentsRequest request)Retrieve all Comments associated with the Case object.com.google.common.util.concurrent.ListenableFuture<ListCommentsResponse>CommentServiceGrpc.CommentServiceFutureStub. listComments(ListCommentsRequest request)Retrieve all Comments associated with the Case object.voidCommentServiceGrpc.CommentServiceStub. listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)Retrieve all Comments associated with the Case object.ListCommentsRequest.BuilderListCommentsRequest.Builder. mergeFrom(ListCommentsRequest other)static ListCommentsRequest.BuilderListCommentsRequest. newBuilder(ListCommentsRequest prototype)Method parameters in com.google.cloud.support.v2 with type arguments of type ListCommentsRequest 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)protected CommentServiceClient.ListCommentsPageCommentServiceClient.ListCommentsPage. createPage(com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)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) -
Uses of ListCommentsRequest in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type ListCommentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse>CommentServiceStub. listCommentsCallable()com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse>GrpcCommentServiceStub. listCommentsCallable()com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse>HttpJsonCommentServiceStub. listCommentsCallable()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.
-