public sealed class GaePlatformDetails
Google 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 |
string The Project ID associated with your application,
which is visible in the Google Cloud Console. Must not be |
gaeInstance |
string The name of the current instance. Must not be |
gaeService |
string The 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 |
string The 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 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 |