java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.skywalking.apm.network.ebpf.profiling.process.v3.EBPFProcessReportList
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, EBPFProcessReportListOrBuilder

public final class EBPFProcessReportList extends com.google.protobuf.GeneratedMessageV3 implements EBPFProcessReportListOrBuilder
Protobuf type skywalking.v3.EBPFProcessReportList
另请参阅:
  • 字段详细资料

    • PROCESSES_FIELD_NUMBER

      public static final int PROCESSES_FIELD_NUMBER
      另请参阅:
    • EBPFAGENTID_FIELD_NUMBER

      public static final int EBPFAGENTID_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getProcessesList

      public List<EBPFProcessProperties> getProcessesList()
      repeated .skywalking.v3.EBPFProcessProperties processes = 1;
      指定者:
      getProcessesList 在接口中 EBPFProcessReportListOrBuilder
    • getProcessesOrBuilderList

      public List<? extends EBPFProcessPropertiesOrBuilder> getProcessesOrBuilderList()
      repeated .skywalking.v3.EBPFProcessProperties processes = 1;
      指定者:
      getProcessesOrBuilderList 在接口中 EBPFProcessReportListOrBuilder
    • getProcessesCount

      public int getProcessesCount()
      repeated .skywalking.v3.EBPFProcessProperties processes = 1;
      指定者:
      getProcessesCount 在接口中 EBPFProcessReportListOrBuilder
    • getProcesses

      public EBPFProcessProperties getProcesses(int index)
      repeated .skywalking.v3.EBPFProcessProperties processes = 1;
      指定者:
      getProcesses 在接口中 EBPFProcessReportListOrBuilder
    • getProcessesOrBuilder

      public EBPFProcessPropertiesOrBuilder getProcessesOrBuilder(int index)
      repeated .skywalking.v3.EBPFProcessProperties processes = 1;
      指定者:
      getProcessesOrBuilder 在接口中 EBPFProcessReportListOrBuilder
    • getEbpfAgentID

      public String getEbpfAgentID()
       An ID generated by eBPF agent, should be unique globally.
       
      string ebpfAgentID = 2;
      指定者:
      getEbpfAgentID 在接口中 EBPFProcessReportListOrBuilder
      返回:
      The ebpfAgentID.
    • getEbpfAgentIDBytes

      public com.google.protobuf.ByteString getEbpfAgentIDBytes()
       An ID generated by eBPF agent, should be unique globally.
       
      string ebpfAgentID = 2;
      指定者:
      getEbpfAgentIDBytes 在接口中 EBPFProcessReportListOrBuilder
      返回:
      The bytes for ebpfAgentID.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static EBPFProcessReportList parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EBPFProcessReportList parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static EBPFProcessReportList parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static EBPFProcessReportList parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static EBPFProcessReportList parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static EBPFProcessReportList parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static EBPFProcessReportList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public EBPFProcessReportList.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static EBPFProcessReportList.Builder newBuilder()
    • newBuilder

      public static EBPFProcessReportList.Builder newBuilder(EBPFProcessReportList prototype)
    • toBuilder

      public EBPFProcessReportList.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected EBPFProcessReportList.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static EBPFProcessReportList getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<EBPFProcessReportList> parser()
    • getParserForType

      public com.google.protobuf.Parser<EBPFProcessReportList> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public EBPFProcessReportList getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder