public sealed class GetEncryptionSpecRequest : IMessage<GetEncryptionSpecRequest>, IEquatable<GetEncryptionSpecRequest>, IDeepCloneable<GetEncryptionSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEncryptionSpecRequest.
The request to get location-level encryption specification.
[[["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 webpage provides reference documentation for the `GetEncryptionSpecRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.22.0, but also including links to other versions."],["The `GetEncryptionSpecRequest` class is used to retrieve location-level encryption specifications and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString`."],["It contains two constructors, one parameterless and one taking another `GetEncryptionSpecRequest` object as a parameter, and has two properties, `EncryptionSpecName` and `Name`."],["The `Name` property is required and represents the name of the encryption spec resource to get, and has a typed view named `EncryptionSpecName`."]]],[]]