| Package | Description |
|---|---|
| com.google.api.services.people.v1 | |
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.People.BatchCreateContacts |
PeopleService.People.batchCreateContacts(BatchCreateContactsRequest content)
Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for
the same user should be sent sequentially to avoid increased latency and failures.
|
| Constructor and Description |
|---|
BatchCreateContacts(BatchCreateContactsRequest content)
Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for
the same user should be sent sequentially to avoid increased latency and failures.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateContactsRequest |
BatchCreateContactsRequest.clone() |
BatchCreateContactsRequest |
BatchCreateContactsRequest.set(String fieldName,
Object value) |
BatchCreateContactsRequest |
BatchCreateContactsRequest.setContacts(List<ContactToCreate> contacts)
Required.
|
BatchCreateContactsRequest |
BatchCreateContactsRequest.setReadMask(String readMask)
Required.
|
BatchCreateContactsRequest |
BatchCreateContactsRequest.setSources(List<String> sources)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.