Skip to content

Commit 3ac2c57

Browse files
1 parent a1eb947 commit 3ac2c57

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

clients/google-api-services-people/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-people</artifactId>
25-
<version>v1-rev20240313-2.0.0</version>
25+
<version>v1-rev20250513-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-people:v1-rev20240313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-people:v1-rev20250513-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-people/v1/2.0.0/com/google/api/services/people/v1/PeopleService.java

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4006,11 +4006,13 @@ public SearchDirectoryPeople set(String parameterName, Object value) {
40064006
* not specified for the contact to be updated or if there is no contact source. The server returns
40074007
* a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different
40084008
* than the contact's etag, which indicates the contact has changed since its data was read. Clients
4009-
* should get the latest person and merge their updates into the latest person. The server returns a
4010-
* 400 error if `memberships` are being updated and there are no contact group memberships specified
4011-
* on the person. The server returns a 400 error if more than one field is specified on a field that
4012-
* is a singleton for contact sources: * biographies * birthdays * genders * names Mutate requests
4013-
* for the same user should be sent sequentially to avoid increased latency and failures.
4009+
* should get the latest person and merge their updates into the latest person. If making sequential
4010+
* updates to the same person, the etag from the `updateContact` response should be used to avoid
4011+
* failures. The server returns a 400 error if `memberships` are being updated and there are no
4012+
* contact group memberships specified on the person. The server returns a 400 error if more than
4013+
* one field is specified on a field that is a singleton for contact sources: * biographies *
4014+
* birthdays * genders * names Mutate requests for the same user should be sent sequentially to
4015+
* avoid increased latency and failures.
40144016
*
40154017
* Create a request for the method "people.updateContact".
40164018
*
@@ -4042,12 +4044,13 @@ public class UpdateContact extends PeopleServiceRequest<com.google.api.services.
40424044
* not specified for the contact to be updated or if there is no contact source. The server
40434045
* returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is
40444046
* different than the contact's etag, which indicates the contact has changed since its data was
4045-
* read. Clients should get the latest person and merge their updates into the latest person. The
4046-
* server returns a 400 error if `memberships` are being updated and there are no contact group
4047-
* memberships specified on the person. The server returns a 400 error if more than one field is
4048-
* specified on a field that is a singleton for contact sources: * biographies * birthdays *
4049-
* genders * names Mutate requests for the same user should be sent sequentially to avoid
4050-
* increased latency and failures.
4047+
* read. Clients should get the latest person and merge their updates into the latest person. If
4048+
* making sequential updates to the same person, the etag from the `updateContact` response should
4049+
* be used to avoid failures. The server returns a 400 error if `memberships` are being updated
4050+
* and there are no contact group memberships specified on the person. The server returns a 400
4051+
* error if more than one field is specified on a field that is a singleton for contact sources: *
4052+
* biographies * birthdays * genders * names Mutate requests for the same user should be sent
4053+
* sequentially to avoid increased latency and failures.
40514054
*
40524055
* Create a request for the method "people.updateContact".
40534056
*

clients/google-api-services-people/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-people</artifactId>
11-
<version>v1-rev20240313-2.0.0</version>
12-
<name>People API v1-rev20240313-2.0.0</name>
11+
<version>v1-rev20250513-2.0.0</version>
12+
<name>People API v1-rev20250513-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-people/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-people</artifactId>
25-
<version>v1-rev20240313-2.0.0</version>
25+
<version>v1-rev20250513-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-people:v1-rev20240313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-people:v1-rev20250513-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)