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."],[[["This document provides reference documentation for the `UpdateEntryTypeRequest` class within the Google Cloud Dataplex v1 API, specifically version 3.3.0."],["The `UpdateEntryTypeRequest` class is used to manage updates to EntryType resources, inheriting from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists versions of the Google Cloud Dataplex V1 API from 1.0.0 to 3.6.0, which shows that 3.6.0 is the latest version, and provides links for each version of the `UpdateEntryTypeRequest` class."],["Key properties of the `UpdateEntryTypeRequest` class include `EntryType` (the resource to be updated), `UpdateMask` (specifying fields to update), and `ValidateOnly` (to perform a validation check without updating)."],["The document outlines the available constructors for the `UpdateEntryTypeRequest` class, including a default constructor and one that accepts another `UpdateEntryTypeRequest` object as a parameter."]]],[]]