Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Application.
Message describing Application object
Generated from protobuf message google.cloud.visionai.v1.Application
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
name of resource |
↳ create_time |
Google\Protobuf\Timestamp
Output only. [Output only] Create timestamp |
↳ update_time |
Google\Protobuf\Timestamp
Output only. [Output only] Update timestamp |
↳ labels |
array|Google\Protobuf\Internal\MapField
Labels as key value pairs |
↳ display_name |
string
Required. A user friendly display name for the solution. |
↳ description |
string
A description for this application. |
↳ application_configs |
ApplicationConfigs
Application graph configuration. |
↳ runtime_info |
Application\ApplicationRuntimeInfo
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED. |
↳ state |
int
Output only. State of the application. |
↳ billing_mode |
int
Billing mode of the application. |
getName
name of resource
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
name of resource
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. [Output only] Create timestamp
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create timestamp
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. [Output only] Update timestamp
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update timestamp
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Labels as key value pairs
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Labels as key value pairs
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. A user friendly display name for the solution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. A user friendly display name for the solution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
A description for this application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
A description for this application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApplicationConfigs
Application graph configuration.
| Returns | |
|---|---|
| Type | Description |
ApplicationConfigs|null |
|
hasApplicationConfigs
clearApplicationConfigs
setApplicationConfigs
Application graph configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
ApplicationConfigs
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRuntimeInfo
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
| Returns | |
|---|---|
| Type | Description |
Application\ApplicationRuntimeInfo|null |
|
hasRuntimeInfo
clearRuntimeInfo
setRuntimeInfo
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
| Parameter | |
|---|---|
| Name | Description |
var |
Application\ApplicationRuntimeInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. State of the application.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. State of the application.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBillingMode
Billing mode of the application.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type BillingMode. |
setBillingMode
Billing mode of the application.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type BillingMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|