Interface ThreadStackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreadStack,ThreadStack.Builder
public interface ThreadStackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCodeSignatures(int index) stack code signature listcom.google.protobuf.ByteStringgetCodeSignaturesBytes(int index) stack code signature listintstack code signature liststack code signature listMethods 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
-
getCodeSignaturesList
stack code signature list
repeated string codeSignatures = 1;- Returns:
- A list containing the codeSignatures.
-
getCodeSignaturesCount
int getCodeSignaturesCount()stack code signature list
repeated string codeSignatures = 1;- Returns:
- The count of codeSignatures.
-
getCodeSignatures
stack code signature list
repeated string codeSignatures = 1;- Parameters:
index- The index of the element to return.- Returns:
- The codeSignatures at the given index.
-
getCodeSignaturesBytes
com.google.protobuf.ByteString getCodeSignaturesBytes(int index) stack code signature list
repeated string codeSignatures = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the codeSignatures at the given index.
-