Skip to content

Commit 1e562ea

Browse files
chore: regenerate smartdevicemanagement client
1 parent 5ec85f7 commit 1e562ea

File tree

6 files changed

+87
-6
lines changed

6 files changed

+87
-6
lines changed

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

clients/google-api-services-smartdevicemanagement/v1/2.0.0/com/google/api/services/smartdevicemanagement/v1/model/GoogleHomeEnterpriseSdmV1Device.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleHomeEnterpriseSdmV1Device extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. The GHP device ID of the device.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String ghpName;
39+
3340
/**
3441
* Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
3542
* The value may be {@code null}.
@@ -60,6 +67,23 @@ public final class GoogleHomeEnterpriseSdmV1Device extends com.google.api.client
6067
@com.google.api.client.util.Key
6168
private java.lang.String type;
6269

70+
/**
71+
* Output only. The GHP device ID of the device.
72+
* @return value or {@code null} for none
73+
*/
74+
public java.lang.String getGhpName() {
75+
return ghpName;
76+
}
77+
78+
/**
79+
* Output only. The GHP device ID of the device.
80+
* @param ghpName ghpName or {@code null} for none
81+
*/
82+
public GoogleHomeEnterpriseSdmV1Device setGhpName(java.lang.String ghpName) {
83+
this.ghpName = ghpName;
84+
return this;
85+
}
86+
6387
/**
6488
* Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
6589
* @return value or {@code null} for none

clients/google-api-services-smartdevicemanagement/v1/2.0.0/com/google/api/services/smartdevicemanagement/v1/model/GoogleHomeEnterpriseSdmV1ParentRelation.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ public final class GoogleHomeEnterpriseSdmV1ParentRelation extends com.google.ap
3838
@com.google.api.client.util.Key
3939
private java.lang.String displayName;
4040

41+
/**
42+
* Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned
43+
* to. For example: "homegraph.googleapis.com/Structure/ABC" or
44+
* "homegraph.googleapis.com/Room/ABC"
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String ghpParent;
49+
4150
/**
4251
* Output only. The name of the relation -- e.g., structure/room where the device is assigned to.
4352
* For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"
@@ -65,6 +74,27 @@ public GoogleHomeEnterpriseSdmV1ParentRelation setDisplayName(java.lang.String d
6574
return this;
6675
}
6776

77+
/**
78+
* Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned
79+
* to. For example: "homegraph.googleapis.com/Structure/ABC" or
80+
* "homegraph.googleapis.com/Room/ABC"
81+
* @return value or {@code null} for none
82+
*/
83+
public java.lang.String getGhpParent() {
84+
return ghpParent;
85+
}
86+
87+
/**
88+
* Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned
89+
* to. For example: "homegraph.googleapis.com/Structure/ABC" or
90+
* "homegraph.googleapis.com/Room/ABC"
91+
* @param ghpParent ghpParent or {@code null} for none
92+
*/
93+
public GoogleHomeEnterpriseSdmV1ParentRelation setGhpParent(java.lang.String ghpParent) {
94+
this.ghpParent = ghpParent;
95+
return this;
96+
}
97+
6898
/**
6999
* Output only. The name of the relation -- e.g., structure/room where the device is assigned to.
70100
* For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"

clients/google-api-services-smartdevicemanagement/v1/2.0.0/com/google/api/services/smartdevicemanagement/v1/model/GoogleHomeEnterpriseSdmV1Structure.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleHomeEnterpriseSdmV1Structure extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. The unique identifier for the structure in Google Home Platform. Format:
35+
* homegraph.googleapis.com/Structure/{structure_id}
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String ghpName;
40+
3341
/**
3442
* Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".
3543
* The value may be {@code null}.
@@ -44,6 +52,25 @@ public final class GoogleHomeEnterpriseSdmV1Structure extends com.google.api.cli
4452
@com.google.api.client.util.Key
4553
private java.util.Map<String, java.lang.Object> traits;
4654

55+
/**
56+
* Output only. The unique identifier for the structure in Google Home Platform. Format:
57+
* homegraph.googleapis.com/Structure/{structure_id}
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.String getGhpName() {
61+
return ghpName;
62+
}
63+
64+
/**
65+
* Output only. The unique identifier for the structure in Google Home Platform. Format:
66+
* homegraph.googleapis.com/Structure/{structure_id}
67+
* @param ghpName ghpName or {@code null} for none
68+
*/
69+
public GoogleHomeEnterpriseSdmV1Structure setGhpName(java.lang.String ghpName) {
70+
this.ghpName = ghpName;
71+
return this;
72+
}
73+
4774
/**
4875
* Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".
4976
* @return value or {@code null} for none

clients/google-api-services-smartdevicemanagement/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-smartdevicemanagement</artifactId>
11-
<version>v1-rev20231119-2.0.0</version>
12-
<name>Smart Device Management API v1-rev20231119-2.0.0</name>
11+
<version>v1-rev20260112-2.0.0</version>
12+
<name>Smart Device Management API v1-rev20260112-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)