public sealed class Entrypoint : IMessage<Entrypoint>, IEquatable<Entrypoint>, IDeepCloneable<Entrypoint>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class Entrypoint.
The entrypoint for the application.
Implements
IMessage<Entrypoint>, IEquatable<Entrypoint>, IDeepCloneable<Entrypoint>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
Entrypoint()
public Entrypoint()
Entrypoint(Entrypoint)
public Entrypoint(Entrypoint other)
Parameter | |
---|---|
Name | Description |
other | Entrypoint |
Properties
CommandCase
public Entrypoint.CommandOneofCase CommandCase { get; }
Property Value | |
---|---|
Type | Description |
Entrypoint.CommandOneofCase |
Shell
public string Shell { get; set; }
The format should be a shell command that can be fed to bash -c
.
Property Value | |
---|---|
Type | Description |
String |