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
    getLinks(int index)
    Known link names.
    com.google.protobuf.ByteString
    getLinksBytes(int index)
    Known link names.
    int
    Known link names.
    Known link names.
    getName(int index)
    Deprecated. 
    com.google.protobuf.ByteString
    getNameBytes(int index)
    Deprecated. 
    int
    Deprecated. 
    Deprecated. 
    getPackets(int index)
    Known packet names.
    com.google.protobuf.ByteString
    getPacketsBytes(int index)
    Known packet names.
    int
    Known packet names.
    Known packet names.

    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

      @Deprecated List<String> getNameList()
      Deprecated.
       Known packet names.
       
      repeated string name = 1 [deprecated = true];
      Returns:
      A list containing the name.
    • getNameCount

      @Deprecated int getNameCount()
      Deprecated.
       Known packet names.
       
      repeated string name = 1 [deprecated = true];
      Returns:
      The count of name.
    • getName

      @Deprecated String getName(int index)
      Deprecated.
       Known packet names.
       
      repeated string name = 1 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The name at the given index.
    • getNameBytes

      @Deprecated com.google.protobuf.ByteString getNameBytes(int index)
      Deprecated.
       Known packet names.
       
      repeated string name = 1 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the name at the given index.
    • getPacketsList

      List<String> getPacketsList()
       Known packet names.
       
      repeated string packets = 2;
      Returns:
      A list containing the packets.
    • getPacketsCount

      int getPacketsCount()
       Known packet names.
       
      repeated string packets = 2;
      Returns:
      The count of packets.
    • getPackets

      String getPackets(int index)
       Known packet names.
       
      repeated string packets = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The packets at the given index.
    • getPacketsBytes

      com.google.protobuf.ByteString getPacketsBytes(int index)
       Known packet names.
       
      repeated string packets = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the packets at the given index.
    • getLinksList

      List<String> getLinksList()
       Known link names.
       
      repeated string links = 3;
      Returns:
      A list containing the links.
    • getLinksCount

      int getLinksCount()
       Known link names.
       
      repeated string links = 3;
      Returns:
      The count of links.
    • getLinks

      String getLinks(int index)
       Known link names.
       
      repeated string links = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The links at the given index.
    • getLinksBytes

      com.google.protobuf.ByteString getLinksBytes(int index)
       Known link names.
       
      repeated string links = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the links at the given index.