View Source Envoy.Api.V2.Core.GrpcService.GoogleGrpc.ChannelCredentials (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Core.GrpcService.GoogleGrpc.ChannelCredentials{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  credential_specifier:
    {:ssl_credentials,
     Envoy.Api.V2.Core.GrpcService.GoogleGrpc.SslCredentials.t() | nil}
    | {:google_default, Google.Protobuf.Empty.t() | nil}
    | {:local_credentials,
       Envoy.Api.V2.Core.GrpcService.GoogleGrpc.GoogleLocalCredentials.t() | nil}
    | nil
}