public sealed class ReleaseInfo : IMessage<ReleaseInfo>, IEquatable<ReleaseInfo>, IDeepCloneable<ReleaseInfo>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1 API class ReleaseInfo.
ReleaseInfo contains extra information about the ResourceBundle release
e.g., link to an artifact registry OCI image.
Implements
IMessageReleaseInfo, IEquatableReleaseInfo, IDeepCloneableReleaseInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1Assembly
Google.Cloud.ConfigDelivery.V1.dll
Constructors
ReleaseInfo()
public ReleaseInfo()ReleaseInfo(ReleaseInfo)
public ReleaseInfo(ReleaseInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ReleaseInfo |
Properties
OciImagePath
public string OciImagePath { get; set; }Output only. path to the oci image the service uploads to on a Release
creation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VariantOciImagePaths
public MapField<string, string> VariantOciImagePaths { get; }Optional. per-variant paths to the oci images the service uploads on package release creation
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|