Beispiel #1
0
 public void MergeFrom(Type other)
 {
     if (other == null)
     {
         return;
     }
     if (other.Code != 0)
     {
         Code = other.Code;
     }
     if (other.arrayElementType_ != null)
     {
         if (arrayElementType_ == null)
         {
             arrayElementType_ = new global::Google.Cloud.Spanner.V1.Type();
         }
         ArrayElementType.MergeFrom(other.ArrayElementType);
     }
     if (other.structType_ != null)
     {
         if (structType_ == null)
         {
             structType_ = new global::Google.Cloud.Spanner.V1.StructType();
         }
         StructType.MergeFrom(other.StructType);
     }
 }
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

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

                case 10: {
                    if (rowType_ == null)
                    {
                        rowType_ = new global::Google.Cloud.Spanner.V1.StructType();
                    }
                    input.ReadMessage(rowType_);
                    break;
                }

                case 18: {
                    if (transaction_ == null)
                    {
                        transaction_ = new global::Google.Cloud.Spanner.V1.Transaction();
                    }
                    input.ReadMessage(transaction_);
                    break;
                }
                }
            }
        }
 public void MergeFrom(Type other)
 {
     if (other == null)
     {
         return;
     }
     if (other.Code != global::Google.Cloud.Spanner.V1.TypeCode.Unspecified)
     {
         Code = other.Code;
     }
     if (other.arrayElementType_ != null)
     {
         if (arrayElementType_ == null)
         {
             ArrayElementType = new global::Google.Cloud.Spanner.V1.Type();
         }
         ArrayElementType.MergeFrom(other.ArrayElementType);
     }
     if (other.structType_ != null)
     {
         if (structType_ == null)
         {
             StructType = new global::Google.Cloud.Spanner.V1.StructType();
         }
         StructType.MergeFrom(other.StructType);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Beispiel #4
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 8: {
                    Code = (global::Google.Cloud.Spanner.V1.TypeCode)input.ReadEnum();
                    break;
                }

                case 18: {
                    if (arrayElementType_ == null)
                    {
                        ArrayElementType = new global::Google.Cloud.Spanner.V1.Type();
                    }
                    input.ReadMessage(ArrayElementType);
                    break;
                }

                case 26: {
                    if (structType_ == null)
                    {
                        StructType = new global::Google.Cloud.Spanner.V1.StructType();
                    }
                    input.ReadMessage(StructType);
                    break;
                }

                case 32: {
                    TypeAnnotation = (global::Google.Cloud.Spanner.V1.TypeAnnotationCode)input.ReadEnum();
                    break;
                }
                }
            }
    #endif
        }
Beispiel #5
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 8: {
                    Code = (global::Google.Cloud.Spanner.V1.TypeCode)input.ReadEnum();
                    break;
                }

                case 18: {
                    if (arrayElementType_ == null)
                    {
                        ArrayElementType = new global::Google.Cloud.Spanner.V1.Type();
                    }
                    input.ReadMessage(ArrayElementType);
                    break;
                }

                case 26: {
                    if (structType_ == null)
                    {
                        StructType = new global::Google.Cloud.Spanner.V1.StructType();
                    }
                    input.ReadMessage(StructType);
                    break;
                }

                case 32: {
                    TypeAnnotation = (global::Google.Cloud.Spanner.V1.TypeAnnotationCode)input.ReadEnum();
                    break;
                }
                }
            }
        }
Beispiel #6
0
 public void MergeFrom(ResultSetMetadata other)
 {
     if (other == null)
     {
         return;
     }
     if (other.rowType_ != null)
     {
         if (rowType_ == null)
         {
             rowType_ = new global::Google.Cloud.Spanner.V1.StructType();
         }
         RowType.MergeFrom(other.RowType);
     }
     if (other.transaction_ != null)
     {
         if (transaction_ == null)
         {
             transaction_ = new global::Google.Cloud.Spanner.V1.Transaction();
         }
         Transaction.MergeFrom(other.Transaction);
     }
 }
Beispiel #7
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

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

                case 8: {
                    code_ = (global::Google.Cloud.Spanner.V1.TypeCode)input.ReadEnum();
                    break;
                }

                case 18: {
                    if (arrayElementType_ == null)
                    {
                        arrayElementType_ = new global::Google.Cloud.Spanner.V1.Type();
                    }
                    input.ReadMessage(arrayElementType_);
                    break;
                }

                case 26: {
                    if (structType_ == null)
                    {
                        structType_ = new global::Google.Cloud.Spanner.V1.StructType();
                    }
                    input.ReadMessage(structType_);
                    break;
                }
                }
            }
        }
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

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

                case 8: {
                    Code = (global::Google.Cloud.Spanner.V1.TypeCode)input.ReadEnum();
                    break;
                }

                case 18: {
                    if (arrayElementType_ == null)
                    {
                        ArrayElementType = new global::Google.Cloud.Spanner.V1.Type();
                    }
                    input.ReadMessage(ArrayElementType);
                    break;
                }

                case 26: {
                    if (structType_ == null)
                    {
                        StructType = new global::Google.Cloud.Spanner.V1.StructType();
                    }
                    input.ReadMessage(StructType);
                    break;
                }
                }
            }
        }
Beispiel #9
0
 public void MergeFrom(ResultSetMetadata other)
 {
     if (other == null)
     {
         return;
     }
     if (other.rowType_ != null)
     {
         if (rowType_ == null)
         {
             RowType = new global::Google.Cloud.Spanner.V1.StructType();
         }
         RowType.MergeFrom(other.RowType);
     }
     if (other.transaction_ != null)
     {
         if (transaction_ == null)
         {
             Transaction = new global::Google.Cloud.Spanner.V1.Transaction();
         }
         Transaction.MergeFrom(other.Transaction);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }