Interface EBPFKubernetesProcessMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFKubernetesProcessMetadata,EBPFKubernetesProcessMetadata.Builder
public interface EBPFKubernetesProcessMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[required] Entity metadata Must ensure that entity information is unique at the time of reporting[required] Entity metadata Must ensure that entity information is unique at the time of reportingintgetPid()[required] The Process id of the hostgetProperties(int index) [optional] properties of the processint[optional] properties of the process[optional] properties of the processgetPropertiesOrBuilder(int index) [optional] properties of the processList<? extends KeyStringValuePairOrBuilder>[optional] properties of the processboolean[required] Entity metadata Must ensure that entity information is unique at the time of reportingMethods 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
-
hasEntity
boolean hasEntity()[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;- Returns:
- Whether the entity field is set.
-
getEntity
EBPFProcessEntityMetadata getEntity()[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;- Returns:
- The entity.
-
getEntityOrBuilder
EBPFProcessEntityMetadataOrBuilder getEntityOrBuilder()[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1; -
getPid
int getPid()[required] The Process id of the host
int32 pid = 2;- Returns:
- The pid.
-
getPropertiesList
List<KeyStringValuePair> getPropertiesList()[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3; -
getProperties
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3; -
getPropertiesCount
int getPropertiesCount()[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3; -
getPropertiesOrBuilderList
List<? extends KeyStringValuePairOrBuilder> getPropertiesOrBuilderList()[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3; -
getPropertiesOrBuilder
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;
-