Interface EBPFProcessDownstreamOrBuilder

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

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

    • getProcessId

      String getProcessId()
       Generated process id
       
      string processId = 1;
      Returns:
      The processId.
    • getProcessIdBytes

      com.google.protobuf.ByteString getProcessIdBytes()
       Generated process id
       
      string processId = 1;
      Returns:
      The bytes for processId.
    • hasHostProcess

      boolean hasHostProcess()
      .skywalking.v3.EBPFHostProcessDownstream hostProcess = 2;
      Returns:
      Whether the hostProcess field is set.
    • getHostProcess

      EBPFHostProcessDownstream getHostProcess()
      .skywalking.v3.EBPFHostProcessDownstream hostProcess = 2;
      Returns:
      The hostProcess.
    • getHostProcessOrBuilder

      EBPFHostProcessDownstreamOrBuilder getHostProcessOrBuilder()
      .skywalking.v3.EBPFHostProcessDownstream hostProcess = 2;
    • hasK8SProcess

      boolean hasK8SProcess()
      .skywalking.v3.EBPFKubernetesProcessDownstream k8sProcess = 3;
      Returns:
      Whether the k8sProcess field is set.
    • getK8SProcess

      .skywalking.v3.EBPFKubernetesProcessDownstream k8sProcess = 3;
      Returns:
      The k8sProcess.
    • getK8SProcessOrBuilder

      .skywalking.v3.EBPFKubernetesProcessDownstream k8sProcess = 3;
    • getProcessCase