Get desktop application:
View/edit binary Protocol Buffers messages
Wrapper message for `bool`. The JSON representation for `BoolValue` is JSON `true` and `false`.
Used in:
The bool value.
Wrapper message for `bytes`. The JSON representation for `BytesValue` is JSON string.
The bytes value.
Wrapper message for `double`. The JSON representation for `DoubleValue` is JSON number.
The double value.
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Used as request type in: rss.common.CoordinatorServer.checkServiceAvailable, rss.common.CoordinatorServer.fetchClientConf, rss.common.CoordinatorServer.getShuffleDataStorageInfo, rss.common.CoordinatorServer.getShuffleServerList, rss.common.CoordinatorServer.getShuffleServerNum
(message has no fields)
Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number.
The float value.
Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number.
The int32 value.
Wrapper message for `int64`. The JSON representation for `Int64Value` is JSON string.
The int64 value.
Wrapper message for `string`. The JSON representation for `StringValue` is JSON string.
The string value.
Wrapper message for `uint32`. The JSON representation for `UInt32Value` is JSON number.
The uint32 value.
Wrapper message for `uint64`. The JSON representation for `UInt64Value` is JSON string.
The uint64 value.