Interface Transport.TerminationPacketOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMessage​(int index)
      repeated string message = 1;
      com.google.protobuf.ByteString getMessageBytes​(int index)
      repeated string message = 1;
      int getMessageCount()
      repeated string message = 1;
      java.util.List<java.lang.String> getMessageList()
      repeated string message = 1;
      int getReason()
      uint32 reason = 2;
      com.google.protobuf.Empty getUnknown()
      .google.protobuf.Empty unknown = 3;
      com.google.protobuf.EmptyOrBuilder getUnknownOrBuilder()
      .google.protobuf.Empty unknown = 3;
      boolean hasUnknown()
      .google.protobuf.Empty unknown = 3;
      • 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 Detail

      • getMessageList

        java.util.List<java.lang.String> getMessageList()
        repeated string message = 1;
        Returns:
        A list containing the message.
      • getMessageCount

        int getMessageCount()
        repeated string message = 1;
        Returns:
        The count of message.
      • getMessage

        java.lang.String getMessage​(int index)
        repeated string message = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The message at the given index.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes​(int index)
        repeated string message = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the message at the given index.
      • getReason

        int getReason()
        uint32 reason = 2;
        Returns:
        The reason.
      • hasUnknown

        boolean hasUnknown()
        .google.protobuf.Empty unknown = 3;
        Returns:
        Whether the unknown field is set.
      • getUnknown

        com.google.protobuf.Empty getUnknown()
        .google.protobuf.Empty unknown = 3;
        Returns:
        The unknown.
      • getUnknownOrBuilder

        com.google.protobuf.EmptyOrBuilder getUnknownOrBuilder()
        .google.protobuf.Empty unknown = 3;