envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.PrintOptions
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.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.PrintOptions
.withAddWhitespace(false)
.withAlwaysPrintEnumsAsInts(false)
.withAlwaysPrintPrimitiveFields(false)
.withPreserveProtoFieldNames(false)
.withStreamNewlineDelimited(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
add_whitespace |
bool
|
|
|
|
always_print_enums_as_ints |
bool
|
|
|
|
always_print_primitive_fields |
bool
|
|
|
|
preserve_proto_field_names |
bool
|
|
|
|
stream_newline_delimited |
bool
|
|
|
|