google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata View Source

This message type encapsulates additional information about query execution

Attributes

  • errors (type: list(String.t), default: nil) - List of error messages as strings
  • notices (type: list(String.t), default: nil) - List of additional information such as data source, if result was truncated etc. E.g "notices": [

             "Source:Postgres",
             "PG Host:uappg0rw.e2e.apigeeks.net",
             "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed",
             "Table used: edge.api.uapgroup2.agg_api"

    ]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata{
  errors: [String.t()],
  notices: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.