public sealed class UpdateEntryTypeRequest : IMessage<UpdateEntryTypeRequest>, IEquatable<UpdateEntryTypeRequest>, IDeepCloneable<UpdateEntryTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEntryTypeRequest.
[[["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 webpage provides reference documentation for the `UpdateEntryTypeRequest` class within the Google Cloud Dataplex v1 API for .NET, covering versions from 1.0.0 up to the latest 3.6.0."],["The `UpdateEntryTypeRequest` class is used to update an `EntryType` resource and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties including `EntryType` (the resource to update), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (to validate the request without making changes)."],["There are two constructors, a parameterless constructor and one that takes another `UpdateEntryTypeRequest` object to copy its properties."],["The latest version of the `UpdateEntryTypeRequest` is version 3.6.0, which can be found in the `Google.Cloud.Dataplex.V1` namespace."]]],[]]