Interface ContinuousProfilingCauseOrBuilder

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

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

    • getTypeValue

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

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

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

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

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

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

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

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