Human-readable name of the function or method being invoked, with optional
context such as the class or package name. This information is used in
contexts such as the logs viewer, where a file and line number are less
meaningful. The format can vary by language. For example:
qual.if.ied.Class.method (Java), dir/package.func (Go), function
(Python).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SourceLocation` class, part of the Google.Cloud.AppEngine.Logging.V1 API, specifies a location within a source code file and is available in versions 1.0.0, 1.1.0, and the latest 1.2.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`SourceLocation` provides properties to identify a specific source code point, including `File` (source file name), `FunctionName` (human-readable function name), and `Line` (line number)."],["The namespace of this class is `Google.Cloud.AppEngine.Logging.V1`, and it's included in the `Google.Cloud.AppEngine.Logging.V1.dll` assembly."],["There are two constructors for `SourceLocation`: a default one and one that takes another `SourceLocation` as a parameter for duplication."]]],[]]