接口 ContinuousProfilingCauseOrBuilder

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

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

    • getTypeValue

      int getTypeValue()
      .skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;
      返回:
      The enum numeric value on the wire for type.
    • getType

      .skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;
      返回:
      The type.
    • hasSingleValue

      boolean hasSingleValue()
      .skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;
      返回:
      Whether the singleValue field is set.
    • getSingleValue

      .skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;
      返回:
      The singleValue.
    • getSingleValueOrBuilder

      .skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;
    • hasUri

      boolean hasUri()
      .skywalking.v3.ContinuousProfilingURICause uri = 3;
      返回:
      Whether the uri field is set.
    • getUri

      .skywalking.v3.ContinuousProfilingURICause uri = 3;
      返回:
      The uri.
    • getUriOrBuilder

      .skywalking.v3.ContinuousProfilingURICause uri = 3;
    • getCauseCase