Package io.temporal.api.sdk.v1
Interface EnhancedStackTraceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnhancedStackTrace,EnhancedStackTrace.Builder
@Generated(value="protoc", comments="annotations:EnhancedStackTraceOrBuilder.java.pb.meta") public interface EnhancedStackTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSources(java.lang.String key)Mapping of file path to file contents.StackTraceSDKInfogetSdk()Information pertaining to the SDK that the trace has been captured from.StackTraceSDKInfoOrBuildergetSdkOrBuilder()Information pertaining to the SDK that the trace has been captured from.java.util.Map<java.lang.String,StackTraceFileSlice>getSources()Deprecated.intgetSourcesCount()Mapping of file path to file contents.java.util.Map<java.lang.String,StackTraceFileSlice>getSourcesMap()Mapping of file path to file contents.StackTraceFileSlicegetSourcesOrDefault(java.lang.String key, StackTraceFileSlice defaultValue)Mapping of file path to file contents.StackTraceFileSlicegetSourcesOrThrow(java.lang.String key)Mapping of file path to file contents.StackTracegetStacks(int index)Collection of stacks captured.intgetStacksCount()Collection of stacks captured.java.util.List<StackTrace>getStacksList()Collection of stacks captured.StackTraceOrBuildergetStacksOrBuilder(int index)Collection of stacks captured.java.util.List<? extends StackTraceOrBuilder>getStacksOrBuilderList()Collection of stacks captured.booleanhasSdk()Information pertaining to the SDK that the trace has been captured from.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSdk
boolean hasSdk()
Information pertaining to the SDK that the trace has been captured from.
.temporal.api.sdk.v1.StackTraceSDKInfo sdk = 1;- Returns:
- Whether the sdk field is set.
-
getSdk
StackTraceSDKInfo getSdk()
Information pertaining to the SDK that the trace has been captured from.
.temporal.api.sdk.v1.StackTraceSDKInfo sdk = 1;- Returns:
- The sdk.
-
getSdkOrBuilder
StackTraceSDKInfoOrBuilder getSdkOrBuilder()
Information pertaining to the SDK that the trace has been captured from.
.temporal.api.sdk.v1.StackTraceSDKInfo sdk = 1;
-
getSourcesCount
int getSourcesCount()
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2;
-
containsSources
boolean containsSources(java.lang.String key)
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2;
-
getSources
@Deprecated java.util.Map<java.lang.String,StackTraceFileSlice> getSources()
Deprecated.UsegetSourcesMap()instead.
-
getSourcesMap
java.util.Map<java.lang.String,StackTraceFileSlice> getSourcesMap()
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2;
-
getSourcesOrDefault
StackTraceFileSlice getSourcesOrDefault(java.lang.String key, StackTraceFileSlice defaultValue)
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2;
-
getSourcesOrThrow
StackTraceFileSlice getSourcesOrThrow(java.lang.String key)
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2;
-
getStacksList
java.util.List<StackTrace> getStacksList()
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-
getStacks
StackTrace getStacks(int index)
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-
getStacksCount
int getStacksCount()
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-
getStacksOrBuilderList
java.util.List<? extends StackTraceOrBuilder> getStacksOrBuilderList()
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-
getStacksOrBuilder
StackTraceOrBuilder getStacksOrBuilder(int index)
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-
-