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 Summary
Modifier and TypeMethodDescription.skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;.skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;getType().skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;int.skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;getUri().skywalking.v3.ContinuousProfilingURICause uri = 3;.skywalking.v3.ContinuousProfilingURICause uri = 3;boolean.skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;booleanhasUri().skywalking.v3.ContinuousProfilingURICause uri = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeValue
int getTypeValue().skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
ContinuousProfilingTriggeredMonitorType 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
ContinuousProfilingSingleValueCause getSingleValue().skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;- Returns:
- The singleValue.
-
getSingleValueOrBuilder
ContinuousProfilingSingleValueCauseOrBuilder getSingleValueOrBuilder().skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2; -
hasUri
boolean hasUri().skywalking.v3.ContinuousProfilingURICause uri = 3;- Returns:
- Whether the uri field is set.
-
getUri
ContinuousProfilingURICause getUri().skywalking.v3.ContinuousProfilingURICause uri = 3;- Returns:
- The uri.
-
getUriOrBuilder
ContinuousProfilingURICauseOrBuilder getUriOrBuilder().skywalking.v3.ContinuousProfilingURICause uri = 3; -
getCauseCase
ContinuousProfilingCause.CauseCase getCauseCase()
-