Class: Google::Apis::CloudsearchV1::IntegrationConfigUpdatedMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

Annotation metadata to display system message for integration config updated event. This metadata is stored in spanner, and can be dispatched to clients without any field modification or transformation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IntegrationConfigUpdatedMetadata

Returns a new instance of IntegrationConfigUpdatedMetadata.



12105
12106
12107
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12105

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#initiator_idGoogle::Apis::CloudsearchV1::UserId

Primary key for User resource. Corresponds to the JSON property initiatorId



12098
12099
12100
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12098

def initiator_id
  @initiator_id
end

#mutationsArray<Google::Apis::CloudsearchV1::IntegrationConfigMutation>

A list of updates applied on the integration config. Corresponds to the JSON property mutations



12103
12104
12105
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12103

def mutations
  @mutations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12110
12111
12112
12113
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12110

def update!(**args)
  @initiator_id = args[:initiator_id] if args.key?(:initiator_id)
  @mutations = args[:mutations] if args.key?(:mutations)
end