public sealed class DeploymentNote : IMessage<DeploymentNote>, IEquatable<DeploymentNote>, IDeepCloneable<DeploymentNote>, IBufferMessage, IMessageAn artifact that can be deployed in some runtime.
Implements
IMessage<DeploymentNote>, IEquatable<DeploymentNote>, IDeepCloneable<DeploymentNote>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
DeploymentNote()
public DeploymentNote()DeploymentNote(DeploymentNote)
public DeploymentNote(DeploymentNote other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentNote |
Properties
ResourceUri
public RepeatedField<string> ResourceUri { get; }Required. Resource URI for the artifact being deployed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|