View Source Envoy.Config.Core.V3.GrpcService.GoogleGrpc (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.GrpcService.GoogleGrpc{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  call_credentials: [
    Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials.t()
  ],
  channel_args:
    Envoy.Config.Core.V3.GrpcService.GoogleGrpc.ChannelArgs.t() | nil,
  channel_credentials:
    Envoy.Config.Core.V3.GrpcService.GoogleGrpc.ChannelCredentials.t() | nil,
  config: Google.Protobuf.Struct.t() | nil,
  credentials_factory_name: String.t(),
  per_stream_buffer_limit_bytes: Google.Protobuf.UInt32Value.t() | nil,
  stat_prefix: String.t(),
  target_uri: String.t()
}