@@ -946,8 +946,8 @@ class Client {
946946 * @param contents the contents (media) for the new object.
947947 * @param options a list of optional query parameters and/or request headers.
948948 * Valid types for this operation include `ContentEncoding`,
949- * `ContentType`, `Crc32cChecksumValue`, `DisableCrc32cChecksum`,
950- * `DisableMD5Hash `, `EncryptionKey`, `IfGenerationMatch`,
949+ * `ContentType`, `Crc32cChecksumValue`,
950+ * `UploadChecksumValidationOption `, `EncryptionKey`, `IfGenerationMatch`,
951951 * `IfGenerationNotMatch`, `IfMetagenerationMatch`,
952952 * `IfMetagenerationNotMatch`, `KmsKeyName`, `MD5HashValue`,
953953 * `PredefinedAcl`, `Projection`, `UserProject`, and `WithObjectMetadata`.
@@ -1176,8 +1176,8 @@ class Client {
11761176 * @param bucket_name the name of the bucket that contains the object.
11771177 * @param object_name the name of the object to be read.
11781178 * @param options a list of optional query parameters and/or request headers.
1179- * Valid types for this operation include `DisableCrc32cChecksum `,
1180- * `DisableMD5Hash`, ` EncryptionKey`, `Generation`, `IfGenerationMatch`,
1179+ * Valid types for this operation include `DownloadChecksumValidationOption `,
1180+ * `EncryptionKey`, `Generation`, `IfGenerationMatch`,
11811181 * `IfGenerationNotMatch`, `IfMetagenerationMatch`,
11821182 * `IfMetagenerationNotMatch`, `ReadFromOffset`, `ReadRange`, `ReadLast`,
11831183 * `UserProject`, and `AcceptEncoding`.
@@ -1240,7 +1240,7 @@ class Client {
12401240 * @param object_name the name of the object to be read.
12411241 * @param options a list of optional query parameters and/or request headers.
12421242 * Valid types for this operation include `ContentEncoding`, `ContentType`,
1243- * `Crc32cChecksumValue`, `DisableCrc32cChecksum`, `DisableMD5Hash `,
1243+ * `Crc32cChecksumValue`, `UploadChecksumValidationOption `,
12441244 * `EncryptionKey`, `IfGenerationMatch`, `IfGenerationNotMatch`,
12451245 * `IfMetagenerationMatch`, `IfMetagenerationNotMatch`, `KmsKeyName`,
12461246 * `MD5HashValue`, `PredefinedAcl`, `Projection`,
@@ -1295,7 +1295,7 @@ class Client {
12951295 * @param object_name the name of the object to be read.
12961296 * @param options a list of optional query parameters and/or request headers.
12971297 * Valid types for this operation include `ContentEncoding`, `ContentType`,
1298- * `Crc32cChecksumValue`, `DisableCrc32cChecksum`, `DisableMD5Hash `,
1298+ * `Crc32cChecksumValue`, `UploadChecksumValidationOption `,
12991299 * `EncryptionKey`, `IfGenerationMatch`, `IfGenerationNotMatch`,
13001300 * `IfMetagenerationMatch`, `IfMetagenerationNotMatch`, `KmsKeyName`,
13011301 * `MD5HashValue`, `PredefinedAcl`, `Projection`, `UserProject`,
0 commit comments