Interface GetPullDiagnosticResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPullDiagnosticResponse,GetPullDiagnosticResponse.Builder
public interface GetPullDiagnosticResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;intrepeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;getItemsOrBuilder(int index) repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;List<? extends DiagnosticOrBuilder>repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;getKind()string kind = 1;com.google.protobuf.ByteStringstring kind = 1;optional string result_id = 2;com.google.protobuf.ByteStringoptional string result_id = 2;booleanoptional string result_id = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKind
String getKind()string kind = 1;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()string kind = 1;- Returns:
- The bytes for kind.
-
hasResultId
boolean hasResultId()optional string result_id = 2;- Returns:
- Whether the resultId field is set.
-
getResultId
String getResultId()optional string result_id = 2;- Returns:
- The resultId.
-
getResultIdBytes
com.google.protobuf.ByteString getResultIdBytes()optional string result_id = 2;- Returns:
- The bytes for resultId.
-
getItemsList
List<Diagnostic> getItemsList()repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; -
getItems
repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; -
getItemsCount
int getItemsCount()repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; -
getItemsOrBuilderList
List<? extends DiagnosticOrBuilder> getItemsOrBuilderList()repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; -
getItemsOrBuilder
repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
-