Class: Google::Cloud::Tasks::V2beta3::GetCmekConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::GetCmekConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb
Overview
Request message for GetCmekConfig.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The config resource name. For example: projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig`.
586 587 588 589 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 586 class GetCmekConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |