Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::DeploymentOccurrence.
The period during which some deployable was active in a runtime.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#address
def address() -> ::String
Returns
- (::String) — Address of the runtime element hosting this deployment.
#address=
def address=(value) -> ::String
Parameter
- value (::String) — Address of the runtime element hosting this deployment.
Returns
- (::String) — Address of the runtime element hosting this deployment.
#config
def config() -> ::String
Returns
- (::String) — Configuration used to create this deployment.
#config=
def config=(value) -> ::String
Parameter
- value (::String) — Configuration used to create this deployment.
Returns
- (::String) — Configuration used to create this deployment.
#deploy_time
def deploy_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. Beginning of the lifetime of this deployment.
#deploy_time=
def deploy_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. Beginning of the lifetime of this deployment.
Returns
- (::Google::Protobuf::Timestamp) — Required. Beginning of the lifetime of this deployment.
#platform
def platform() -> ::Grafeas::V1::DeploymentOccurrence::Platform
Returns
- (::Grafeas::V1::DeploymentOccurrence::Platform) — Platform hosting this deployment.
#platform=
def platform=(value) -> ::Grafeas::V1::DeploymentOccurrence::Platform
Parameter
- value (::Grafeas::V1::DeploymentOccurrence::Platform) — Platform hosting this deployment.
Returns
- (::Grafeas::V1::DeploymentOccurrence::Platform) — Platform hosting this deployment.
#resource_uri
def resource_uri() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
#resource_uri=
def resource_uri=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
Returns
- (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
#undeploy_time
def undeploy_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — End of the lifetime of this deployment.
#undeploy_time=
def undeploy_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — End of the lifetime of this deployment.
Returns
- (::Google::Protobuf::Timestamp) — End of the lifetime of this deployment.
#user_email
def user_email() -> ::String
Returns
- (::String) — Identity of the user that triggered this deployment.
#user_email=
def user_email=(value) -> ::String
Parameter
- value (::String) — Identity of the user that triggered this deployment.
Returns
- (::String) — Identity of the user that triggered this deployment.