Interface RpcStartOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcStart,RpcStart.Builder
public interface RpcStartOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcDataContextgetDataContext().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;RpcDataContextOrBuildergetDataContextOrBuilder().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;RpcTracegetTrace().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;RpcTraceOrBuildergetTraceOrBuilder().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;booleanhasDataContext().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;booleanhasTrace().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTrace
boolean hasTrace()
.org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;- Returns:
- Whether the trace field is set.
-
getTrace
RpcTrace getTrace()
.org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;- Returns:
- The trace.
-
getTraceOrBuilder
RpcTraceOrBuilder getTraceOrBuilder()
.org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;
-
hasDataContext
boolean hasDataContext()
.org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;- Returns:
- Whether the dataContext field is set.
-
getDataContext
RpcDataContext getDataContext()
.org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;- Returns:
- The dataContext.
-
getDataContextOrBuilder
RpcDataContextOrBuilder getDataContextOrBuilder()
.org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;
-
-