public sealed class Application.Types.ApplicationRuntimeInfo : IMessage<Application.Types.ApplicationRuntimeInfo>, IEquatable<Application.Types.ApplicationRuntimeInfo>, IDeepCloneable<Application.Types.ApplicationRuntimeInfo>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Application.Types.ApplicationRuntimeInfo.
Message storing the runtime information of the application.
Implements
IMessageApplicationTypesApplicationRuntimeInfo, IEquatableApplicationTypesApplicationRuntimeInfo, IDeepCloneableApplicationTypesApplicationRuntimeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ApplicationRuntimeInfo()
public ApplicationRuntimeInfo()ApplicationRuntimeInfo(ApplicationRuntimeInfo)
public ApplicationRuntimeInfo(Application.Types.ApplicationRuntimeInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationTypesApplicationRuntimeInfo |
Properties
DeployTime
public Timestamp DeployTime { get; set; }Timestamp when the engine be deployed
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
GlobalOutputResources
public RepeatedField<Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource> GlobalOutputResources { get; }Globally created resources like warehouse dataschemas.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldApplicationTypesApplicationRuntimeInfoTypesGlobalOutputResource |
|
MonitoringConfig
public Application.Types.ApplicationRuntimeInfo.Types.MonitoringConfig MonitoringConfig { get; set; }Monitoring-related configuration for this application.
| Property Value | |
|---|---|
| Type | Description |
ApplicationTypesApplicationRuntimeInfoTypesMonitoringConfig |
|