Uses of Class
com.google.cloud.support.v2.CreateCommentRequest
-
Packages that use CreateCommentRequest Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of CreateCommentRequest in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CreateCommentRequest Modifier and Type Method Description CreateCommentRequestCreateCommentRequest.Builder. build()CreateCommentRequestCreateCommentRequest.Builder. buildPartial()static CreateCommentRequestCreateCommentRequest. getDefaultInstance()CreateCommentRequestCreateCommentRequest.Builder. getDefaultInstanceForType()CreateCommentRequestCreateCommentRequest. getDefaultInstanceForType()static CreateCommentRequestCreateCommentRequest. parseDelimitedFrom(InputStream input)static CreateCommentRequestCreateCommentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCommentRequestCreateCommentRequest. parseFrom(byte[] data)static CreateCommentRequestCreateCommentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCommentRequestCreateCommentRequest. parseFrom(com.google.protobuf.ByteString data)static CreateCommentRequestCreateCommentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCommentRequestCreateCommentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateCommentRequestCreateCommentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCommentRequestCreateCommentRequest. parseFrom(InputStream input)static CreateCommentRequestCreateCommentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCommentRequestCreateCommentRequest. parseFrom(ByteBuffer data)static CreateCommentRequestCreateCommentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.support.v2 that return types with arguments of type CreateCommentRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<CreateCommentRequest,Comment>CommentServiceGrpc. getCreateCommentMethod()com.google.protobuf.Parser<CreateCommentRequest>CreateCommentRequest. getParserForType()static com.google.protobuf.Parser<CreateCommentRequest>CreateCommentRequest. parser()Methods in com.google.cloud.support.v2 with parameters of type CreateCommentRequest Modifier and Type Method Description CommentCommentServiceClient. createComment(CreateCommentRequest request)Add a new comment to the specified Case.default voidCommentServiceGrpc.AsyncService. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)Add a new comment to the specified Case.CommentCommentServiceGrpc.CommentServiceBlockingStub. createComment(CreateCommentRequest request)Add a new comment to the specified Case.com.google.common.util.concurrent.ListenableFuture<Comment>CommentServiceGrpc.CommentServiceFutureStub. createComment(CreateCommentRequest request)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.CreateCommentRequest.BuilderCreateCommentRequest.Builder. mergeFrom(CreateCommentRequest other)static CreateCommentRequest.BuilderCreateCommentRequest. newBuilder(CreateCommentRequest prototype) -
Uses of CreateCommentRequest in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type CreateCommentRequest 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.
-