public sealed class GaePlatformDetailsGoogle App Engine details.
Namespace
Google.Api.GaxAssembly
Google.Api.Gax.dll
Constructors
GaePlatformDetails(String, String, String, String)
public GaePlatformDetails(string gcloudProject, string gaeInstance, string gaeService, string gaeVersion)Construct details of Google App Engine
| Parameters | |
|---|---|
| Name | Description | 
| gcloudProject | StringThe Project ID associated with your application,
which is visible in the Google Cloud Platform Console. Must not be  | 
| gaeInstance | StringThe name of the current instance. Must not be  | 
| gaeService | StringThe service name specified in your application's app.yaml file,
or if no service name is specified, it is set to default. Must not be  | 
| gaeVersion | StringThe version label of the current application. Must not be  | 
Properties
InstanceId
public string InstanceId { get; }The name of the current instance.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ProjectId
public string ProjectId { get; }The Project ID associated with your application, which is visible in the Google Cloud Platform Console.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ServiceId
public string ServiceId { get; }The service name specified in your application's app.yaml file, or if no service name is specified, it is set to default.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
VersionId
public string VersionId { get; }The version label of the current application.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Methods
ToString()
public override string ToString()| Returns | |
|---|---|
| Type | Description | 
| String | |