How to correctly define a int 2D array in a proto3 file and pass an int 2d array as an argument in java grpc client call to server

后端 未结 0 730
刺人心
刺人心 2021-02-09 10:09

I have the following .proto file:

syntax = "proto3";
option java_multiple_files = true;
option java_package = "com.grpc.matrixmult";

message          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题