View Source Envoy.Service.Accesslog.V2.StreamAccessLogsMessage (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Service.Accesslog.V2.StreamAccessLogsMessage{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  identifier:
    Envoy.Service.Accesslog.V2.StreamAccessLogsMessage.Identifier.t() | nil,
  log_entries:
    {:http_logs,
     Envoy.Service.Accesslog.V2.StreamAccessLogsMessage.HTTPAccessLogEntries.t()
     | nil}
    | {:tcp_logs,
       Envoy.Service.Accesslog.V2.StreamAccessLogsMessage.TCPAccessLogEntries.t()
       | nil}
    | nil
}