public sealed class ApiEndpointHandler : IMessage<ApiEndpointHandler>, IEquatable<ApiEndpointHandler>, IDeepCloneable<ApiEndpointHandler>, IBufferMessage, IMessageUses Google Cloud Endpoints to handle requests.
Implements
IMessage<ApiEndpointHandler>, IEquatable<ApiEndpointHandler>, IDeepCloneable<ApiEndpointHandler>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ApiEndpointHandler()
public ApiEndpointHandler()ApiEndpointHandler(ApiEndpointHandler)
public ApiEndpointHandler(ApiEndpointHandler other)| Parameter | |
|---|---|
| Name | Description |
other |
ApiEndpointHandler |
Properties
ScriptPath
public string ScriptPath { get; set; }Path to the script from the application root directory.
| Property Value | |
|---|---|
| Type | Description |
String |
|