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
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Now FakeStorageRpc implements the StorageRpc interface from the Storage module.
This makes it impossible to extend the StorageRpc because it breaks cross-module dependencies.
Updating FakeStorageRpc to extend newly introduce StorageRpcTestBase as suggested in googleapis/java-storage#242 will help.
Now FakeStorageRpc implements the StorageRpc interface from the Storage module.
This makes it impossible to extend the StorageRpc because it breaks cross-module dependencies.
Updating
FakeStorageRpcto extend newly introduceStorageRpcTestBaseas suggested ingoogleapis/java-storage#242 will help.