Interface ListPacketNamesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListPacketNamesResponse, ListPacketNamesResponse.Builder

public interface ListPacketNamesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getName(int index)
    Packet name.
    com.google.protobuf.ByteString
    getNameBytes(int index)
    Packet name.
    int
    Packet name.
    Packet name.

    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

    • getNameList

      List<String> getNameList()
       Packet name.
       
      repeated string name = 1;
      Returns:
      A list containing the name.
    • getNameCount

      int getNameCount()
       Packet name.
       
      repeated string name = 1;
      Returns:
      The count of name.
    • getName

      String getName(int index)
       Packet name.
       
      repeated string name = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The name at the given index.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes(int index)
       Packet name.
       
      repeated string name = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the name at the given index.