public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetEntityTypeRequest.
Request message for
[FeaturestoreService.GetEntityType][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetEntityType].
[[["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 documentation is for the `GetEntityTypeRequest` class within the Vertex AI v1beta1 API, used to request details about a specific entity type."],["The `GetEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffering."],["The class has two constructors, a default constructor and one that accepts another `GetEntityTypeRequest` object for copying its properties."],["It includes two key properties: `EntityTypeName`, which provides a typed view of the entity name, and `Name`, a string property that contains the resource name in the specified format, and it is required."],["The documentation is a reference guide for developers using the Google.Cloud.AIPlatform.V1Beta1.dll assembly and working within the Google.Cloud.AIPlatform.V1Beta1 namespace."]]],[]]