接口 EBPFProcessDownstreamOrBuilder

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

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

    • getProcessId

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

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

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

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

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

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

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

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