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.
Implements
IMessageGetEncryptionSpecRequest, IEquatableGetEncryptionSpecRequest, IDeepCloneableGetEncryptionSpecRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetEncryptionSpecRequest()
public GetEncryptionSpecRequest()
GetEncryptionSpecRequest(GetEncryptionSpecRequest)
public GetEncryptionSpecRequest(GetEncryptionSpecRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetEncryptionSpecRequest |
Properties
EncryptionSpecName
public EncryptionSpecName EncryptionSpecName { get; set; }
EncryptionSpecName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EncryptionSpecName |
Name
public string Name { get; set; }
Required. The name of the encryption spec resource to get.
Property Value | |
---|---|
Type | Description |
string |