Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::PropertyChange (v2.2.0)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::PropertyChange.

A property change represents a change to a property in the state file.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#after

def after() -> ::Google::Protobuf::Value
Returns

#after_sensitive_paths

def after_sensitive_paths() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The paths of sensitive fields in after. Paths are relative to path.

#before

def before() -> ::Google::Protobuf::Value
Returns

#before_sensitive_paths

def before_sensitive_paths() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The paths of sensitive fields in before. Paths are relative to path.

#path

def path() -> ::String
Returns
  • (::String) — Output only. The path of the property change.