Interface TracingRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TracingRequest, TracingRequest.Builder

    public interface TracingRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TraceOpts getOptions()
      .org.platanios.tensorflow.proto.TraceOpts options = 1;
      TraceOptsOrBuilder getOptionsOrBuilder()
      .org.platanios.tensorflow.proto.TraceOpts options = 1;
      boolean hasOptions()
      .org.platanios.tensorflow.proto.TraceOpts options = 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 Detail

      • hasOptions

        boolean hasOptions()
        .org.platanios.tensorflow.proto.TraceOpts options = 1;
        Returns:
        Whether the options field is set.
      • getOptions

        TraceOpts getOptions()
        .org.platanios.tensorflow.proto.TraceOpts options = 1;
        Returns:
        The options.
      • getOptionsOrBuilder

        TraceOptsOrBuilder getOptionsOrBuilder()
        .org.platanios.tensorflow.proto.TraceOpts options = 1;