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

    Modifier and Type
    Method
    Description
    .org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;
    .org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;
    .org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;
    .org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;
    boolean
    .org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;
    boolean
    .org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;