exproto v0.2.0 Google.Protobuf.UninterpretedOption
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Google.Protobuf.UninterpretedOption{
aggregate_value: String.t(),
double_value: float(),
identifier_value: String.t(),
name: [Google.Protobuf.UninterpretedOption.NamePart.t()],
negative_int_value: integer(),
positive_int_value: non_neg_integer(),
string_value: String.t()
}
t() :: %Google.Protobuf.UninterpretedOption{ aggregate_value: String.t(), double_value: float(), identifier_value: String.t(), name: [Google.Protobuf.UninterpretedOption.NamePart.t()], negative_int_value: integer(), positive_int_value: non_neg_integer(), string_value: String.t() }
Link to this section Functions
Link to this function
decode(data)
Link to this function
encode(struct)
Link to this function
from_params(params \\ %{})
Link to this function
new()
Link to this function