CopyOtherContactsToMyContacts
Copies an 'Other contact' to a new contact in the user's 'myContacts' group
ストアドプロシージャ固有の情報
その他の連絡先を連絡先にコピーするプロセス
GoogleContacts は、EXEC クエリでは、大きいカラムサブセットを扱うことを許可していません。これらのカラムは、通常= 比較でのみ使用できます。CopyOtherContactsToMyContacts で利用可能なカラムはId、FieldsToCopy、およびSources です。
次に例を示します。
EXECUTE CopyOtherContactsToMyContacts Id = 'c2583603548064626314', FieldsToCopy = 'emailAddresses, names, phoneNumbers', Sources = 'READ_SOURCE_TYPE_CONTACT'
Input
Name | Type | Required | Description |
Id | String | True | The Id of the 'Other contact' to copy. |
FieldsToCopy | String | True | The fields to restrict which fields are copied into the new contact. Valid values are: emailAddresses,names,phoneNumbers |
Sources | String | True | A mask of what source types to return. Valid values are: READ_SOURCE_TYPE_UNSPECIFIED, READ_SOURCE_TYPE_PROFILE, READ_SOURCE_TYPE_CONTACT, READ_SOURCE_TYPE_DOMAIN_CONTACT |
Result Set Columns
Name | Type | Description |
Success | String | Returns True if contact group has been modified. |