public interface CompileResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getMetrics()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"]; |
com.google.protobuf.StructOrBuilder |
getMetricsOrBuilder()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"]; |
com.google.protobuf.Struct |
getResult()
.google.protobuf.Struct result = 1 [json_name = "result"]; |
com.google.protobuf.StructOrBuilder |
getResultOrBuilder()
.google.protobuf.Struct result = 1 [json_name = "result"]; |
com.google.protobuf.Struct |
getTrace(int index)
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"]; |
int |
getTraceCount()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"]; |
List<com.google.protobuf.Struct> |
getTraceList()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"]; |
com.google.protobuf.StructOrBuilder |
getTraceOrBuilder(int index)
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"]; |
List<? extends com.google.protobuf.StructOrBuilder> |
getTraceOrBuilderList()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"]; |
String |
getTraceSummary(int index)
repeated string trace_summary = 4 [json_name = "traceSummary"]; |
com.google.protobuf.ByteString |
getTraceSummaryBytes(int index)
repeated string trace_summary = 4 [json_name = "traceSummary"]; |
int |
getTraceSummaryCount()
repeated string trace_summary = 4 [json_name = "traceSummary"]; |
List<String> |
getTraceSummaryList()
repeated string trace_summary = 4 [json_name = "traceSummary"]; |
boolean |
hasMetrics()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"]; |
boolean |
hasResult()
.google.protobuf.Struct result = 1 [json_name = "result"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResult()
.google.protobuf.Struct result = 1 [json_name = "result"];com.google.protobuf.Struct getResult()
.google.protobuf.Struct result = 1 [json_name = "result"];com.google.protobuf.StructOrBuilder getResultOrBuilder()
.google.protobuf.Struct result = 1 [json_name = "result"];boolean hasMetrics()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"];com.google.protobuf.Struct getMetrics()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"];com.google.protobuf.StructOrBuilder getMetricsOrBuilder()
.google.protobuf.Struct metrics = 2 [json_name = "metrics"];List<com.google.protobuf.Struct> getTraceList()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"];com.google.protobuf.Struct getTrace(int index)
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"];int getTraceCount()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"];List<? extends com.google.protobuf.StructOrBuilder> getTraceOrBuilderList()
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"];com.google.protobuf.StructOrBuilder getTraceOrBuilder(int index)
repeated .google.protobuf.Struct trace = 3 [json_name = "trace"];List<String> getTraceSummaryList()
repeated string trace_summary = 4 [json_name = "traceSummary"];int getTraceSummaryCount()
repeated string trace_summary = 4 [json_name = "traceSummary"];String getTraceSummary(int index)
repeated string trace_summary = 4 [json_name = "traceSummary"];index - The index of the element to return.com.google.protobuf.ByteString getTraceSummaryBytes(int index)
repeated string trace_summary = 4 [json_name = "traceSummary"];index - The index of the value to return.Copyright © 2023. All rights reserved.