Class: Google::Cloud::Kms::Inventory::V1::GetProtectedResourcesSummaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::Inventory::V1::GetProtectedResourcesSummaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb
Overview
Request message for KeyTrackingService.GetProtectedResourcesSummary.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the CryptoKey.
31 32 33 34 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb', line 31 class GetProtectedResourcesSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |