Class: Google::Cloud::AppEngine::V1::Library

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the library. Example: "django".

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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