Reference documentation and code samples for the Grafeas V1 Client class DeploymentOccurrence.
The period during which some deployable was active in a runtime.
Generated from protobuf message grafeas.v1.DeploymentOccurrence
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ user_email
string
Identity of the user that triggered this deployment.
↳ deploy_time
↳ undeploy_time
↳ config
string
Configuration used to create this deployment.
↳ address
string
Address of the runtime element hosting this deployment.
↳ resource_uri
array
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
↳ platform
int
Platform hosting this deployment.
getUserEmail
Identity of the user that triggered this deployment.
string
setUserEmail
Identity of the user that triggered this deployment.
var
string
$this
getDeployTime
Required. Beginning of the lifetime of this deployment.
hasDeployTime
clearDeployTime
setDeployTime
Required. Beginning of the lifetime of this deployment.
$this
getUndeployTime
End of the lifetime of this deployment.
hasUndeployTime
clearUndeployTime
setUndeployTime
End of the lifetime of this deployment.
$this
getConfig
Configuration used to create this deployment.
string
setConfig
Configuration used to create this deployment.
var
string
$this
getAddress
Address of the runtime element hosting this deployment.
string
setAddress
Address of the runtime element hosting this deployment.
var
string
$this
getResourceUri
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
setResourceUri
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
var
string[]
$this
getPlatform
Platform hosting this deployment.
int
setPlatform
Platform hosting this deployment.
var
int
$this