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
Modifier and TypeMethodDescriptionbooleancontainsSources(String key) Mapping of file path to file contents.getSdk()Information pertaining to the SDK that the trace has been captured from.Information pertaining to the SDK that the trace has been captured from.Deprecated.intMapping of file path to file contents.Mapping of file path to file contents.getSourcesOrDefault(String key, StackTraceFileSlice defaultValue) Mapping of file path to file contents.getSourcesOrThrow(String key) Mapping of file path to file contents.getStacks(int index) Collection of stacks captured.intCollection of stacks captured.Collection of stacks captured.getStacksOrBuilder(int index) Collection of stacks captured.List<? extends StackTraceOrBuilder> Collection of stacks captured.booleanhasSdk()Information pertaining to the SDK that the trace has been captured from.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
-
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
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2; -
getSources
-
getSourcesMap
Map<String,StackTraceFileSlice> getSourcesMap()Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2; -
getSourcesOrDefault
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2; -
getSourcesOrThrow
Mapping of file path to file contents.
map<string, .temporal.api.sdk.v1.StackTraceFileSlice> sources = 2; -
getStacksList
List<StackTrace> getStacksList()Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3; -
getStacks
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
List<? extends StackTraceOrBuilder> getStacksOrBuilderList()Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3; -
getStacksOrBuilder
Collection of stacks captured.
repeated .temporal.api.sdk.v1.StackTrace stacks = 3;
-