public sealed class ResourceBundleDeploymentInfo : IMessage<ResourceBundleDeploymentInfo>, IEquatable<ResourceBundleDeploymentInfo>, IDeepCloneable<ResourceBundleDeploymentInfo>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1 API class ResourceBundleDeploymentInfo.
ResourceBundleDeploymentInfo represents the status of a resource bundle deployment.
Implements
IMessageResourceBundleDeploymentInfo, IEquatableResourceBundleDeploymentInfo, IDeepCloneableResourceBundleDeploymentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1Assembly
Google.Cloud.ConfigDelivery.V1.dll
Constructors
ResourceBundleDeploymentInfo()
public ResourceBundleDeploymentInfo()ResourceBundleDeploymentInfo(ResourceBundleDeploymentInfo)
public ResourceBundleDeploymentInfo(ResourceBundleDeploymentInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceBundleDeploymentInfo |
Properties
Messages
public RepeatedField<string> Messages { get; }Output only. Unordered list. Messages contains information related to the
ResourceBundle deployment. For example, in case of an error, indicate the
reason for the error. In case of a pending deployment, reason for why the
deployment of new release is pending.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Release
public string Release { get; set; }Output only. Refers to a ResourceBundle release.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReleaseAsReleaseName
public ReleaseName ReleaseAsReleaseName { get; set; }ReleaseName-typed view over the Release resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReleaseName |
|
SyncState
public ResourceBundleDeploymentInfo.Types.SyncState SyncState { get; set; }Output only. Synchronization state of the ResourceBundle deployment.
| Property Value | |
|---|---|
| Type | Description |
ResourceBundleDeploymentInfoTypesSyncState |
|
Variant
public string Variant { get; set; }Output only. Refers to a variant in a ResourceBundle release.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Output only. Refers to a version of the ResourceBundle release.
| Property Value | |
|---|---|
| Type | Description |
string |
|