public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class GetTenantRequest.
[[["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-04-09 UTC."],[[["The `GetTenantRequest` class in the Google Cloud Talent Solution v4 API allows you to retrieve a specific tenant by its name."],["This class is part of the `Google.Cloud.Talent.V4` namespace within the `Google.Cloud.Talent.V4.dll` assembly, and is available from version 1.0.0 all the way up to the latest, 2.7.0."],["`GetTenantRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf structures."],["The `Name` property, which is required, represents the resource name of the tenant to be retrieved, in the format \"projects/{project_id}/tenants/{tenant_id}\"."],["The `TenantName` property provides a typed view of the `Name` resource."]]],[]]