Skip to content

Commit d9f72eb

Browse files
1 parent 9d9cfcd commit d9f72eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/ApiKeysService/V2Key.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class V2Key extends \Google\Model
4949
*/
5050
public $displayName;
5151
/**
52-
* Output only. A checksum computed by the server based on the current value
53-
* of the Key resource. This may be sent on update and delete requests to
54-
* ensure the client has an up-to-date value before proceeding. See
52+
* A checksum computed by the server based on the current value of the Key
53+
* resource. This may be sent on update and delete requests to ensure the
54+
* client has an up-to-date value before proceeding. See
5555
* https://google.aip.dev/154.
5656
*
5757
* @var string
@@ -166,9 +166,9 @@ public function getDisplayName()
166166
return $this->displayName;
167167
}
168168
/**
169-
* Output only. A checksum computed by the server based on the current value
170-
* of the Key resource. This may be sent on update and delete requests to
171-
* ensure the client has an up-to-date value before proceeding. See
169+
* A checksum computed by the server based on the current value of the Key
170+
* resource. This may be sent on update and delete requests to ensure the
171+
* client has an up-to-date value before proceeding. See
172172
* https://google.aip.dev/154.
173173
*
174174
* @param string $etag

0 commit comments

Comments
 (0)