public sealed class GetEncryptionSpecRequest : IMessage<GetEncryptionSpecRequest>, IEquatable<GetEncryptionSpecRequest>, IDeepCloneable<GetEncryptionSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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 documentation details the `GetEncryptionSpecRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["`GetEncryptionSpecRequest` is used to request location-level encryption specifications and inherits from the base `object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors: a parameterless constructor and one that accepts another `GetEncryptionSpecRequest` instance for copying, both detailed within the documentation."],["The `GetEncryptionSpecRequest` class includes two properties: `EncryptionSpecName`, which provides a typed view of the resource name, and `Name`, which is a string representing the required name of the encryption spec resource."]]],[]]