Voting helps other researchers find interesting modules.
From google3/quality/qrewrite/proto/account_provenance.proto;l=14 We need to copy this as the above proto has Enum field which is not compatible between proto2 and proto3. go/proto2-versus-proto3#enums
email
String.t
nil
gaiaId
isDasherAccount
boolean()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsCommunicationGoogleAccountProvenance{ email: String.t() | nil, gaiaId: String.t() | nil, isDasherAccount: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()