Esempio n. 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: {
                    Name = input.ReadString();
                    break;
                }

                case 16: {
                    LegacyRedirectionState = (global::Google.Cloud.ArtifactRegistry.V1Beta2.ProjectSettings.Types.RedirectionState)input.ReadEnum();
                    break;
                }
                }
            }
    #endif
        }
Esempio n. 2
0
 public void MergeFrom(ProjectSettings other)
 {
     if (other == null)
     {
         return;
     }
     if (other.Name.Length != 0)
     {
         Name = other.Name;
     }
     if (other.LegacyRedirectionState != global::Google.Cloud.ArtifactRegistry.V1Beta2.ProjectSettings.Types.RedirectionState.Unspecified)
     {
         LegacyRedirectionState = other.LegacyRedirectionState;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Esempio n. 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: {
                    Name = input.ReadString();
                    break;
                }

                case 16: {
                    LegacyRedirectionState = (global::Google.Cloud.ArtifactRegistry.V1Beta2.ProjectSettings.Types.RedirectionState)input.ReadEnum();
                    break;
                }
                }
            }
        }