Class Service.Types.AppEngine (2.4.0)

public sealed class AppEngine : IMessage<Service.Types.AppEngine>, IEquatable<Service.Types.AppEngine>, IDeepCloneable<Service.Types.AppEngine>, IBufferMessage, IMessage

App Engine service. Learn more at https://cloud.google.com/appengine.

Inheritance

Object > Service.Types.AppEngine

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

AppEngine()

public AppEngine()

AppEngine(Service.Types.AppEngine)

public AppEngine(Service.Types.AppEngine other)
Parameter
NameDescription
otherService.Types.AppEngine

Properties

ModuleId

public string ModuleId { get; set; }

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app

Property Value
TypeDescription
String