接口 EBPFProcessEntityMetadataOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
EBPFProcessEntityMetadata, EBPFProcessEntityMetadata.Builder

public interface EBPFProcessEntityMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    [required] Process belong service instance name
    com.google.protobuf.ByteString
    [required] Process belong service instance name
    getLabels(int index)
    Process labels for aggregate from service
    com.google.protobuf.ByteString
    getLabelsBytes(int index)
    Process labels for aggregate from service
    int
    Process labels for aggregate from service
    Process labels for aggregate from service
    [required] Process belong layer name which define in the backend
    com.google.protobuf.ByteString
    [required] Process belong layer name which define in the backend
    [required] Process name
    com.google.protobuf.ByteString
    [required] Process name
    [required] Process belong service name
    com.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

      List<String> 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

      String getLabels(int index)
       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.