public sealed class DeploymentNote : IMessage<DeploymentNote>, IEquatable<DeploymentNote>, IDeepCloneable<DeploymentNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DeploymentNote.
An artifact that can be deployed in some runtime.
Implements
IMessageDeploymentNote, IEquatableDeploymentNote, IDeepCloneableDeploymentNote, 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 |
RepeatedFieldstring |