Exemplo n.º 1
0
 public void MergeFrom(ColumnFamily other)
 {
     if (other == null)
     {
         return;
     }
     if (other.gcRule_ != null)
     {
         if (gcRule_ == null)
         {
             gcRule_ = new global::Google.Cloud.Bigtable.Admin.V2.GcRule();
         }
         GcRule.MergeFrom(other.GcRule);
     }
 }
Exemplo n.º 2
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    input.SkipLastField();
                    break;

                case 10: {
                    if (gcRule_ == null)
                    {
                        gcRule_ = new global::Google.Cloud.Bigtable.Admin.V2.GcRule();
                    }
                    input.ReadMessage(gcRule_);
                    break;
                }
                }
            }
        }