Skip to content

Commit 6f2e12d

Browse files
1 parent 2e58c6b commit 6f2e12d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

clients/google-api-services-essentialcontacts/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-essentialcontacts</artifactId>
25-
<version>v1-rev20240707-2.0.0</version>
25+
<version>v1-rev20250522-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-essentialcontacts:v1-rev20240707-2.0.0'
38+
implementation 'com.google.apis:google-api-services-essentialcontacts:v1-rev20250522-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-essentialcontacts/v1/2.0.0/com/google/api/services/essentialcontacts/v1/model/GoogleCloudEssentialcontactsV1Contact.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public final class GoogleCloudEssentialcontactsV1Contact extends com.google.api.
6363
private java.util.List<java.lang.String> notificationCategorySubscriptions;
6464

6565
/**
66-
* The last time the validation_state was updated, either manually or automatically. A contact is
67-
* considered stale if its validation state was updated more than 1 year ago.
66+
* Output only. The last time the validation_state was updated, either manually or automatically.
67+
* A contact is considered stale if its validation state was updated more than 1 year ago.
6868
* The value may be {@code null}.
6969
*/
7070
@com.google.api.client.util.Key
@@ -155,17 +155,17 @@ public GoogleCloudEssentialcontactsV1Contact setNotificationCategorySubscription
155155
}
156156

157157
/**
158-
* The last time the validation_state was updated, either manually or automatically. A contact is
159-
* considered stale if its validation state was updated more than 1 year ago.
158+
* Output only. The last time the validation_state was updated, either manually or automatically.
159+
* A contact is considered stale if its validation state was updated more than 1 year ago.
160160
* @return value or {@code null} for none
161161
*/
162162
public String getValidateTime() {
163163
return validateTime;
164164
}
165165

166166
/**
167-
* The last time the validation_state was updated, either manually or automatically. A contact is
168-
* considered stale if its validation state was updated more than 1 year ago.
167+
* Output only. The last time the validation_state was updated, either manually or automatically.
168+
* A contact is considered stale if its validation state was updated more than 1 year ago.
169169
* @param validateTime validateTime or {@code null} for none
170170
*/
171171
public GoogleCloudEssentialcontactsV1Contact setValidateTime(String validateTime) {

clients/google-api-services-essentialcontacts/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-essentialcontacts</artifactId>
11-
<version>v1-rev20240707-2.0.0</version>
12-
<name>Essential Contacts API v1-rev20240707-2.0.0</name>
11+
<version>v1-rev20250522-2.0.0</version>
12+
<name>Essential Contacts API v1-rev20250522-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-essentialcontacts/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-essentialcontacts</artifactId>
25-
<version>v1-rev20240707-2.0.0</version>
25+
<version>v1-rev20250522-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-essentialcontacts:v1-rev20240707-2.0.0'
38+
implementation 'com.google.apis:google-api-services-essentialcontacts:v1-rev20250522-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)