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 ListCommentsRequest
ListCommentsRequest.Builder. build()
ListCommentsRequest
ListCommentsRequest.Builder. buildPartial()
static ListCommentsRequest
ListCommentsRequest. getDefaultInstance()
ListCommentsRequest
ListCommentsRequest.Builder. getDefaultInstanceForType()
ListCommentsRequest
ListCommentsRequest. getDefaultInstanceForType()
static ListCommentsRequest
ListCommentsRequest. parseDelimitedFrom(InputStream input)
static ListCommentsRequest
ListCommentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCommentsRequest
ListCommentsRequest. parseFrom(byte[] data)
static ListCommentsRequest
ListCommentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCommentsRequest
ListCommentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCommentsRequest
ListCommentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCommentsRequest
ListCommentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCommentsRequest
ListCommentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCommentsRequest
ListCommentsRequest. parseFrom(InputStream input)
static ListCommentsRequest
ListCommentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCommentsRequest
ListCommentsRequest. parseFrom(ByteBuffer data)
static ListCommentsRequest
ListCommentsRequest. 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.ListCommentsPagedResponse
CommentServiceClient. listComments(ListCommentsRequest request)
Retrieve all Comments associated with the Case object.default void
CommentServiceGrpc.AsyncService. listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)
Retrieve all Comments associated with the Case object.ListCommentsResponse
CommentServiceGrpc.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.void
CommentServiceGrpc.CommentServiceStub. listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)
Retrieve all Comments associated with the Case object.ListCommentsRequest.Builder
ListCommentsRequest.Builder. mergeFrom(ListCommentsRequest other)
static ListCommentsRequest.Builder
ListCommentsRequest. 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.ListCommentsPage
CommentServiceClient.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.
-