public static interface ResponseProto.BatchWriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.UInt32Value |
getCode()
.google.protobuf.UInt32Value code = 1; |
com.google.protobuf.UInt32ValueOrBuilder |
getCodeOrBuilder()
.google.protobuf.UInt32Value code = 1; |
com.google.protobuf.StringValue |
getInfo()
.google.protobuf.StringValue info = 2; |
com.google.protobuf.StringValueOrBuilder |
getInfoOrBuilder()
.google.protobuf.StringValue info = 2; |
ResponseProto.Response |
getResponses(int index)
repeated .v1.Response responses = 4; |
int |
getResponsesCount()
repeated .v1.Response responses = 4; |
List<ResponseProto.Response> |
getResponsesList()
repeated .v1.Response responses = 4; |
ResponseProto.ResponseOrBuilder |
getResponsesOrBuilder(int index)
repeated .v1.Response responses = 4; |
List<? extends ResponseProto.ResponseOrBuilder> |
getResponsesOrBuilderList()
repeated .v1.Response responses = 4; |
com.google.protobuf.UInt32Value |
getSize()
.google.protobuf.UInt32Value size = 3; |
com.google.protobuf.UInt32ValueOrBuilder |
getSizeOrBuilder()
.google.protobuf.UInt32Value size = 3; |
boolean |
hasCode()
.google.protobuf.UInt32Value code = 1; |
boolean |
hasInfo()
.google.protobuf.StringValue info = 2; |
boolean |
hasSize()
.google.protobuf.UInt32Value size = 3; |
boolean hasCode()
.google.protobuf.UInt32Value code = 1;com.google.protobuf.UInt32Value getCode()
.google.protobuf.UInt32Value code = 1;com.google.protobuf.UInt32ValueOrBuilder getCodeOrBuilder()
.google.protobuf.UInt32Value code = 1;boolean hasInfo()
.google.protobuf.StringValue info = 2;com.google.protobuf.StringValue getInfo()
.google.protobuf.StringValue info = 2;com.google.protobuf.StringValueOrBuilder getInfoOrBuilder()
.google.protobuf.StringValue info = 2;boolean hasSize()
.google.protobuf.UInt32Value size = 3;com.google.protobuf.UInt32Value getSize()
.google.protobuf.UInt32Value size = 3;com.google.protobuf.UInt32ValueOrBuilder getSizeOrBuilder()
.google.protobuf.UInt32Value size = 3;List<ResponseProto.Response> getResponsesList()
repeated .v1.Response responses = 4;ResponseProto.Response getResponses(int index)
repeated .v1.Response responses = 4;int getResponsesCount()
repeated .v1.Response responses = 4;List<? extends ResponseProto.ResponseOrBuilder> getResponsesOrBuilderList()
repeated .v1.Response responses = 4;ResponseProto.ResponseOrBuilder getResponsesOrBuilder(int index)
repeated .v1.Response responses = 4;Copyright © 2021. All rights reserved.