public interface CheckRelationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheck()
check result
|
String |
getTrace(int index)
trace information
|
com.google.protobuf.ByteString |
getTraceBytes(int index)
trace information
|
int |
getTraceCount()
trace information
|
List<String> |
getTraceList()
trace information
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getCheck()
check result
bool check = 1 [json_name = "check"];List<String> getTraceList()
trace information
repeated string trace = 2 [json_name = "trace"];int getTraceCount()
trace information
repeated string trace = 2 [json_name = "trace"];String getTrace(int index)
trace information
repeated string trace = 2 [json_name = "trace"];index - The index of the element to return.com.google.protobuf.ByteString getTraceBytes(int index)
trace information
repeated string trace = 2 [json_name = "trace"];index - The index of the value to return.Copyright © 2024. All rights reserved.