Package ghidra.rmi.trace
Interface TraceRmi.StringArrOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceRmi.StringArr,TraceRmi.StringArr.Builder
- Enclosing class:
TraceRmi
public static interface TraceRmi.StringArrOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArr(int index) repeated string arr = 1;com.google.protobuf.ByteStringgetArrBytes(int index) repeated string arr = 1;intrepeated string arr = 1;repeated string arr = 1;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
-
getArrList
repeated string arr = 1;- Returns:
- A list containing the arr.
-
getArrCount
int getArrCount()repeated string arr = 1;- Returns:
- The count of arr.
-
getArr
repeated string arr = 1;- Parameters:
index- The index of the element to return.- Returns:
- The arr at the given index.
-
getArrBytes
com.google.protobuf.ByteString getArrBytes(int index) repeated string arr = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the arr at the given index.
-