App Engine v1 API - Class Entrypoint (2.3.0)

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.

Inheritance

object > Entrypoint

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Entrypoint()

public Entrypoint()

Entrypoint(Entrypoint)

public Entrypoint(Entrypoint other)
Parameter
NameDescription
otherEntrypoint

Properties

CommandCase

public Entrypoint.CommandOneofCase CommandCase { get; }
Property Value
TypeDescription
EntrypointCommandOneofCase

HasShell

public bool HasShell { get; }

Gets whether the "shell" field is set

Property Value
TypeDescription
bool

Shell

public string Shell { get; set; }

The format should be a shell command that can be fed to bash -c.

Property Value
TypeDescription
string