GoogleCloudStorage::RewriteResponse
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A rewrite response.
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
true if the copy is finished; otherwise, false if the copy is in progress. This property is always present in the response.
Custom attribute writer method checking allowed values (enum). @param [Object] done Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] kind Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
The total size of the object being copied in bytes. This property is always present in the response.
Custom attribute writer method checking allowed values (enum). @param [Object] object_size Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] resource Object to be assigned
A token to use in subsequent requests to continue copying data. This token is present in the response only when there is more data to copy.
Custom attribute writer method checking allowed values (enum). @param [Object] rewrite_token Object to be assigned
The total bytes written so far, which can be used to provide a waiting user with a progress indicator. This property is always present in the response.
Custom attribute writer method checking allowed values (enum). @param [Object] total_bytes_rewritten Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid