Interface EBPFHostProcessMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EBPFHostProcessMetadata, EBPFHostProcessMetadata.Builder

public interface EBPFHostProcessMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEntity

      boolean hasEntity()
       [required] Entity metadata
       Must ensure that entity information is unique at the time of reporting
       
      .skywalking.v3.EBPFProcessEntityMetadata entity = 1;
      Returns:
      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;
      Returns:
      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;
      Returns:
      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;