Config Delivery v1beta API - Class ReleaseInfo (1.0.0-beta01)

public sealed class ReleaseInfo : IMessage<ReleaseInfo>, IEquatable<ReleaseInfo>, IDeepCloneable<ReleaseInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Config Delivery v1beta API class ReleaseInfo.

ReleaseInfo contains extra information about the ResourceBundle release e.g., link to an artifact registry OCI image.

Inheritance

object > ReleaseInfo

Namespace

Google.Cloud.ConfigDelivery.V1Beta

Assembly

Google.Cloud.ConfigDelivery.V1Beta.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; }

Output only. per-variant paths to the oci images the service uploads on package release creation

Property Value
Type Description
MapFieldstringstring