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 Type
    Method
    Description
    getArr(int index)
    repeated string arr = 1;
    com.google.protobuf.ByteString
    getArrBytes(int index)
    repeated string arr = 1;
    int
    repeated string arr = 1;
    repeated string arr = 1;

    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

    • getArrList

      List<String> getArrList()
      repeated string arr = 1;
      Returns:
      A list containing the arr.
    • getArrCount

      int getArrCount()
      repeated string arr = 1;
      Returns:
      The count of arr.
    • getArr

      String getArr(int index)
      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.