Skip to content

Commit e8d69af

Browse files
committed
feat: Generate Google.Apis.SmartDeviceManagement.v1 version 1.73.0.4127
1 parent 567241a commit e8d69af

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

DiscoveryJson/smartdevicemanagement.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,15 @@
312312
}
313313
}
314314
},
315-
"revision": "20260112",
315+
"revision": "20260420",
316316
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
317317
"schemas": {
318318
"GoogleHomeEnterpriseSdmV1Device": {
319319
"description": "Device resource represents an instance of enterprise managed device in the property.",
320320
"id": "GoogleHomeEnterpriseSdmV1Device",
321321
"properties": {
322322
"ghpName": {
323-
"description": "Output only. The GHP device ID of the device.",
323+
"description": "Output only. The Home APIs device ID of the device.",
324324
"readOnly": true,
325325
"type": "string"
326326
},
@@ -438,7 +438,7 @@
438438
"type": "string"
439439
},
440440
"ghpParent": {
441-
"description": "Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned to. For example: \"homegraph.googleapis.com/Structure/ABC\" or \"homegraph.googleapis.com/Room/ABC\"",
441+
"description": "Output only. The Home APIs name of the relation -- e.g., structure/room where the device is assigned to. For example: \"homegraph.googleapis.com/Structure/ABC\" or \"homegraph.googleapis.com/Room/ABC\"",
442442
"readOnly": true,
443443
"type": "string"
444444
},

Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ namespace Google.Apis.SmartDeviceManagement.v1.Data
695695
/// <summary>Device resource represents an instance of enterprise managed device in the property.</summary>
696696
public class GoogleHomeEnterpriseSdmV1Device : Google.Apis.Requests.IDirectResponseSchema
697697
{
698-
/// <summary>Output only. The GHP device ID of the device.</summary>
698+
/// <summary>Output only. The Home APIs device ID of the device.</summary>
699699
[Newtonsoft.Json.JsonPropertyAttribute("ghpName")]
700700
public virtual string GhpName { get; set; }
701701

@@ -794,7 +794,7 @@ public class GoogleHomeEnterpriseSdmV1ParentRelation : Google.Apis.Requests.IDir
794794
public virtual string DisplayName { get; set; }
795795

796796
/// <summary>
797-
/// Output only. The GHP name of the relation -- e.g., structure/room where the device is assigned to. For
797+
/// Output only. The Home APIs name of the relation -- e.g., structure/room where the device is assigned to. For
798798
/// example: "homegraph.googleapis.com/Structure/ABC" or "homegraph.googleapis.com/Room/ABC"
799799
/// </summary>
800800
[Newtonsoft.Json.JsonPropertyAttribute("ghpParent")]

Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.SmartDeviceManagement.v1 Client Library</Title>
6-
<Version>1.73.0.4029</Version>
6+
<Version>1.73.0.4127</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)