public sealed class GetEntryTypeRequest : IMessage<GetEntryTypeRequest>, IEquatable<GetEntryTypeRequest>, IDeepCloneable<GetEntryTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetEntryTypeRequest.
[[["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 `GetEntryTypeRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.14.0."],["The `GetEntryTypeRequest` class is used to request information about a specific EntryType and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetEntryTypeRequest()` and one that takes another `GetEntryTypeRequest` instance as input `GetEntryTypeRequest(GetEntryTypeRequest other)`."],["The `GetEntryTypeRequest` class has two properties, `EntryTypeName`, providing a typed view over the resource name, and `Name`, a string that represents the resource name of the EntryType."],["The document also provides navigation links to the different versions of the `GetEntryTypeRequest`, starting from version 1.0.0 up until the latest version 3.6.0."]]],[]]