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, detailing its structure, functionality, and implementation."],["`UpdateBlueprintRequest` is a request object specifically designed for use with the `UpdateBlueprint` operation, which enables updates to a blueprint resource."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offers support for various methods and operations."],["The class features two constructors, one for creating a new instance and another for creating a copy from an existing `UpdateBlueprintRequest` instance."],["It includes properties like `Blueprint`, which is the blueprint to be updated, and `UpdateMask`, which is used to define which fields in the blueprint should be overwritten during an update."]]],[]]