| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
ResponseOp |
ResponseOp.Builder.build() |
ResponseOp |
ResponseOp.Builder.buildPartial() |
static ResponseOp |
ResponseOp.getDefaultInstance() |
ResponseOp |
ResponseOp.getDefaultInstanceForType() |
ResponseOp |
ResponseOp.Builder.getDefaultInstanceForType() |
ResponseOp |
TxnResponse.getResponses(int index)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
ResponseOp |
TxnResponse.Builder.getResponses(int index)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
ResponseOp |
TxnResponseOrBuilder.getResponses(int index)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
static ResponseOp |
ResponseOp.parseDelimitedFrom(InputStream input) |
static ResponseOp |
ResponseOp.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseOp |
ResponseOp.parseFrom(byte[] data) |
static ResponseOp |
ResponseOp.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseOp |
ResponseOp.parseFrom(ByteBuffer data) |
static ResponseOp |
ResponseOp.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseOp |
ResponseOp.parseFrom(com.google.protobuf.ByteString data) |
static ResponseOp |
ResponseOp.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseOp |
ResponseOp.parseFrom(com.google.protobuf.CodedInputStream input) |
static ResponseOp |
ResponseOp.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseOp |
ResponseOp.parseFrom(InputStream input) |
static ResponseOp |
ResponseOp.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ResponseOp> |
ResponseOp.getParserForType() |
List<ResponseOp> |
TxnResponse.getResponsesList()
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
List<ResponseOp> |
TxnResponse.Builder.getResponsesList()
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
List<ResponseOp> |
TxnResponseOrBuilder.getResponsesList()
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
static com.google.protobuf.Parser<ResponseOp> |
ResponseOp.parser() |
| Modifier and Type | Method and Description |
|---|---|
TxnResponse.Builder |
TxnResponse.Builder.addResponses(int index,
ResponseOp value)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
TxnResponse.Builder |
TxnResponse.Builder.addResponses(ResponseOp value)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
ResponseOp.Builder |
ResponseOp.Builder.mergeFrom(ResponseOp other) |
static ResponseOp.Builder |
ResponseOp.newBuilder(ResponseOp prototype) |
TxnResponse.Builder |
TxnResponse.Builder.setResponses(int index,
ResponseOp value)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
| Modifier and Type | Method and Description |
|---|---|
TxnResponse.Builder |
TxnResponse.Builder.addAllResponses(Iterable<? extends ResponseOp> values)
responses is a list of responses corresponding to the results from applying
success if succeeded is true or failure if succeeded is false.
|
Copyright © 2023. All rights reserved.