Пример #1
0
                public void MergeFrom(pb::CodedInputStream input)
                {
        #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
                    input.ReadRawMessage(this);
        #else
                    uint tag;
                    while ((tag = input.ReadTag()) != 0)
                    {
                        switch (tag)
                        {
                        default:
                            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                            break;

                        case 10: {
                            if (headquartersLocation_ == null)
                            {
                                HeadquartersLocation = new global::Google.Cloud.Talent.V4.Location();
                            }
                            input.ReadMessage(HeadquartersLocation);
                            break;
                        }
                        }
                    }
        #endif
                }
Пример #2
0
 public void MergeFrom(DerivedInfo other)
 {
     if (other == null)
     {
         return;
     }
     if (other.headquartersLocation_ != null)
     {
         if (headquartersLocation_ == null)
         {
             HeadquartersLocation = new global::Google.Cloud.Talent.V4.Location();
         }
         HeadquartersLocation.MergeFrom(other.HeadquartersLocation);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Пример #3
0
                void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input)
                {
                    uint tag;

                    while ((tag = input.ReadTag()) != 0)
                    {
                        switch (tag)
                        {
                        default:
                            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
                            break;

                        case 10: {
                            if (headquartersLocation_ == null)
                            {
                                HeadquartersLocation = new global::Google.Cloud.Talent.V4.Location();
                            }
                            input.ReadMessage(HeadquartersLocation);
                            break;
                        }
                        }
                    }
                }