import "go.chromium.org/luci/common/proto/google"
Package google contains utility methods to help interface between Google standard protobufs and native Go types.
func DurationFromProto(d *durationpb.Duration) time.Duration
DurationFromProto returns the time.Duration associated with a Duration protobuf.
func LoadDuration(d *durationpb.Duration, v time.Duration) *durationpb.Duration
LoadDuration replaces the value in the supplied Duration with the specified value.
If the supplied Duration is nil and the value is non-zero, a new Duration will be generated. The populated Duration will be returned.
func LoadTimestamp(t *timestamppb.Timestamp, v time.Time) *timestamppb.Timestamp
LoadTimestamp replaces the value in the supplied Timestamp with the specified time.
If the supplied Timestamp is nil and the time is non-zero, a new Timestamp will be generated. The populated Timestamp will be returned.
func NewDuration(v time.Duration) *durationpb.Duration
NewDuration creates a new Duration protobuf from a time.Duration.
func NewTimestamp(v time.Time) *timestamppb.Timestamp
NewTimestamp creates a new Timestamp protobuf from a time.Time type.
func TimeFromProto(t *timestamppb.Timestamp) time.Time
TimeFromProto returns the time.Time associated with a Timestamp protobuf.
Path | Synopsis |
---|---|
descutil | Package descutil contains utility functions for protobuf descriptor messages. |
Package google imports 3 packages (graph) and is imported by 90 packages. Updated 2021-01-17. Refresh now. Tools for package owners.