Packages

Elixir protobuf definitions for Envoy's data plane API

Current section

Files

Jump to
envoy_data_plane_api gen udpa annotations security.pb.ex
Raw

gen/udpa/annotations/security.pb.ex

defmodule Udpa.Annotations.FieldSecurityAnnotation do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :configure_for_untrusted_downstream, 1,
type: :bool,
json_name: "configureForUntrustedDownstream"
field :configure_for_untrusted_upstream, 2,
type: :bool,
json_name: "configureForUntrustedUpstream"
end