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-17 UTC."],[[["The `GetTenantRequest` class is part of the Google Cloud Talent Solution v4 API, used to request a specific tenant by its resource name."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the API."],["There are multiple versions of `GetTenantRequest`, ranging from version 1.0.0 to the latest version 2.7.0, with each version representing a potential update or modification to the API."],["The class has two constructors, one default and one that accepts another `GetTenantRequest` object for cloning, as well as properties for the resource `Name` and `TenantName`."],["The resource `Name` of the tenant to be retrieved follows the format \"projects/{project_id}/tenants/{tenant_id}\", as defined by the API."]]],[]]