IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.clear() |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.clearCounter()
required int32 counter = 2;
|
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.clearRow()
required bytes row = 1;
|
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.clone() |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.mergeFrom(IncrementCounterProcessorTestProtos.IncCounterProcessorRequest other) |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.mergeFrom(Message other) |
static IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.newBuilder() |
static IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.newBuilder(IncrementCounterProcessorTestProtos.IncCounterProcessorRequest prototype) |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.newBuilderForType() |
protected IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.newBuilderForType(GeneratedMessage.BuilderParent parent) |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.setCounter(int value)
required int32 counter = 2;
|
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder.setRow(ByteString value)
required bytes row = 1;
|
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder |
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.toBuilder() |