View Source GoogleApi.Metastore.V1beta.Model.QueryMetadataRequest (google_api_metastore v0.11.0)

Request message for DataprocMetastore.QueryMetadata.

Attributes

  • query (type: String.t, default: nil) - Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.QueryMetadataRequest{
  query: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.