public static interface GrpcAPI.ReturnOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GrpcAPI.Return.response_code |
getCode()
.protocol.Return.response_code code = 2; |
int |
getCodeValue()
.protocol.Return.response_code code = 2; |
com.google.protobuf.ByteString |
getMessage()
bytes message = 3; |
boolean |
getResult()
bool result = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getResult()
bool result = 1;
int getCodeValue()
.protocol.Return.response_code code = 2;
GrpcAPI.Return.response_code getCode()
.protocol.Return.response_code code = 2;
com.google.protobuf.ByteString getMessage()
bytes message = 3;
Copyright © 2020. All rights reserved.