Interface EBPFProfilingTaskMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFProfilingTaskMetadata,EBPFProfilingTaskMetadata.Builder
public interface EBPFProfilingTaskMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongreport timeprofiling process idcom.google.protobuf.ByteStringprofiling process idlongthe start time of this profiling processprofiling task idcom.google.protobuf.ByteStringprofiling task idMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTaskId
String getTaskId()profiling task id
string taskId = 1;- Returns:
- The taskId.
-
getTaskIdBytes
com.google.protobuf.ByteString getTaskIdBytes()profiling task id
string taskId = 1;- Returns:
- The bytes for taskId.
-
getProcessId
String getProcessId()profiling process id
string processId = 2;- Returns:
- The processId.
-
getProcessIdBytes
com.google.protobuf.ByteString getProcessIdBytes()profiling process id
string processId = 2;- Returns:
- The bytes for processId.
-
getProfilingStartTime
long getProfilingStartTime()the start time of this profiling process
int64 profilingStartTime = 3;- Returns:
- The profilingStartTime.
-
getCurrentTime
long getCurrentTime()report time
int64 currentTime = 4;- Returns:
- The currentTime.
-