public sealed class UpdateShieldedInstanceConfigRequest : IMessage<UpdateShieldedInstanceConfigRequest>, IEquatable<UpdateShieldedInstanceConfigRequest>, IDeepCloneable<UpdateShieldedInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateShieldedInstanceConfigRequest.
Request for updating the Shielded Instance config for a notebook instance.
You can only use this method on a stopped instance
[[["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-09-09 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eUpdateShieldedInstanceConfigRequest\u003c/code\u003e class within the AI Platform Notebooks v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateShieldedInstanceConfigRequest\u003c/code\u003e class allows developers to request updates to the Shielded Instance configuration of a notebook instance, which can only be done when the instance is stopped.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its capabilities and compatibility within the Google Cloud .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of this class include \u003ccode\u003eName\u003c/code\u003e, specifying the instance's resource name, and \u003ccode\u003eShieldedInstanceConfig\u003c/code\u003e, detailing the configuration to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe class is available in multiple versions, with version 2.5.0 being the most recent, followed by versions 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class UpdateShieldedInstanceConfigRequest (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest) \n\n public sealed class UpdateShieldedInstanceConfigRequest : IMessage\u003cUpdateShieldedInstanceConfigRequest\u003e, IEquatable\u003cUpdateShieldedInstanceConfigRequest\u003e, IDeepCloneable\u003cUpdateShieldedInstanceConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class UpdateShieldedInstanceConfigRequest.\n\nRequest for updating the Shielded Instance config for a notebook instance.\nYou can only use this method on a stopped instance \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateShieldedInstanceConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateShieldedInstanceConfigRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateShieldedInstanceConfigRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateShieldedInstanceConfigRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.UpdateShieldedInstanceConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### UpdateShieldedInstanceConfigRequest()\n\n public UpdateShieldedInstanceConfigRequest()\n\n### UpdateShieldedInstanceConfigRequest(UpdateShieldedInstanceConfigRequest)\n\n public UpdateShieldedInstanceConfigRequest(UpdateShieldedInstanceConfigRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Format:\n`projects/{project_id}/locations/{location}/instances/{instance_id}`\n\n### ShieldedInstanceConfig\n\n public Instance.Types.ShieldedInstanceConfig ShieldedInstanceConfig { get; set; }\n\nShieldedInstance configuration to be updated."]]