Tags: irvifa/google-cloud-cpp
Tags
chore: update changelog for v1.41.0 release (googleapis#9122)
fix(GCS+gRPC): unused mutable Object fields (googleapis#8998) A few fields in the `WithObjectMetadata()` option were not used. Notably `custom_time()` and `acl()`. I changed the unit test to make it easier to inspect that all fields are tested, the expectation is created via `ExpectedFullObjectMetadata()`. A few fields are complicated, because they only setable in requests that create new objects. To fix the problem I refactored the code to copy mutable fields from the `storage::*Request` classes to the `google.storage.v2.Object` proto.
fix(GCS+gRPC): unused mutable Object fields (googleapis#8997) A few fields in the `WithObjectMetadata()` option were not used. Notably `custom_time()` and `acl()`. I changed the unit test to make it easier to inspect that all fields are tested, the expectation is created via `ExpectedFullObjectMetadata()`. A few fields are complicated, because they only setable in requests that create new objects. To fix the problem I refactored the code to copy mutable fields from the `storage::*Request` classes to the `google.storage.v2.Object` proto.
fix: correct check for storage vs. rest enabled (googleapis#8855) We cannot enable the storage library and disable the `rest-internal` library, unfortunately the check was based on the wrong variables.
chore: update CHANGELOG for 202204 release (googleapis#8684) * chore: update CHANGELOG for 202204 release
PreviousNext