public sealed class ApplicationConfigs : IMessage<ApplicationConfigs>, IEquatable<ApplicationConfigs>, IDeepCloneable<ApplicationConfigs>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ApplicationConfigs.
Message storing the graph of the application.
Implements
IMessageApplicationConfigs, IEquatableApplicationConfigs, IDeepCloneableApplicationConfigs, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ApplicationConfigs()
public ApplicationConfigs()ApplicationConfigs(ApplicationConfigs)
public ApplicationConfigs(ApplicationConfigs other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationConfigs |
Properties
EventDeliveryConfig
public ApplicationConfigs.Types.EventDeliveryConfig EventDeliveryConfig { get; set; }Event-related configuration for this application.
| Property Value | |
|---|---|
| Type | Description |
ApplicationConfigsTypesEventDeliveryConfig |
|
Nodes
public RepeatedField<Node> Nodes { get; }A list of nodes in the application graph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNode |
|