Class: Google::Cloud::NetApp::V1::GetKmsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::GetKmsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
GetKmsConfigRequest gets a KMS Config.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the KmsConfig.
28 29 30 31 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 28 class GetKmsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |