Uses of Class
com.google.cloud.logging.SourceLocation.Builder
-
Packages that use SourceLocation.Builder Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of SourceLocation.Builder in com.google.cloud.logging
Methods in com.google.cloud.logging that return SourceLocation.Builder Modifier and Type Method Description static SourceLocation.BuilderSourceLocation. newBuilder()SourceLocation.BuilderSourceLocation.Builder. setFile(String file)Sets the source file name.SourceLocation.BuilderSourceLocation.Builder. setFunction(String function)Sets the human-readable name of the function or method being invoked, with optional context such as the class or package name.SourceLocation.BuilderSourceLocation.Builder. setLine(Long line)Sets the line within the source file.SourceLocation.BuilderSourceLocation. toBuilder()
-