Skip to content

Commit 39b299e

Browse files
1 parent 82feb28 commit 39b299e

6 files changed

Lines changed: 6 additions & 87 deletions

File tree

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-rev20260112-2.0.0</version>
25+
<version>v1-rev20260427-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-rev20260112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-smartdevicemanagement:v1-rev20260427-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: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
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-
4033
/**
4134
* Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
4235
* The value may be {@code null}.
@@ -67,23 +60,6 @@ public final class GoogleHomeEnterpriseSdmV1Device extends com.google.api.client
6760
@com.google.api.client.util.Key
6861
private java.lang.String type;
6962

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-
8763
/**
8864
* Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
8965
* @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: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ 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-
5041
/**
5142
* Output only. The name of the relation -- e.g., structure/room where the device is assigned to.
5243
* For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"
@@ -74,27 +65,6 @@ public GoogleHomeEnterpriseSdmV1ParentRelation setDisplayName(java.lang.String d
7465
return this;
7566
}
7667

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-
9868
/**
9969
* Output only. The name of the relation -- e.g., structure/room where the device is assigned to.
10070
* 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: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
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-
4133
/**
4234
* Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".
4335
* The value may be {@code null}.
@@ -52,25 +44,6 @@ public final class GoogleHomeEnterpriseSdmV1Structure extends com.google.api.cli
5244
@com.google.api.client.util.Key
5345
private java.util.Map<String, java.lang.Object> traits;
5446

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-
7447
/**
7548
* Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".
7649
* @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-rev20260112-2.0.0</version>
12-
<name>Smart Device Management API v1-rev20260112-2.0.0</name>
11+
<version>v1-rev20260427-2.0.0</version>
12+
<name>Smart Device Management API v1-rev20260427-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-rev20260112-2.0.0</version>
25+
<version>v1-rev20260427-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-rev20260112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-smartdevicemanagement:v1-rev20260427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)