googleapis/api-common-protos

Deprecated API is used

kibertoad opened this issue · 1 comments

Error logging currently generates following warnings:

Google\Cloud\Logging\V2\LogSink_VersionFormat is deprecated and will be removed in the next major release. Use Google\Cloud\Logging\V2\LogSink\VersionFormat instead
 
-> app/vendor/google/cloud-logging/src/V2/LogSink_VersionFormat.php
Google\Rpc\QuotaFailure_Violation is deprecated and will be removed in the next major release. Use Google\Rpc\QuotaFailure\Violation instead

-> app/vendor/google/common-protos/src/Rpc/QuotaFailure_Violation.php 
Google\Rpc\PreconditionFailure_Violation is deprecated and will be removed in the next major release. Use Google\Rpc\PreconditionFailure\Violation instead

-> /app/vendor/google/common-protos/src/Rpc/PreconditionFailure_Violation.php
Google\Rpc\BadRequest_FieldViolation is deprecated and will be removed in the next major release. Use Google\Rpc\BadRequest\FieldViolation instead

-> /app/vendor/google/common-protos/src/Rpc/BadRequest_FieldViolation.php
Google\Rpc\Help_Link is deprecated and will be removed in the next major release. Use Google\Rpc\Help\Link instead

-> /app/vendor/google/common-protos/src/Rpc/Help_Link.php

This is thrown from generated PHP protobufs, but I assume that the root cause is outdated references in source protobuf definitions.
We are observing it while using the latest 0.1.0 version of google/common-protos.

Closing as obsolete.