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 CreateCommentRequest
CreateCommentRequest.Builder. build()
CreateCommentRequest
CreateCommentRequest.Builder. buildPartial()
static CreateCommentRequest
CreateCommentRequest. getDefaultInstance()
CreateCommentRequest
CreateCommentRequest.Builder. getDefaultInstanceForType()
CreateCommentRequest
CreateCommentRequest. getDefaultInstanceForType()
static CreateCommentRequest
CreateCommentRequest. parseDelimitedFrom(InputStream input)
static CreateCommentRequest
CreateCommentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateCommentRequest
CreateCommentRequest. parseFrom(byte[] data)
static CreateCommentRequest
CreateCommentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateCommentRequest
CreateCommentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateCommentRequest
CreateCommentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateCommentRequest
CreateCommentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateCommentRequest
CreateCommentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateCommentRequest
CreateCommentRequest. parseFrom(InputStream input)
static CreateCommentRequest
CreateCommentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateCommentRequest
CreateCommentRequest. parseFrom(ByteBuffer data)
static CreateCommentRequest
CreateCommentRequest. 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 Comment
CommentServiceClient. createComment(CreateCommentRequest request)
Add a new comment to the specified Case.default void
CommentServiceGrpc.AsyncService. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case.Comment
CommentServiceGrpc.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.void
CommentServiceGrpc.CommentServiceStub. createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case.CreateCommentRequest.Builder
CreateCommentRequest.Builder. mergeFrom(CreateCommentRequest other)
static CreateCommentRequest.Builder
CreateCommentRequest. 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.
-