接口 EBPFProfilingTaskMetadataOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
EBPFProfilingTaskMetadata, EBPFProfilingTaskMetadata.Builder

public interface EBPFProfilingTaskMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    report time
    profiling process id
    com.google.protobuf.ByteString
    profiling process id
    long
    the start time of this profiling process
    profiling task id
    com.google.protobuf.ByteString
    profiling task id

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getTaskId

      String getTaskId()
       profiling task id
       
      string taskId = 1;
      返回:
      The taskId.
    • getTaskIdBytes

      com.google.protobuf.ByteString getTaskIdBytes()
       profiling task id
       
      string taskId = 1;
      返回:
      The bytes for taskId.
    • getProcessId

      String getProcessId()
       profiling process id
       
      string processId = 2;
      返回:
      The processId.
    • getProcessIdBytes

      com.google.protobuf.ByteString getProcessIdBytes()
       profiling process id
       
      string processId = 2;
      返回:
      The bytes for processId.
    • getProfilingStartTime

      long getProfilingStartTime()
       the start time of this profiling process
       
      int64 profilingStartTime = 3;
      返回:
      The profilingStartTime.
    • getCurrentTime

      long getCurrentTime()
       report time
       
      int64 currentTime = 4;
      返回:
      The currentTime.