public class ProtobufUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Duration |
durationToProto(Duration duration) |
static com.google.protobuf.Timestamp |
instantToProto(Instant instant) |
static Duration |
protoToDuration(com.google.protobuf.Duration duration) |
static Instant |
protoToInstant(com.google.protobuf.Timestamp timestamp) |
@Nullable public static com.google.protobuf.Duration durationToProto(@Nullable Duration duration)
public static com.google.protobuf.Timestamp instantToProto(Instant instant)
@Nullable public static Duration protoToDuration(@Nullable com.google.protobuf.Duration duration)
public static Instant protoToInstant(com.google.protobuf.Timestamp timestamp)
Copyright © 2023. All rights reserved.