• Home
  • Raw
  • Download

Lines Matching full:contact

79 <p class="firstline">Deletes a contact.</p>
82 <p class="firstline">Gets a single contact by ID.</p>
85 <p class="firstline">Inserts a new contact.</p>
91 <p class="firstline">Updates a contact in place. This method supports patch semantics.</p>
94 <p class="firstline">Updates a contact in place.</p>
98 <pre>Deletes a contact.
101 id: string, The ID of the contact. (required)
107 <pre>Gets a single contact by ID.
110 id: string, The ID of the contact. (required)
115 { # A person or group that can be used as a creator or a contact.
116 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
117 "displayName": "A String", # The name to display for this contact.
118contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
121 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
124 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
125 …"source": "A String", # The ID of the application that created this contact. This is populated by …
126 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
127 … "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
131 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
134 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
135 { # A single menu command that is part of a Contact.
141 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
142contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
148 <pre>Inserts a new contact.
154 { # A person or group that can be used as a creator or a contact.
155 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
156 "displayName": "A String", # The name to display for this contact.
157contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
160 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
163 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
164 …"source": "A String", # The ID of the application that created this contact. This is populated by …
165 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
166 "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
170 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
173 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
174 { # A single menu command that is part of a Contact.
180 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
181contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
188 { # A person or group that can be used as a creator or a contact.
189 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
190 "displayName": "A String", # The name to display for this contact.
191contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
194 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
197 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
198 …"source": "A String", # The ID of the application that created this contact. This is populated by …
199 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
200 … "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
204 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
207 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
208 { # A single menu command that is part of a Contact.
214 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
215contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
229 "items": [ # Contact list.
230 { # A person or group that can be used as a creator or a contact.
231 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
232 "displayName": "A String", # The name to display for this contact.
233contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
236 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
239 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
240 …"source": "A String", # The ID of the application that created this contact. This is populated by …
241 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
242 … "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
246 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
249 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
250 { # A single menu command that is part of a Contact.
256 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
257contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
266 <pre>Updates a contact in place. This method supports patch semantics.
269 id: string, The ID of the contact. (required)
273 { # A person or group that can be used as a creator or a contact.
274 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
275 "displayName": "A String", # The name to display for this contact.
276contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
279 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
282 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
283 …"source": "A String", # The ID of the application that created this contact. This is populated by …
284 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
285 "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
289 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
292 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
293 { # A single menu command that is part of a Contact.
299 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
300contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
307 { # A person or group that can be used as a creator or a contact.
308 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
309 "displayName": "A String", # The name to display for this contact.
310contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
313 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
316 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
317 …"source": "A String", # The ID of the application that created this contact. This is populated by …
318 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
319 … "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
323 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
326 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
327 { # A single menu command that is part of a Contact.
333 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
334contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
340 <pre>Updates a contact in place.
343 id: string, The ID of the contact. (required)
347 { # A person or group that can be used as a creator or a contact.
348 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
349 "displayName": "A String", # The name to display for this contact.
350contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
353 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
356 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
357 …"source": "A String", # The ID of the application that created this contact. This is populated by …
358 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
359 "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
363 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
366 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
367 { # A single menu command that is part of a Contact.
373 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
374contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…
381 { # A person or group that can be used as a creator or a contact.
382 "kind": "mirror#contact", # The type of resource. This is always mirror#contact.
383 "displayName": "A String", # The name to display for this contact.
384contact supports. The contact will be shown to the user if any of its acceptTypes matches any of t…
387 …: [ # Set of image URLs to display for a contact. Most contacts will have a single image, but a "g…
390 …"priority": 42, # Priority for the contact to determine ordering in a list of contacts. Contacts w…
391 …"source": "A String", # The ID of the application that created this contact. This is populated by …
392 …"phoneNumber": "A String", # Primary phone number for the contact. This can be a fully-qualified n…
393 … "sharingFeatures": [ # A list of sharing features that a contact can handle. Allowed values are:
397 …"type": "A String", # The type for this contact. This is used for sorting in UIs. Allowed values a…
400 …"acceptCommands": [ # A list of voice menu commands that a contact can handle. Glass shows up to t…
401 { # A single menu command that is part of a Contact.
407 …"id": "A String", # An ID for this contact. This is generated by the application and is treated as…
408contact as it should be pronounced. If this contact's name must be spoken as part of a voice disam…