public sealed class UpdateBlueprintRequest : IMessage<UpdateBlueprintRequest>, IEquatable<UpdateBlueprintRequest>, IDeepCloneable<UpdateBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class UpdateBlueprintRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `UpdateBlueprintRequest` class within the Google Cloud Telco Automation v1 API, with the latest version being 1.2.0."],["The `UpdateBlueprintRequest` class is a request object used for the `UpdateBlueprint` operation, designed to update a blueprint resource."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf ecosystem."],["It contains two primary properties: `Blueprint`, which specifies the blueprint to update, and `UpdateMask`, which dictates the fields within the blueprint to be modified."],["The provided constructors include a default constructor `UpdateBlueprintRequest()` and one that accepts another `UpdateBlueprintRequest` object as a parameter."]]],[]]