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 Comment
Comment.Builder. build()
Comment
Comment.Builder. buildPartial()
Comment
CommentServiceClient. createComment(CaseName parent, Comment comment)
Add a new comment to the specified Case.Comment
CommentServiceClient. createComment(CreateCommentRequest request)
Add a new comment to the specified Case.Comment
CommentServiceClient. createComment(String parent, Comment comment)
Add a new comment to the specified Case.Comment
CommentServiceGrpc.CommentServiceBlockingStub. createComment(CreateCommentRequest request)
Add a new comment to the specified Case.Comment
CreateCommentRequest.Builder. getComment()
Required.Comment
CreateCommentRequest. getComment()
Required.Comment
CreateCommentRequestOrBuilder. getComment()
Required.Comment
ListCommentsResponse.Builder. getComments(int index)
The list of Comments associated with the given Case.Comment
ListCommentsResponse. getComments(int index)
The list of Comments associated with the given Case.Comment
ListCommentsResponseOrBuilder. getComments(int index)
The list of Comments associated with the given Case.static Comment
Comment. getDefaultInstance()
Comment
Comment.Builder. getDefaultInstanceForType()
Comment
Comment. getDefaultInstanceForType()
static Comment
Comment. parseDelimitedFrom(InputStream input)
static Comment
Comment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Comment
Comment. parseFrom(byte[] data)
static Comment
Comment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Comment
Comment. parseFrom(com.google.protobuf.ByteString data)
static Comment
Comment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Comment
Comment. parseFrom(com.google.protobuf.CodedInputStream input)
static Comment
Comment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Comment
Comment. parseFrom(InputStream input)
static Comment
Comment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Comment
Comment. parseFrom(ByteBuffer data)
static Comment
Comment. 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.Builder
ListCommentsResponse.Builder. addComments(int index, Comment value)
The list of Comments associated with the given Case.ListCommentsResponse.Builder
ListCommentsResponse.Builder. addComments(Comment value)
The list of Comments associated with the given Case.Comment
CommentServiceClient. createComment(CaseName parent, Comment comment)
Add a new comment to the specified Case.Comment
CommentServiceClient. createComment(String parent, Comment comment)
Add a new comment to the specified Case.CreateCommentRequest.Builder
CreateCommentRequest.Builder. mergeComment(Comment value)
Required.Comment.Builder
Comment.Builder. mergeFrom(Comment other)
static Comment.Builder
Comment. newBuilder(Comment prototype)
CreateCommentRequest.Builder
CreateCommentRequest.Builder. setComment(Comment value)
Required.ListCommentsResponse.Builder
ListCommentsResponse.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.Builder
ListCommentsResponse.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 void
CommentServiceGrpc.AsyncService. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case.void
CommentServiceGrpc.CommentServiceStub. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case.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 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.
-