class Google::Cloud::Env::ComputeMetadata

def canonicalize_query query

Other tags:
    Private: -
def canonicalize_query query
  query&.transform_keys(&:to_s)
end