Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::ResourceBundleDeploymentInfo.
ResourceBundleDeploymentInfo represents the status of a resource bundle deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#messages
def messages() -> ::Array<::String>
Returns
-
(::Array<::String>) — 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.
#release
def release() -> ::String
Returns
-
(::String) — Output only. Refers to a
ResourceBundle
release.
#sync_state
def sync_state() -> ::Google::Cloud::ConfigDelivery::V1::ResourceBundleDeploymentInfo::SyncState
Returns
-
(::Google::Cloud::ConfigDelivery::V1::ResourceBundleDeploymentInfo::SyncState) — Output only. Synchronization state of the
ResourceBundle
deployment.
#variant
def variant() -> ::String
Returns
-
(::String) — Output only. Refers to a variant in a
ResourceBundle
release.
#version
def version() -> ::String
Returns
-
(::String) — Output only. Refers to a version of the
ResourceBundle
release.