接口 ContinuousProfilingCauseOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ContinuousProfilingCauseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明.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;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getTypeValue
int getTypeValue().skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;- 返回:
- The enum numeric value on the wire for type.
-
getType
ContinuousProfilingTriggeredMonitorType getType().skywalking.v3.ContinuousProfilingTriggeredMonitorType type = 1;- 返回:
- The type.
-
hasSingleValue
boolean hasSingleValue().skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;- 返回:
- Whether the singleValue field is set.
-
getSingleValue
ContinuousProfilingSingleValueCause getSingleValue().skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2;- 返回:
- The singleValue.
-
getSingleValueOrBuilder
ContinuousProfilingSingleValueCauseOrBuilder getSingleValueOrBuilder().skywalking.v3.ContinuousProfilingSingleValueCause singleValue = 2; -
hasUri
boolean hasUri().skywalking.v3.ContinuousProfilingURICause uri = 3;- 返回:
- Whether the uri field is set.
-
getUri
ContinuousProfilingURICause getUri().skywalking.v3.ContinuousProfilingURICause uri = 3;- 返回:
- The uri.
-
getUriOrBuilder
ContinuousProfilingURICauseOrBuilder getUriOrBuilder().skywalking.v3.ContinuousProfilingURICause uri = 3; -
getCauseCase
ContinuousProfilingCause.CauseCase getCauseCase()
-