Class: Google::Cloud::ConfigService::V1::PropertyDrift
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::PropertyDrift
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A property drift represents a drift to a property in the state file.
Instance Attribute Summary collapse
-
#after ⇒ ::Google::Protobuf::Value
readonly
Output only.
-
#after_sensitive_paths ⇒ ::Array<::String>
readonly
Output only.
-
#before ⇒ ::Google::Protobuf::Value
readonly
Output only.
-
#before_sensitive_paths ⇒ ::Array<::String>
readonly
Output only.
-
#path ⇒ ::String
readonly
Output only.
Instance Attribute Details
#after ⇒ ::Google::Protobuf::Value (readonly)
Returns Output only. Representations of the object value after the actions.
1871 1872 1873 1874 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1871 class PropertyDrift include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#after_sensitive_paths ⇒ ::Array<::String> (readonly)
Returns Output only. The paths of sensitive fields in after
. Paths are relative
to path
.
1871 1872 1873 1874 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1871 class PropertyDrift include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#before ⇒ ::Google::Protobuf::Value (readonly)
Returns Output only. Representations of the object value before the actions.
1871 1872 1873 1874 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1871 class PropertyDrift include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#before_sensitive_paths ⇒ ::Array<::String> (readonly)
Returns Output only. The paths of sensitive fields in before
. Paths are relative
to path
.
1871 1872 1873 1874 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1871 class PropertyDrift include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String (readonly)
Returns Output only. The path of the property drift.
1871 1872 1873 1874 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1871 class PropertyDrift include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |