Class: Google::Cloud::ApiKeys::V2::CreateKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::CreateKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Request message for CreateKey method.
Instance Attribute Summary collapse
-
#key ⇒ ::Google::Cloud::ApiKeys::V2::Key
Required.
-
#key_id ⇒ ::String
User specified key id (optional).
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#key ⇒ ::Google::Cloud::ApiKeys::V2::Key
44 45 46 47 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 44 class CreateKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_id ⇒ ::String
44 45 46 47 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 44 class CreateKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
44 45 46 47 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 44 class CreateKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |