public interface EBPFKubernetesProcessMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EBPFProcessEntityMetadata |
getEntity()
[required] Entity metadata
Must ensure that entity information is unique at the time of reporting
|
EBPFProcessEntityMetadataOrBuilder |
getEntityOrBuilder()
[required] Entity metadata
Must ensure that entity information is unique at the time of reporting
|
int |
getPid()
[required] The Process id of the host
|
KeyStringValuePair |
getProperties(int index)
[optional] properties of the process
|
int |
getPropertiesCount()
[optional] properties of the process
|
List<KeyStringValuePair> |
getPropertiesList()
[optional] properties of the process
|
KeyStringValuePairOrBuilder |
getPropertiesOrBuilder(int index)
[optional] properties of the process
|
List<? extends KeyStringValuePairOrBuilder> |
getPropertiesOrBuilderList()
[optional] properties of the process
|
boolean |
hasEntity()
[required] Entity metadata
Must ensure that entity information is unique at the time of reporting
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntity()
[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;EBPFProcessEntityMetadata getEntity()
[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;EBPFProcessEntityMetadataOrBuilder getEntityOrBuilder()
[required] Entity metadata Must ensure that entity information is unique at the time of reporting
.skywalking.v3.EBPFProcessEntityMetadata entity = 1;int getPid()
[required] The Process id of the host
int32 pid = 2;List<KeyStringValuePair> getPropertiesList()
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;KeyStringValuePair getProperties(int index)
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;int getPropertiesCount()
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;List<? extends KeyStringValuePairOrBuilder> getPropertiesOrBuilderList()
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;KeyStringValuePairOrBuilder getPropertiesOrBuilder(int index)
[optional] properties of the process
repeated .skywalking.v3.KeyStringValuePair properties = 3;Copyright © 2022 The Apache Software Foundation. All rights reserved.