Results 8 issues of Yao Cui

``` class DefaultDataMigrationServiceStub : public DataMigrationServiceStub { public: DefaultDataMigrationServiceStub( std::unique_ptr< google::cloud::clouddms::v1::DataMigrationService::StubInterface> grpc_stub, std::unique_ptr operations_stub, std::unique_ptr iampolicy_stub, std::unique_ptr locations_stub, std::unique_ptr operations) : grpc_stub_(std::move(grpc_stub)), operations_stub_(std::move(operations_stub)), iampolicy_stub_(std::move(iampolicy_stub)), locations_stub_(std::move(locations_stub)), operations_(std::move(operations)) {} ``` After adding...

type: cleanup

Reference the [comment](https://github.com/googleapis/google-cloud-cpp/pull/14756#pullrequestreview-2346106311) Add the tests after mixin changes are submitted.

type: cleanup

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14706)

do not merge

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15216)

We got ``` LINK : fatal error LNK1201: error writing to program database 'C:\b\google\cloud\storage\benchmarks\storage_throughput_vs_cpu_benchmark.pdb'; check for insufficient disk space, invalid path, or insufficient privilege ``` when building `core` feature for...

type: cleanup

Remove `resourcesettings` after it is removed from vcpkg.

type: cleanup

Checks: modernize-type-traits modernize-unary-static-assert

type: cleanup

Currently we see the error, we need to disable it now. I believe it is a temp error, we can try to re-enable it later. ``` Step #2: [ RUN...

type: cleanup