Sha256: da4de37568122bd9425b048677d9f5af28c54b4946f0b58a2d09a5f1cf7c0341

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

Stored size: 476 Bytes

Contents

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protobuf-activerecord-3.6.0 spec/support/definitions/messages.proto
protobuf-activerecord-3.5.1 spec/support/definitions/messages.proto
protobuf-activerecord-3.5.0 spec/support/definitions/messages.proto
protobuf-activerecord-3.4.4 spec/support/definitions/messages.proto
protobuf-activerecord-3.4.4.pre spec/support/definitions/messages.proto