TrogonProto.Env.V1Alpha1.Trim (Trogon.Proto v0.9.0)

Copy Markdown View Source

Trim specifies how to remove leading and trailing characters from each value after splitting by split_delimiter. Internal characters are never affected.

INVARIANT: If trim is set (present), exactly one of its oneof fields must be set. An empty Trim (with by unset) is a schema error and must be rejected.

Summary

Types

t()

@type t() :: %TrogonProto.Env.V1Alpha1.Trim{
  __unknown_fields__: [Protobuf.unknown_field()],
  by:
    {:unicode_whitespace, Google.Protobuf.Empty.t() | nil}
    | {:chars, String.t()}
    | nil
}

Functions

descriptor()