local types = import 'types.libsonnet'; types.google.protobuf.MethodOptions .withDeprecated(false) .withIdempotencyLevel(types.google.protobuf.MethodOptions.IdempotencyLevel.IDEMPOTENCY_UNKNOWN) .withUninterpretedOption([ types.google.protobuf.UninterpretedOption ]) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| deprecated | bool |
|
||
| idempotency_level | google.protobuf.MethodOptions.IdempotencyLevel |
|
||
| uninterpreted_option | [] google.protobuf.UninterpretedOption |
|