()
| 657 | } |
| 658 | |
| 659 | func (x *GetUserRequest) GetUserIds() *UserIdentifiers { |
| 660 | if x != nil { |
| 661 | return x.UserIds |
| 662 | } |
| 663 | return nil |
| 664 | } |
| 665 | |
| 666 | func (x *GetUserRequest) GetFieldMask() *fieldmaskpb.FieldMask { |
| 667 | if x != nil { |
no outgoing calls
no test coverage detected