envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials
.withGoogleDefault(types.google.protobuf.Empty)
.withLocalCredentials(types.envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials)
.withSslCredentials(types.envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials)
._validate()
Fields