Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d94bcd

Browse files
committed
Consumer: add protobuf product schema
1 parent07045fb commit8d94bcd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
syntax="proto3";
2+
3+
packageproduct;
4+
5+
optionjava_package="com.telkomdev.consumer.protojava";
6+
optionjava_outer_classname="ProductProto";
7+
8+
messageProduct {
9+
stringID=1;
10+
stringName=2;
11+
uint64Quantity=3;
12+
repeatedstringImages=4;
13+
}
14+
15+
messageProductList {
16+
repeatedProductProducts=1;
17+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp