Interface StackOuterClass.FrameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StackOuterClass.Frame
,StackOuterClass.Frame.Builder
- Enclosing class:
StackOuterClass
public static interface StackOuterClass.FrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string Name = 1;
- Returns:
- The bytes for name.
-
getFile
-
getFileBytes
com.google.protobuf.ByteString getFileBytes()string File = 2;
- Returns:
- The bytes for file.
-
getLine
int getLine()int32 Line = 3;
- Returns:
- The line.
-