Class: Google::Cloud::ConfigService::V1::PropertyChange
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::PropertyChange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A property change represents a change 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.
1744 1745 1746 1747 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1744 class PropertyChange 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
.
1744 1745 1746 1747 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1744 class PropertyChange 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.
1744 1745 1746 1747 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1744 class PropertyChange 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
.
1744 1745 1746 1747 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1744 class PropertyChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String (readonly)
Returns Output only. The path of the property change.
1744 1745 1746 1747 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1744 class PropertyChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |