App Engine v1 API - Class Library (2.3.0)

public sealed class Library : IMessage<Library>, IEquatable<Library>, IDeepCloneable<Library>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class Library.

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

Inheritance

object > Library

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Library()

public Library()

Library(Library)

public Library(Library other)
Parameter
NameDescription
otherLibrary

Properties

Name

public string Name { get; set; }

Name of the library. Example: "django".

Property Value
TypeDescription
string

Version

public string Version { get; set; }

Version of the library to select, or "latest".

Property Value
TypeDescription
string