Uses of Class
com.google.cloud.support.v2.Comment
-
Packages that use Comment Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of Comment in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Comment Modifier and Type Method Description CommentComment.Builder. build()CommentComment.Builder. buildPartial()CommentCommentServiceClient. createComment(CaseName parent, Comment comment)Add a new comment to the specified Case.CommentCommentServiceClient. createComment(CreateCommentRequest request)Add a new comment to the specified Case.CommentCommentServiceClient. createComment(String parent, Comment comment)Add a new comment to the specified Case.CommentCommentServiceGrpc.CommentServiceBlockingStub. createComment(CreateCommentRequest request)Add a new comment to the specified Case.CommentCreateCommentRequest.Builder. getComment()Required.CommentCreateCommentRequest. getComment()Required.CommentCreateCommentRequestOrBuilder. getComment()Required.CommentListCommentsResponse.Builder. getComments(int index)The list of Comments associated with the given Case.CommentListCommentsResponse. getComments(int index)The list of Comments associated with the given Case.CommentListCommentsResponseOrBuilder. getComments(int index)The list of Comments associated with the given Case.static CommentComment. getDefaultInstance()CommentComment.Builder. getDefaultInstanceForType()CommentComment. getDefaultInstanceForType()static CommentComment. parseDelimitedFrom(InputStream input)static CommentComment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommentComment. parseFrom(byte[] data)static CommentComment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommentComment. parseFrom(com.google.protobuf.ByteString data)static CommentComment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommentComment. parseFrom(com.google.protobuf.CodedInputStream input)static CommentComment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommentComment. parseFrom(InputStream input)static CommentComment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommentComment. parseFrom(ByteBuffer data)static CommentComment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.support.v2 that return types with arguments of type Comment Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Comment>CommentServiceGrpc.CommentServiceFutureStub. createComment(CreateCommentRequest request)Add a new comment to the specified Case.com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment>CommentServiceClient. createCommentCallable()Add a new comment to the specified Case.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCommentRequest,Comment>CommentServiceSettings.Builder. createCommentSettings()Returns the builder for the settings used for calls to createComment.com.google.api.gax.rpc.UnaryCallSettings<CreateCommentRequest,Comment>CommentServiceSettings. createCommentSettings()Returns the object with the settings used for calls to createComment.List<Comment>ListCommentsResponse.Builder. getCommentsList()The list of Comments associated with the given Case.List<Comment>ListCommentsResponse. getCommentsList()The list of Comments associated with the given Case.List<Comment>ListCommentsResponseOrBuilder. getCommentsList()The list of Comments associated with the given Case.static io.grpc.MethodDescriptor<CreateCommentRequest,Comment>CommentServiceGrpc. getCreateCommentMethod()com.google.protobuf.Parser<Comment>Comment. getParserForType()static com.google.protobuf.Parser<Comment>Comment. parser()Methods in com.google.cloud.support.v2 with parameters of type Comment Modifier and Type Method Description ListCommentsResponse.BuilderListCommentsResponse.Builder. addComments(int index, Comment value)The list of Comments associated with the given Case.ListCommentsResponse.BuilderListCommentsResponse.Builder. addComments(Comment value)The list of Comments associated with the given Case.CommentCommentServiceClient. createComment(CaseName parent, Comment comment)Add a new comment to the specified Case.CommentCommentServiceClient. createComment(String parent, Comment comment)Add a new comment to the specified Case.CreateCommentRequest.BuilderCreateCommentRequest.Builder. mergeComment(Comment value)Required.Comment.BuilderComment.Builder. mergeFrom(Comment other)static Comment.BuilderComment. newBuilder(Comment prototype)CreateCommentRequest.BuilderCreateCommentRequest.Builder. setComment(Comment value)Required.ListCommentsResponse.BuilderListCommentsResponse.Builder. setComments(int index, Comment value)The list of Comments associated with the given Case.Method parameters in com.google.cloud.support.v2 with type arguments of type Comment Modifier and Type Method Description ListCommentsResponse.BuilderListCommentsResponse.Builder. addAllComments(Iterable<? extends Comment> values)The list of Comments associated with the given Case.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)default voidCommentServiceGrpc.AsyncService. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)Add a new comment to the specified Case.voidCommentServiceGrpc.CommentServiceStub. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)Add a new comment to the specified Case.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 Comment in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type Comment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment>CommentServiceStub. createCommentCallable()com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment>GrpcCommentServiceStub. createCommentCallable()com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment>HttpJsonCommentServiceStub. createCommentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCommentRequest,Comment>CommentServiceStubSettings.Builder. createCommentSettings()Returns the builder for the settings used for calls to createComment.com.google.api.gax.rpc.UnaryCallSettings<CreateCommentRequest,Comment>CommentServiceStubSettings. createCommentSettings()Returns the object with the settings used for calls to createComment.
-