File tree Expand file tree Collapse file tree
src/SmartDeviceManagement Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments