Class GaePlatformDetails (4.8.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
Name Description
gcloudProject string

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

gaeInstance string

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

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

gaeVersion string

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
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
Overrides