Google.Rpc.RequestInfo (ex_sui v0.1.0)

View Source

Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.

Summary

Types

t()

@type t() :: %Google.Rpc.RequestInfo{
  __unknown_fields__: [Protobuf.unknown_field()],
  request_id: String.t(),
  serving_data: String.t()
}

Functions

descriptor()