Skip to content

Commit

Permalink
removed v1 from events
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen committed Feb 1, 2024
1 parent 89162d6 commit f59a578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ydb/public/api/client/yc_public/events/backup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";
package yandex.cloud.events.ydb;

import "google/protobuf/timestamp.proto";
import "yandex/cloud/ydb/v1/backup.proto";
import "yandex/cloud/ydb/backup.proto";
import "yandex/cloud/events/common.proto";
import "yandex/cloud/validation.proto";
import "yandex/cloud/events/options.proto";
Expand Down
4 changes: 2 additions & 2 deletions ydb/public/api/client/yc_public/events/database.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package yandex.cloud.events.ydb;
import "google/protobuf/timestamp.proto";
import "yandex/cloud/events/common.proto";
import "yandex/cloud/validation.proto";
import "yandex/cloud/ydb/v1/database.proto";
import "yandex/cloud/ydb/v1/backup.proto";
import "yandex/cloud/ydb/database.proto";
import "yandex/cloud/ydb/backup.proto";
import "yandex/cloud/events/options.proto";
import "google/rpc/status.proto";
import "google/protobuf/field_mask.proto";
Expand Down

0 comments on commit f59a578

Please sign in to comment.