Searched defs:PropertyValue_UserValue (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 629 type PropertyValue_UserValue struct { struct 630 Email *string `protobuf:"bytes,9,req,name=email" json:"email,omitempty"` 631 AuthDomain *string `protobuf:"bytes,10,req,name=auth_domain" json:"auth_domain,omitempty"` 632 Nickname *string `protobuf:"bytes,11,opt,name=nickname" json:"nickname,omitempty"` 633 …ntity *string `protobuf:"bytes,21,opt,name=federated_identity" json:"federated_identity,omitempty"` 634 …vider *string `protobuf:"bytes,22,opt,name=federated_provider" json:"federated_provider,omitempty"` 635 XXX_unrecognized []byte `json:"-"` 638 func (m *PropertyValue_UserValue) Reset() { *m = PropertyValue_UserValue{} } 639 func (m *PropertyValue_UserValue) String() string { return proto.CompactTextString(m) } 640 func (*PropertyValue_UserValue) ProtoMessage() {} [all …]
|