public sealed class Application : IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Application.
Message describing Application object
Implements
IMessageApplication, IEquatableApplication, IDeepCloneableApplication, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Application()
public Application()Application(Application)
public Application(Application other)| Parameter | |
|---|---|
| Name | Description |
other |
Application |
Properties
ApplicationConfigs
public ApplicationConfigs ApplicationConfigs { get; set; }Application graph configuration.
| Property Value | |
|---|---|
| Type | Description |
ApplicationConfigs |
|
ApplicationName
public ApplicationName ApplicationName { get; set; }ApplicationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ApplicationName |
|
BillingMode
public Application.Types.BillingMode BillingMode { get; set; }Billing mode of the application.
| Property Value | |
|---|---|
| Type | Description |
ApplicationTypesBillingMode |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create timestamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }A description for this application.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. A user friendly display name for the solution.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }name of resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
RuntimeInfo
public Application.Types.ApplicationRuntimeInfo RuntimeInfo { get; set; }Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
| Property Value | |
|---|---|
| Type | Description |
ApplicationTypesApplicationRuntimeInfo |
|
State
public Application.Types.State State { get; set; }Output only. State of the application.
| Property Value | |
|---|---|
| Type | Description |
ApplicationTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Update timestamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|