Class: Google::Ads::DataManager::V1::CoordinatorKeyInfo
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::CoordinatorKeyInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/encryption_info.rb
Overview
Information about the coordinator key.
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Required.
Instance Attribute Details
#key_id ⇒ ::String
Returns Required. The ID of the chosen coordinator key.
122 123 124 125 |
# File 'proto_docs/google/ads/datamanager/v1/encryption_info.rb', line 122 class CoordinatorKeyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |