View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineLoggingSourceLocation (google_api_discovery_engine v0.16.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.V1.Model.GoogleCloudDiscoveryengineLoggingSourceLocation{
    functionName: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.