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.
Implements
IMessage<Service.Types.AppEngine>, IEquatable<Service.Types.AppEngine>, IDeepCloneable<Service.Types.AppEngine>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
AppEngine()
public AppEngine()
AppEngine(Service.Types.AppEngine)
public AppEngine(Service.Types.AppEngine other)
Parameter | |
---|---|
Name | Description |
other | Service.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 | |
---|---|
Type | Description |
String |