Interface Audit.PeerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Audit.Peer, Audit.Peer.Builder
    Enclosing class:
    Audit

    public static interface Audit.PeerOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAddress()
      string address = 1;
      com.google.protobuf.ByteString getAddressBytes()
      string address = 1;
      java.lang.String getAuthInfo()
      string auth_info = 2;
      com.google.protobuf.ByteString getAuthInfoBytes()
      string auth_info = 2;
      java.lang.String getForwardedFor()
      string forwarded_for = 4;
      com.google.protobuf.ByteString getForwardedForBytes()
      string forwarded_for = 4;
      java.lang.String getUserAgent()
      string user_agent = 3;
      com.google.protobuf.ByteString getUserAgentBytes()
      string user_agent = 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

      • getAddress

        java.lang.String getAddress()
        string address = 1;
        Returns:
        The address.
      • getAddressBytes

        com.google.protobuf.ByteString getAddressBytes()
        string address = 1;
        Returns:
        The bytes for address.
      • getAuthInfo

        java.lang.String getAuthInfo()
        string auth_info = 2;
        Returns:
        The authInfo.
      • getAuthInfoBytes

        com.google.protobuf.ByteString getAuthInfoBytes()
        string auth_info = 2;
        Returns:
        The bytes for authInfo.
      • getUserAgent

        java.lang.String getUserAgent()
        string user_agent = 3;
        Returns:
        The userAgent.
      • getUserAgentBytes

        com.google.protobuf.ByteString getUserAgentBytes()
        string user_agent = 3;
        Returns:
        The bytes for userAgent.
      • getForwardedFor

        java.lang.String getForwardedFor()
        string forwarded_for = 4;
        Returns:
        The forwardedFor.
      • getForwardedForBytes

        com.google.protobuf.ByteString getForwardedForBytes()
        string forwarded_for = 4;
        Returns:
        The bytes for forwardedFor.