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-25 UTC."],[[["The documentation is for the `UpdateEntryTypeRequest` class within the Google Cloud Dataplex V1 API, specifically version 3.2.0, with links to other versions of the API."],["`UpdateEntryTypeRequest` is a class used to request updates to an `EntryType` resource in the Cloud Dataplex API and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EntryType` to specify the resource being updated, `UpdateMask` to define which fields to update, and `ValidateOnly` to perform validation without actual mutations."],["The documentation includes information for two constructors that are part of the `UpdateEntryTypeRequest` class: a parameterless constructor, and a constructor that takes another `UpdateEntryTypeRequest` as a parameter."],["The documentation outlines inherited members, including `GetHashCode()`, `GetType()`, and `ToString()`, as well as the namespace (`Google.Cloud.Dataplex.V1`) and assembly (`Google.Cloud.Dataplex.V1.dll`) where the class resides."]]],[]]