View Source Xds.Core.V3.ResourceLocator (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Xds.Core.V3.ResourceLocator{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  authority: String.t(),
  context_param_specifier:
    {:exact_context, Xds.Core.V3.ContextParams.t() | nil} | nil,
  directives: [Xds.Core.V3.ResourceLocator.Directive.t()],
  id: String.t(),
  resource_type: String.t(),
  scheme: Xds.Core.V3.ResourceLocator.Scheme.t()
}