-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.lang: javaIssues specific to Java.Issues specific to Java.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.lang: javaIssues specific to Java.Issues specific to Java.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.