Skip to content

Commit 426333a

Browse files
1 parent e90c60e commit 426333a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Device.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class GoogleHomeEnterpriseSdmV1Device extends \Google\Collection
2121
{
2222
protected $collection_key = 'parentRelations';
2323
/**
24-
* Output only. The GHP device ID of the device.
24+
* Output only. The Home APIs device ID of the device.
2525
*
2626
* @var string
2727
*/
@@ -52,7 +52,7 @@ class GoogleHomeEnterpriseSdmV1Device extends \Google\Collection
5252
public $type;
5353

5454
/**
55-
* Output only. The GHP device ID of the device.
55+
* Output only. The Home APIs device ID of the device.
5656
*
5757
* @param string $ghpName
5858
*/

src/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ParentRelation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class GoogleHomeEnterpriseSdmV1ParentRelation extends \Google\Model
2727
*/
2828
public $displayName;
2929
/**
30-
* Output only. The GHP name of the relation -- e.g., structure/room where the
31-
* device is assigned to. For example:
30+
* Output only. The Home APIs name of the relation -- e.g., structure/room
31+
* where the device is assigned to. For example:
3232
* "homegraph.googleapis.com/Structure/ABC" or
3333
* "homegraph.googleapis.com/Room/ABC"
3434
*
@@ -62,8 +62,8 @@ public function getDisplayName()
6262
return $this->displayName;
6363
}
6464
/**
65-
* Output only. The GHP name of the relation -- e.g., structure/room where the
66-
* device is assigned to. For example:
65+
* Output only. The Home APIs name of the relation -- e.g., structure/room
66+
* where the device is assigned to. For example:
6767
* "homegraph.googleapis.com/Structure/ABC" or
6868
* "homegraph.googleapis.com/Room/ABC"
6969
*

0 commit comments

Comments
 (0)