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 webpage provides reference documentation for the `GetEntryTypeRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment."],["The latest version of the API available is 3.6.0, while the current page defaults to version 3.5.0, with a list of all available versions dating back to 1.0.0, all providing access to the `GetEntryTypeRequest`."],["`GetEntryTypeRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for its use in various contexts within the API."],["The class contains properties such as `EntryTypeName` and `Name`, with `Name` being a required string that represents the resource name of the EntryType."],["The GetEntryTypeRequest class has two constructors: one is a parameterless constructor and the other is a constructor that accepts another `GetEntryTypeRequest` object."]]],[]]