All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ndb-grpc-proto.1.0.source-code.common_messages.proto Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
syntax = "proto3";
package io.axoniq.platform;
option java_multiple_files = true;

message SerializedObject {

    string type = 1;
    string revision = 2;
    bytes data = 3;
}

message MetaDataValue {
    oneof data {
        string text_value = 1;
        sint64 number_value = 2;
        bool boolean_value = 3;
        double double_value = 4;
        SerializedObject bytes_value = 5;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy