View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingSourceLocation (google_api_discovery_engine v0.27.0)
Indicates a location in the source code of the service for which errors are reported.
Attributes
-
functionName
(type:String.t
, default:nil
) - Human-readable name of a function or method—for example,google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingSourceLocation{ functionName: String.t() | nil }