Home

envoy.config.core.v3.GrpcService

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
.withEnvoyGrpc(types.envoy.config.core.v3.GrpcService.EnvoyGrpc)
.withGoogleGrpc(types.envoy.config.core.v3.GrpcService.GoogleGrpc)
.withInitialMetadata([ types.envoy.config.core.v3.HeaderValue ])
.withTimeout(types.google.protobuf.Duration)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
envoy_grpc envoy.config.core.v3.GrpcService.EnvoyGrpc target_specifier  
google_grpc envoy.config.core.v3.GrpcService.GoogleGrpc target_specifier  
initial_metadata [] envoy.config.core.v3.HeaderValue  
timeout google.protobuf.Duration