Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ApplicationConfigs.
Message storing the graph of the application.
Generated from protobuf message google.cloud.visionai.v1.ApplicationConfigs
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ nodes |
array<Node>
A list of nodes in the application graph. |
↳ event_delivery_config |
ApplicationConfigs\EventDeliveryConfig
Event-related configuration for this application. |
getNodes
A list of nodes in the application graph.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNodes
A list of nodes in the application graph.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Node>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEventDeliveryConfig
Event-related configuration for this application.
| Returns | |
|---|---|
| Type | Description |
ApplicationConfigs\EventDeliveryConfig|null |
|
hasEventDeliveryConfig
clearEventDeliveryConfig
setEventDeliveryConfig
Event-related configuration for this application.
| Parameter | |
|---|---|
| Name | Description |
var |
ApplicationConfigs\EventDeliveryConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|