You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying this in my project and noticed that it fails for the wrappers.proto from google:
// Wrapper message for `uint64`.
//
// The JSON representation for `UInt64Value` is JSON string.
message UInt64Value {
// The uint64 value.
uint64 value = 1;
}
I was trying this in my project and noticed that it fails for the
wrappers.proto
from google:The text was updated successfully, but these errors were encountered: