Class ApiEndpointHandler (1.0.0)

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

Uses Google Cloud Endpoints to handle requests.

Inheritance

Object > ApiEndpointHandler

Implements

Google.Protobuf.IMessage<ApiEndpointHandler>, IEquatable<ApiEndpointHandler>, Google.Protobuf.IDeepCloneable<ApiEndpointHandler>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ApiEndpointHandler()

public ApiEndpointHandler()

ApiEndpointHandler(ApiEndpointHandler)

public ApiEndpointHandler(ApiEndpointHandler other)
Parameter
NameDescription
otherApiEndpointHandler

Properties

ScriptPath

public string ScriptPath { get; set; }

Path to the script from the application root directory.

Property Value
TypeDescription
String