View Source Envoy.Api.V2.DiscoveryRequest (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Api.V2.DiscoveryRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  error_detail: Google.Rpc.Status.t() | nil,
  node: Envoy.Api.V2.Core.Node.t() | nil,
  resource_names: [String.t()],
  response_nonce: String.t(),
  type_url: String.t(),
  version_info: String.t()
}