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.
Implements
IMessage<Library>, IEquatable<Library>, IDeepCloneable<Library>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
Library()
public Library()
Library(Library)
public Library(Library other)
Parameter | |
---|---|
Name | Description |
other | Library |
Properties
Name
public string Name { get; set; }
Name of the library. Example: "django".
Property Value | |
---|---|
Type | Description |
String |
Version
public string Version { get; set; }
Version of the library to select, or "latest".
Property Value | |
---|---|
Type | Description |
String |