Skip to content

Commit 08b82b8

Browse files
committed
Revert
1 parent 5ff2936 commit 08b82b8

File tree

2 files changed

+32
-34
lines changed

2 files changed

+32
-34
lines changed

proto/viam/datasync/v1/data_sync.pb.go

Lines changed: 30 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/viam/datasync/v1/data_sync.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ message UploadMetadata {
3838
string method_name = 5;
3939
DataType type = 6;
4040
string file_name = 7;
41-
map<string, google.protobuf.Any> method_parameters = 8;
41+
map<string, string> method_parameters = 8;
4242
string file_extension = 9;
4343
repeated string tags = 10;
4444
}
@@ -73,7 +73,7 @@ message DataCaptureMetadata {
7373
string component_model = 3;
7474
string method_name = 4;
7575
DataType type = 5;
76-
map<string, google.protobuf.Any> method_parameters = 6;
76+
map<string, string> method_parameters = 6;
7777
string file_extension = 7;
7878
repeated string tags = 8;
7979
}

0 commit comments

Comments
 (0)