You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Pub/Sub methods subject to a feature whitelist (related to snapshot and seek currently), any exceptions of type Google\Cloud\Core\Exception\NotFoundException will include a reminder of whitelist status in the error message. (#482)
Added Google\Cloud\Core\WhitelistTrait, and optional argument (bool) $whitelist = false to Google\Cloud\Core\GrpcTrait::send() and Google\Cloud\Core\RestTrait::send(). If this argument is toggled, any thrown exceptions of type Google\Cloud\Core\Exception\NotFoundException will be modified to include a reminder of whitelist status in the error message. (#482)