You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Although the underlying com.google.logging.v2.LogEntry supports timestamps with nanosecond precision, com.google.cloud.logging.LogEntry only supports millisecond truncating the data.
Describe the solution you'd like
Replace the current long value representing milliseconds with com.google.cloud.Timestamp.
Describe alternatives you've considered
The only way is to use the protobuf classes directly or using ReST API which is cumbersome.