接口 EBPFKubernetesProcessMetadataOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EBPFKubernetesProcessMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明[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 reporting从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasEntity
boolean hasEntity()[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;- 返回:
- 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;- 返回:
- 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;- 返回:
- 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;
-