接口 EBPFProcessEntityMetadataOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EBPFProcessEntityMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明[required] Process belong service instance namecom.google.protobuf.ByteString[required] Process belong service instance namegetLabels(int index) Process labels for aggregate from servicecom.google.protobuf.ByteStringgetLabelsBytes(int index) Process labels for aggregate from serviceintProcess labels for aggregate from serviceProcess labels for aggregate from servicegetLayer()[required] Process belong layer name which define in the backendcom.google.protobuf.ByteString[required] Process belong layer name which define in the backend[required] Process namecom.google.protobuf.ByteString[required] Process name[required] Process belong service namecom.google.protobuf.ByteString[required] Process belong service name从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getLayer
String getLayer()[required] Process belong layer name which define in the backend
string layer = 1;- 返回:
- The layer.
-
getLayerBytes
com.google.protobuf.ByteString getLayerBytes()[required] Process belong layer name which define in the backend
string layer = 1;- 返回:
- The bytes for layer.
-
getServiceName
String getServiceName()[required] Process belong service name
string serviceName = 2;- 返回:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()[required] Process belong service name
string serviceName = 2;- 返回:
- The bytes for serviceName.
-
getInstanceName
String getInstanceName()[required] Process belong service instance name
string instanceName = 3;- 返回:
- The instanceName.
-
getInstanceNameBytes
com.google.protobuf.ByteString getInstanceNameBytes()[required] Process belong service instance name
string instanceName = 3;- 返回:
- The bytes for instanceName.
-
getProcessName
String getProcessName()[required] Process name
string processName = 4;- 返回:
- The processName.
-
getProcessNameBytes
com.google.protobuf.ByteString getProcessNameBytes()[required] Process name
string processName = 4;- 返回:
- The bytes for processName.
-
getLabelsList
Process labels for aggregate from service
repeated string labels = 5;- 返回:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()Process labels for aggregate from service
repeated string labels = 5;- 返回:
- The count of labels.
-
getLabels
Process labels for aggregate from service
repeated string labels = 5;- 参数:
index- The index of the element to return.- 返回:
- The labels at the given index.
-
getLabelsBytes
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.- 返回:
- The bytes of the labels at the given index.
-