Logging - no public API to create SourceLocation.Builder #3331
Labels
api: logging
Issues related to the Cloud Logging API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
It appears there is no public API to create a new
com.google.cloud.logging.SourceLocation.Builder
object, thus I am unable to append this metadata to the log entries.Expected API would be to have a public
com.google.cloud.logging.SourceLocation.newBuilder()
function, but this is not there.The text was updated successfully, but these errors were encountered: