接口 EBPFHostProcessMetadataOrBuilder

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

public interface EBPFHostProcessMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • 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

       [required] Entity metadata
       Must ensure that entity information is unique at the time of reporting
       
      .skywalking.v3.EBPFProcessEntityMetadata entity = 1;
      返回:
      The entity.
    • 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

      KeyStringValuePair getProperties(int index)
       [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

      KeyStringValuePairOrBuilder getPropertiesOrBuilder(int index)
       [optional] properties of the process
       
      repeated .skywalking.v3.KeyStringValuePair properties = 3;