示例#1
0
 public void MergeFrom(Label other)
 {
     if (other == null)
     {
         return;
     }
     if (other.ResourceName.Length != 0)
     {
         ResourceName = other.ResourceName;
     }
     if (other.HasId)
     {
         Id = other.Id;
     }
     if (other.HasName)
     {
         Name = other.Name;
     }
     if (other.Status != global::Google.Ads.GoogleAds.V9.Enums.LabelStatusEnum.Types.LabelStatus.Unspecified)
     {
         Status = other.Status;
     }
     if (other.textLabel_ != null)
     {
         if (textLabel_ == null)
         {
             TextLabel = new global::Google.Ads.GoogleAds.V9.Common.TextLabel();
         }
         TextLabel.MergeFrom(other.TextLabel);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
示例#2
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: {
                    ResourceName = input.ReadString();
                    break;
                }

                case 32: {
                    Status = (global::Google.Ads.GoogleAds.V9.Enums.LabelStatusEnum.Types.LabelStatus)input.ReadEnum();
                    break;
                }

                case 42: {
                    if (textLabel_ == null)
                    {
                        TextLabel = new global::Google.Ads.GoogleAds.V9.Common.TextLabel();
                    }
                    input.ReadMessage(TextLabel);
                    break;
                }

                case 48: {
                    Id = input.ReadInt64();
                    break;
                }

                case 58: {
                    Name = input.ReadString();
                    break;
                }
                }
            }
    #endif
        }
示例#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: {
                    ResourceName = input.ReadString();
                    break;
                }

                case 32: {
                    Status = (global::Google.Ads.GoogleAds.V9.Enums.LabelStatusEnum.Types.LabelStatus)input.ReadEnum();
                    break;
                }

                case 42: {
                    if (textLabel_ == null)
                    {
                        TextLabel = new global::Google.Ads.GoogleAds.V9.Common.TextLabel();
                    }
                    input.ReadMessage(TextLabel);
                    break;
                }

                case 48: {
                    Id = input.ReadInt64();
                    break;
                }

                case 58: {
                    Name = input.ReadString();
                    break;
                }
                }
            }
        }