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 for .NET, including its constructors, properties, and inherited members."],["The `GetEntryTypeRequest` class is used to request information about a specific EntryType and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the available versions of the API, ranging from version 1.0.0 to the latest 3.6.0, each linking to its respective documentation page."],["Key properties of the `GetEntryTypeRequest` class include `EntryTypeName`, a typed view of the resource name, and `Name`, which is the required resource name of the EntryType in the format: `projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}`."],["Two constructors are available for the class, a default `GetEntryTypeRequest()` and a `GetEntryTypeRequest(GetEntryTypeRequest other)` which takes in another GetEntryTypeRequest object."]]],[]]