# Functions
Bool converts the given string representation of a boolean value into bool.
Bytes converts the given string representation of a byte sequence into a slice of bytes A bytes sequence is encoded in URL-safe base64 without padding.
Duration converts the given string into a timestamp.Duration.
Float32 converts the given string representation of a floating point number into float32.
Float64 converts the given string representation into representation of a floating point number into float64.
Int32 converts the given string representation of an integer into int32.
Int64 converts the given string representation of an integer into int64.
PopulateFieldFromPath sets a value in a nested Protobuf structure.
PopulateQueryParameters populates "values" into "msg".
PopulateQueryParametersEx populates "values" into "msg".
String just returns the given string.
Timestamp converts the given RFC3339 formatted string into a timestamp.Timestamp.
Uint32 converts the given string representation of an integer into uint32.
Uint64 converts the given string representation of an integer into uint64.