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
IMessageEntrypoint, IEquatableEntrypoint, IDeepCloneableEntrypoint, 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 |
EntrypointCommandOneofCase |
HasShell
public bool HasShell { get; }
Gets whether the "shell" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |