envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials
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.CallCredentials
.withAccessToken('string')
.withFromPlugin(types.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin)
.withGoogleComputeEngine(types.google.protobuf.Empty)
.withGoogleIam(types.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials)
.withGoogleRefreshToken('string')
.withServiceAccountJwtAccess(types.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials)
.withStsService(types.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.StsService)
._validate()
Nested Messages
Fields