Ask Your Question
2

Can google.protobuf.Int32Value be used together with google.protobuf.Int64Value?

asked 2023-07-16 18:20:57 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-16 18:33:02 +0000

nofretete gravatar image

Yes, both google.protobuf.Int32Value and google.protobuf.Int64Value can be used together as they represent different data types. Int32Value represents a 32-bit signed integer, while Int64Value represents a 64-bit signed integer. They can be used to represent numerical values of different ranges and sizes.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-16 18:20:57 +0000

Seen: 11 times

Last updated: Jul 16 '23