Sha256: 78b7f90f1b40ed828cbdcfecf8adac9b1d88036c92a5bb0a0c8f067fdf8c172f

Contents?: true

Size: 481 Bytes

Versions: 9

Compression:

Stored size: 481 Bytes

Contents

syntax = "proto3";

message PhotoMessage {
  string url       = 1;
  int64  user_guid = 2;
}

message UserMessage {
  string guid         = 1;
  string name         = 2;
  string email        = 3;
  string email_domain = 4 [deprecated = true];
  string password     = 5;
  repeated string nullify      = 6;
  repeated PhotoMessage photos = 7;
  int64 created_at = 8;
  int64 updated_at = 9;
}

message UserSearchMessage {
  repeated string guid = 1;
  repeated string email = 2;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
protobuf-activerecord-7.0.0 spec/support/definitions/messages.proto
protobuf-activerecord-6.1.0 spec/support/definitions/messages.proto
protobuf-activerecord-6.0.0 spec/support/definitions/messages.proto
protobuf-activerecord-5.2.0 spec/support/definitions/messages.proto
protobuf-activerecord-5.1.0 spec/support/definitions/messages.proto
protobuf-activerecord-5.0.0 spec/support/definitions/messages.proto
protobuf-activerecord-5.1.0.beta spec/support/definitions/messages.proto
protobuf-activerecord-5.0.0.beta spec/support/definitions/messages.proto
protobuf-activerecord-3.6.1 spec/support/definitions/messages.proto