Sha256: 65770d72528040473dcf914a18e712b33aad89d539f811f2dc8fde26d82ee24d

Contents?: true

Size: 312 Bytes

Versions: 7

Compression:

Stored size: 312 Bytes

Contents

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;
}

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
protobuf-activerecord-3.1.1 spec/support/definitions/user.proto
protobuf-activerecord-3.1.0 spec/support/definitions/user.proto
protobuf-activerecord-3.1.0.rc1 spec/support/definitions/user.proto
protobuf-activerecord-3.1.0.alpha2 spec/support/definitions/user.proto
protobuf-activerecord-3.1.0.alpha spec/support/definitions/user.proto
protobuf-activerecord-3.0.2 spec/support/definitions/user.proto
protobuf-activerecord-3.0.1 spec/support/definitions/user.proto