App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::Library (v0.6.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Library.

Third-party Python runtime library that is required by the application.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name of the library. Example: "django".

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the library. Example: "django".
Returns
  • (::String) — Name of the library. Example: "django".

#version

def version() -> ::String
Returns
  • (::String) — Version of the library to select, or "latest".

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — Version of the library to select, or "latest".
Returns
  • (::String) — Version of the library to select, or "latest".