Skip to content

Commit e63790e

Browse files
1 parent f9d698d commit e63790e

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

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

clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/DeviceNames.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class DeviceNames extends com.google.api.client.json.GenericJson {
3838
private java.util.List<java.lang.String> defaultNames;
3939

4040
/**
41-
* Primary name of the device, generally provided by the user.
41+
* Primary name of the device, generally provided by the user. Names will be truncated if over the
42+
* 60 Unicode code point (character) limit and no errors will be thrown. Developers are
43+
* responsible for handling long names.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -71,15 +73,19 @@ public DeviceNames setDefaultNames(java.util.List<java.lang.String> defaultNames
7173
}
7274

7375
/**
74-
* Primary name of the device, generally provided by the user.
76+
* Primary name of the device, generally provided by the user. Names will be truncated if over the
77+
* 60 Unicode code point (character) limit and no errors will be thrown. Developers are
78+
* responsible for handling long names.
7579
* @return value or {@code null} for none
7680
*/
7781
public java.lang.String getName() {
7882
return name;
7983
}
8084

8185
/**
82-
* Primary name of the device, generally provided by the user.
86+
* Primary name of the device, generally provided by the user. Names will be truncated if over the
87+
* 60 Unicode code point (character) limit and no errors will be thrown. Developers are
88+
* responsible for handling long names.
8389
* @param name name or {@code null} for none
8490
*/
8591
public DeviceNames setName(java.lang.String name) {

clients/google-api-services-homegraph/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-homegraph</artifactId>
11-
<version>v1-rev20250410-2.0.0</version>
12-
<name>HomeGraph API v1-rev20250410-2.0.0</name>
11+
<version>v1-rev20250716-2.0.0</version>
12+
<name>HomeGraph API v1-rev20250716-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)