Grafeas v1 API - Class DeploymentOccurrence (3.13.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class DeploymentOccurrence : IMessage<DeploymentOccurrence>, IEquatable<DeploymentOccurrence>, IDeepCloneable<DeploymentOccurrence>, IBufferMessage, IMessageReference documentation and code samples for the Grafeas v1 API class DeploymentOccurrence.
The period during which some deployable was active in a runtime.
Implements
IMessageDeploymentOccurrence,IEquatableDeploymentOccurrence,IDeepCloneableDeploymentOccurrence,IBufferMessage,IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
DeploymentOccurrence()
public DeploymentOccurrence()DeploymentOccurrence(DeploymentOccurrence)
public DeploymentOccurrence(DeploymentOccurrence other)| Parameter | |
|---|---|
| Name | Description |
other | DeploymentOccurrence |
Properties
Address
public string Address { get; set; }Address of the runtime element hosting this deployment.
| Property Value | |
|---|---|
| Type | Description |
string | |
Config
public string Config { get; set; }Configuration used to create this deployment.
| Property Value | |
|---|---|
| Type | Description |
string | |
DeployTime
public Timestamp DeployTime { get; set; }Required. Beginning of the lifetime of this deployment.
| Property Value | |
|---|---|
| Type | Description |
Timestamp | |
Platform
public DeploymentOccurrence.Types.Platform Platform { get; set; }Platform hosting this deployment.
| Property Value | |
|---|---|
| Type | Description |
DeploymentOccurrenceTypesPlatform | |
ResourceUri
public RepeatedField<string> ResourceUri { get; }Output only. Resource URI for the artifact being deployed taken fromthe deployable field with the same name.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring | |
UndeployTime
public Timestamp UndeployTime { get; set; }End of the lifetime of this deployment.
| Property Value | |
|---|---|
| Type | Description |
Timestamp | |
UserEmail
public string UserEmail { get; set; }Identity of the user that triggered this deployment.
| Property Value | |
|---|---|
| Type | Description |
string | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-29 UTC.