public interface EBPFProcessEntityMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceName()
[required] Process belong service instance name
|
com.google.protobuf.ByteString |
getInstanceNameBytes()
[required] Process belong service instance name
|
String |
getLabels(int index)
Process labels for aggregate from service
|
com.google.protobuf.ByteString |
getLabelsBytes(int index)
Process labels for aggregate from service
|
int |
getLabelsCount()
Process labels for aggregate from service
|
List<String> |
getLabelsList()
Process labels for aggregate from service
|
String |
getLayer()
[required] Process belong layer name which define in the backend
|
com.google.protobuf.ByteString |
getLayerBytes()
[required] Process belong layer name which define in the backend
|
String |
getProcessName()
[required] Process name
|
com.google.protobuf.ByteString |
getProcessNameBytes()
[required] Process name
|
String |
getServiceName()
[required] Process belong service name
|
com.google.protobuf.ByteString |
getServiceNameBytes()
[required] Process belong service name
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLayer()
[required] Process belong layer name which define in the backend
string layer = 1;com.google.protobuf.ByteString getLayerBytes()
[required] Process belong layer name which define in the backend
string layer = 1;String getServiceName()
[required] Process belong service name
string serviceName = 2;com.google.protobuf.ByteString getServiceNameBytes()
[required] Process belong service name
string serviceName = 2;String getInstanceName()
[required] Process belong service instance name
string instanceName = 3;com.google.protobuf.ByteString getInstanceNameBytes()
[required] Process belong service instance name
string instanceName = 3;String getProcessName()
[required] Process name
string processName = 4;com.google.protobuf.ByteString getProcessNameBytes()
[required] Process name
string processName = 4;List<String> getLabelsList()
Process labels for aggregate from service
repeated string labels = 5;int getLabelsCount()
Process labels for aggregate from service
repeated string labels = 5;String getLabels(int index)
Process labels for aggregate from service
repeated string labels = 5;index - The index of the element to return.com.google.protobuf.ByteString getLabelsBytes(int index)
Process labels for aggregate from service
repeated string labels = 5;index - The index of the value to return.Copyright © 2022 The Apache Software Foundation. All rights reserved.