public sealed class GetServerTlsPolicyRequest : IMessage<GetServerTlsPolicyRequest>, IEquatable<GetServerTlsPolicyRequest>, IDeepCloneable<GetServerTlsPolicyRequest>, IBufferMessage, IMessage
[[["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."],[[["The `GetServerTlsPolicyRequest` class is used to request a specific `ServerTlsPolicy` and is part of the `Google.Cloud.NetworkSecurity.V1Beta1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer management."],["It is accessible in three different beta versions, with the latest being `2.0.0-beta06` and `1.0.0-beta02` being the version detailed in this documentation."],["The class has properties to manage the name of the resource being requested, either as a string or the `ServerTlsPolicyName` typed view."],["The main purpose of this class is to interact with the `GetServerTlsPolicy` method, allowing the user to provide the necessary resource name for retrieval."]]],[]]