| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.Builder.build() |
Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.Builder.buildPartial() |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.getDefaultInstance() |
Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.getDefaultInstanceForType() |
Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.Builder.getDefaultInstanceForType() |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseDelimitedFrom(InputStream input) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(byte[] data) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(ByteBuffer data) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(com.google.protobuf.ByteString data) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(InputStream input) |
static Messages.StreamingInputCallRequest |
Messages.StreamingInputCallRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Messages.StreamingInputCallRequest> |
Messages.StreamingInputCallRequest.getParserForType() |
static io.grpc.MethodDescriptor<Messages.StreamingInputCallRequest,Messages.StreamingInputCallResponse> |
TestServiceGrpc.getStreamingInputCallMethod() |
static com.google.protobuf.Parser<Messages.StreamingInputCallRequest> |
Messages.StreamingInputCallRequest.parser() |
io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest> |
TestServiceImpl.streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)
Waits until we have received all of the request messages and then returns the aggregate payload
size for all of the received requests.
|
default io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest> |
TestServiceGrpc.AsyncService.streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)
A sequence of requests followed by one response (streamed upload).
|
io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest> |
TestServiceGrpc.TestServiceStub.streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)
A sequence of requests followed by one response (streamed upload).
|
| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingInputCallRequest.Builder |
Messages.StreamingInputCallRequest.Builder.mergeFrom(Messages.StreamingInputCallRequest other) |
static Messages.StreamingInputCallRequest.Builder |
Messages.StreamingInputCallRequest.newBuilder(Messages.StreamingInputCallRequest prototype) |