Interface Service.BatchGetTracesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Service.BatchGetTraces, Service.BatchGetTraces.Builder
    Enclosing class:
    Service

    public static interface Service.BatchGetTracesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTraceIds​(int index)
      ID of the traces to fetch.
      com.google.protobuf.ByteString getTraceIdsBytes​(int index)
      ID of the traces to fetch.
      int getTraceIdsCount()
      ID of the traces to fetch.
      java.util.List<java.lang.String> getTraceIdsList()
      ID of the traces to fetch.
      • 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

      • getTraceIdsList

        java.util.List<java.lang.String> getTraceIdsList()
         ID of the traces to fetch. Must be provided.
         
        repeated string trace_ids = 1;
        Returns:
        A list containing the traceIds.
      • getTraceIdsCount

        int getTraceIdsCount()
         ID of the traces to fetch. Must be provided.
         
        repeated string trace_ids = 1;
        Returns:
        The count of traceIds.
      • getTraceIds

        java.lang.String getTraceIds​(int index)
         ID of the traces to fetch. Must be provided.
         
        repeated string trace_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The traceIds at the given index.
      • getTraceIdsBytes

        com.google.protobuf.ByteString getTraceIdsBytes​(int index)
         ID of the traces to fetch. Must be provided.
         
        repeated string trace_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the traceIds at the given index.