コード例 #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 8: {
                    CostMilliNodeHours = input.ReadInt64();
                    break;
                }

                case 16: {
                    SuccessfulStopReason = (global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason)input.ReadEnum();
                    break;
                }
                }
            }
    #endif
        }
コード例 #2
0
 public void MergeFrom(AutoMlImageSegmentationMetadata other)
 {
     if (other == null)
     {
         return;
     }
     if (other.CostMilliNodeHours != 0L)
     {
         CostMilliNodeHours = other.CostMilliNodeHours;
     }
     if (other.SuccessfulStopReason != global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason.Unspecified)
     {
         SuccessfulStopReason = other.SuccessfulStopReason;
     }
     _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 8: {
                    CostMilliNodeHours = input.ReadInt64();
                    break;
                }

                case 16: {
                    SuccessfulStopReason = (global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason)input.ReadEnum();
                    break;
                }
                }
            }
        }