public interface CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheck()
check result
|
com.google.protobuf.Struct |
getContext()
context
|
com.google.protobuf.StructOrBuilder |
getContextOrBuilder()
context
|
String |
getTrace(int index)
trace information
|
com.google.protobuf.ByteString |
getTraceBytes(int index)
trace information
|
int |
getTraceCount()
trace information
|
List<String> |
getTraceList()
trace information
|
boolean |
hasContext()
context
|
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.boolean hasContext()
context
.google.protobuf.Struct context = 3 [json_name = "context"];com.google.protobuf.Struct getContext()
context
.google.protobuf.Struct context = 3 [json_name = "context"];com.google.protobuf.StructOrBuilder getContextOrBuilder()
context
.google.protobuf.Struct context = 3 [json_name = "context"];Copyright © 2024. All rights reserved.