接口 EBPFProfilingTaskMetadataOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EBPFProfilingTaskMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longreport timeprofiling process idcom.google.protobuf.ByteStringprofiling process idlongthe start time of this profiling processprofiling task idcom.google.protobuf.ByteStringprofiling 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.
-