Interface PatchMediaBody._FinalStage
- All Known Implementing Classes:
PatchMediaBody.Builder
- Enclosing class:
PatchMediaBody
public static interface PatchMediaBody._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()uploadHttpError(String uploadHttpError) uploadHttpError(Optional<String> uploadHttpError) The HTTP error message of the uploaduploadTimeMs(Integer uploadTimeMs) uploadTimeMs(Optional<Integer> uploadTimeMs) The time in milliseconds it took to upload the media record
-
Method Details
-
build
PatchMediaBody build() -
additionalProperty
-
additionalProperties
-
uploadHttpError
The HTTP error message of the upload
-
uploadHttpError
-
uploadTimeMs
The time in milliseconds it took to upload the media record
-
uploadTimeMs
-