Class: Google::Cloud::ConfigService::V1::PropertyChange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#after::Google::Protobuf::Value (readonly)

Returns Output only. Representations of the object value after the actions.

Returns:



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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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