public sealed class GetTrustConfigRequest : IMessage<GetTrustConfigRequest>, IEquatable<GetTrustConfigRequest>, IDeepCloneable<GetTrustConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class GetTrustConfigRequest.
[[["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-21 UTC."],[[["This document provides reference information for the `GetTrustConfigRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.5.0."],["The `GetTrustConfigRequest` class is a request message used to retrieve details about a specific TrustConfig, and it inherits from several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, a default one and another that accepts an existing `GetTrustConfigRequest` object as a parameter for cloning."],["The class has two main properties, `Name` which is a required string representing the resource name, and `TrustConfigName`, a typed view of the resource name."],["The document references various versions of the API for the GetTrustConfigRequest class from 1.0.0-beta02 to 2.8.0 (latest)."]]],[]]