About 1,540,698 results (5,029 milliseconds)

Switch Node if key exists

https://groups.google.com/g/node-red/c/rg0qApjnCig
May 21, 2017 ... I can understand why javascript ... Or, if you have control over the incoming msg format, remove one level of nesting and put the nextName and ...

Data definition language (DDL) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
An object in JavaScript is BigQuery-serializable if all fields are a JavaScript ... code theme. Dark code theme. ALTER SCHEMA [IF EXISTS] dataset_name DROP ...

Delete objects | Cloud Storage | Google Cloud

https://cloud.google.com/storage/docs/deleting-objects
The request to delete is aborted if the object's // generation number does not match your precondition. For a destination // object that does not yet exist ...

DataSnapshot | JavaScript SDK | Firebase JavaScript API reference

https://firebase.google.com/docs/reference/js/v8/firebase.database.DataSnapshot
... remove · undelete. projects.androidApps.sha. Overview · create · delete · list ... exists; exportVal; forEach; getPriority; hasChild; hasChildren; numChildren ...

Add data to Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/add-data
If your document contains an array field, you can use arrayUnion() and arrayRemove() to add and remove elements. arrayUnion() adds elements to an array but only ...

Class CalendarEvent | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/calendar/calendar-event
Gets the series of recurring events that this event belongs to. You must have access to the calendar. A CalendarEventSeries object is returned even if this ...

Custom javascript variable always undefined from data layer - Tag ...

https://support.google.com/tagmanager/thread/26195590/custom-javascript-variable-always-undefined-from-data-layer?hl=en
Jan 20, 2020 ... If i remove all the code other than the impressions part that will ... The code fails because you are trying to access a property of the object ...

Should we return an empty string or null for optional fields left blank

https://groups.google.com/g/api-craft/c/OBfA-Fl1RLs
Apr 16, 2012 ... Were we going to return <element xsi:nil="true" /> or were we to just going to leave the element out completely? ... if it even exists). * xsi:nil ...

'Customizing a Blockly toolbox' img field with svg inside ???

https://groups.google.com/g/blockly/c/T6k2dk4KB-U
Beka Westberg · 1) Examine the elements of your page to see if the icon exists, but isn't visible. · 2) Double check that the path to your toolboxitem.svg is ...

Read and Write Data on the Web | Firebase Realtime Database

https://firebase.google.com/docs/database/web/read-and-write
If there is no data, the snapshot will return false when you call exists() and null when you call val() on it. Important: onValue() is called every time ...

Mutator help please!

https://groups.google.com/g/blockly/c/DTFC2GVoKSQ
<<Removing this for better code reading>>. },. elementSelectionListener ... if (!inputExists){. this.appendDummyInput("EMPTY") .appendField(new Blockly ...

Writing conditions for Cloud Firestore Security Rules | Firebase

https://firebase.google.com/docs/firestore/security/rules-conditions
When using variables to construct paths for get() and exists() , you ... // Allow the user to delete cities if their user document has the // 'admin ...

AssignMessage policy | Apigee | Google Cloud

https://cloud.google.com/apigee/docs/api-platform/reference/policies/assign-message-policy
If the flow variable does not exist, then <AssignVariable> creates it. You can use multiple AssignVariable elements within the AssignMessage policy. They are ...

Work with IndexedDB | Articles | web.dev

https://developers.google.com/web/ilt/pwa/working-with-indexeddb
Jan 15, 2024 ... Unlike in database tables, the JavaScript data types of data in a store don't need to be consistent. For example, if an app has a people object ...

Class File | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/drive/file
Aug 15, 2024 ... ... item it points to. getThumbnail(), Blob, Gets a thumbnail image for the file, or null if no thumbnail exists. getUrl(), String, Gets the URL ...

Cloud Firestore triggers | Cloud Functions for Firebase

https://firebase.google.com/docs/functions/firestore-events
... object with the current document value. // If the document does not exist, it has been deleted. const document = change.after.exists ? change.after.data ...

Read and Write Data | Firebase Realtime Database

https://firebase.google.com/docs/database/flutter/read-and-write
Aug 1, 2023 ... The event has a snapshot property containing all data at that location, including child data. If there is no data, the snapshot's exists ...

Retrieving Data | Firebase Realtime Database

https://firebase.google.com/docs/database/admin/retrieve-data
Calling val() / getValue() on a snapshot returns the a language-specific object representation of the data. If no data exists at the reference's location, the ...

Class Element | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/xml-service/element
Jun 26, 2018 ... Removes the attribute for this Element node with the given name and no namespace, if such an attribute exists. removeAttribute(attributeName, ...