Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683857893
Change-Id: Ie6e2f16d8bb32708da535b2b2f2552868481c26b
  • Loading branch information
laramiel authored and copybara-github committed Oct 9, 2024
1 parent d37f4e5 commit 2def8c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tensorstore/kvstore/gcs_grpc/mock_storage_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ class MockStorage : public ::google::storage::v2::Storage::Service {
TENSORSTORE_GRPC_MOCK(UpdateBucket,
::google::storage::v2::UpdateBucketRequest,
::google::storage::v2::Bucket);
TENSORSTORE_GRPC_MOCK(DeleteNotificationConfig,
::google::storage::v2::DeleteNotificationConfigRequest,
::google::protobuf::Empty);
TENSORSTORE_GRPC_MOCK(GetNotificationConfig,
::google::storage::v2::GetNotificationConfigRequest,
::google::storage::v2::NotificationConfig);
TENSORSTORE_GRPC_MOCK(CreateNotificationConfig,
::google::storage::v2::CreateNotificationConfigRequest,
::google::storage::v2::NotificationConfig);
TENSORSTORE_GRPC_MOCK(ListNotificationConfigs,
::google::storage::v2::ListNotificationConfigsRequest,
::google::storage::v2::ListNotificationConfigsResponse);
TENSORSTORE_GRPC_MOCK(ComposeObject,
::google::storage::v2::ComposeObjectRequest,
::google::storage::v2::Object);
Expand Down

0 comments on commit 2def8c1

Please sign in to comment.