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.
It appears there is no public API to create a new
com.google.cloud.logging.SourceLocation.Builderobject, 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.