Class: Google::Cloud::AppEngine::V1::Library
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::Library
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Third-party Python runtime library that is required by the application.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the library.
-
#version ⇒ ::String
Version of the library to select, or "latest".
Instance Attribute Details
#name ⇒ ::String
Returns Name of the library. Example: "django".
313 314 315 316 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 313 class Library include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Version of the library to select, or "latest".
313 314 315 316 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 313 class Library include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |