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.
data
array
Optional. Data for populating the Message object.
↳ name
string
name of resource
↳ create_time
↳ update_time
↳ labels
↳ display_name
string
Required. A user friendly display name for the solution.
↳ description
string
A description for this application.
↳ application_configs
↳ 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
string
setName
name of resource
var
string
$this
getCreateTime
Output only. [Output only] Create timestamp
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create timestamp
$this
getUpdateTime
Output only. [Output only] Update timestamp
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update timestamp
$this
getLabels
Labels as key value pairs
setLabels
Labels as key value pairs
$this
getDisplayName
Required. A user friendly display name for the solution.
string
setDisplayName
Required. A user friendly display name for the solution.
var
string
$this
getDescription
A description for this application.
string
setDescription
A description for this application.
var
string
$this
getApplicationConfigs
Application graph configuration.
hasApplicationConfigs
clearApplicationConfigs
setApplicationConfigs
Application graph configuration.
$this
getRuntimeInfo
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
hasRuntimeInfo
clearRuntimeInfo
setRuntimeInfo
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
$this
getState
Output only. State of the application.
setState
Output only. State of the application.
$this
getBillingMode
Billing mode of the application.
setBillingMode
Billing mode of the application.
$this

