Interface EBPFProfilingDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFProfilingData,EBPFProfilingData.Builder
public interface EBPFProfilingDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.skywalking.v3.EBPFOffCPUProfiling offCPU = 3;.skywalking.v3.EBPFOffCPUProfiling offCPU = 3;getOnCPU().skywalking.v3.EBPFOnCPUProfiling onCPU = 2;.skywalking.v3.EBPFOnCPUProfiling onCPU = 2;getTask()task metadatatask metadataboolean.skywalking.v3.EBPFOffCPUProfiling offCPU = 3;booleanhasOnCPU().skywalking.v3.EBPFOnCPUProfiling onCPU = 2;booleanhasTask()task metadataMethods 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
-
hasTask
boolean hasTask()task metadata
.skywalking.v3.EBPFProfilingTaskMetadata task = 1;- Returns:
- Whether the task field is set.
-
getTask
EBPFProfilingTaskMetadata getTask()task metadata
.skywalking.v3.EBPFProfilingTaskMetadata task = 1;- Returns:
- The task.
-
getTaskOrBuilder
EBPFProfilingTaskMetadataOrBuilder getTaskOrBuilder()task metadata
.skywalking.v3.EBPFProfilingTaskMetadata task = 1; -
hasOnCPU
boolean hasOnCPU().skywalking.v3.EBPFOnCPUProfiling onCPU = 2;- Returns:
- Whether the onCPU field is set.
-
getOnCPU
EBPFOnCPUProfiling getOnCPU().skywalking.v3.EBPFOnCPUProfiling onCPU = 2;- Returns:
- The onCPU.
-
getOnCPUOrBuilder
EBPFOnCPUProfilingOrBuilder getOnCPUOrBuilder().skywalking.v3.EBPFOnCPUProfiling onCPU = 2; -
hasOffCPU
boolean hasOffCPU().skywalking.v3.EBPFOffCPUProfiling offCPU = 3;- Returns:
- Whether the offCPU field is set.
-
getOffCPU
EBPFOffCPUProfiling getOffCPU().skywalking.v3.EBPFOffCPUProfiling offCPU = 3;- Returns:
- The offCPU.
-
getOffCPUOrBuilder
EBPFOffCPUProfilingOrBuilder getOffCPUOrBuilder().skywalking.v3.EBPFOffCPUProfiling offCPU = 3; -
getProfilingCase
EBPFProfilingData.ProfilingCase getProfilingCase()
-