Class GaePlatformDetails (4.4.0)

public sealed class GaePlatformDetails

Google App Engine details.

Inheritance

object > GaePlatformDetails

Namespace

Google.Api.Gax

Assembly

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
NameDescription
gcloudProjectstring

The Project ID associated with your application, which is visible in the Google Cloud Platform Console. Must not be null.

gaeInstancestring

The name of the current instance. Must not be null.

gaeServicestring

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 null.

gaeVersionstring

The version label of the current application. Must not be null.

Properties

InstanceId

public string InstanceId { get; }

The name of the current instance.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID associated with your application, which is visible in the Google Cloud Platform Console.

Property Value
TypeDescription
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
TypeDescription
string

VersionId

public string VersionId { get; }

The version label of the current application.

Property Value
TypeDescription
string

Methods

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides