Class: Google::Apis::ConnectorsV2::UpdateEntitiesWithConditionsResponse

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

Overview

Response message for EntityService.UpdateEntitiesWithConditions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateEntitiesWithConditionsResponse

Returns a new instance of UpdateEntitiesWithConditionsResponse.



2518
2519
2520
# File 'lib/google/apis/connectors_v2/classes.rb', line 2518

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

Instance Attribute Details

#metadataHash<String,Hash<String,Object>>

Metadata like service latency, etc. Corresponds to the JSON property metadata

Returns:

  • (Hash<String,Hash<String,Object>>)


2511
2512
2513
# File 'lib/google/apis/connectors_v2/classes.rb', line 2511

def 
  @metadata
end

#responseHash<String,Object>

Response returned by the external system. Corresponds to the JSON property response

Returns:

  • (Hash<String,Object>)


2516
2517
2518
# File 'lib/google/apis/connectors_v2/classes.rb', line 2516

def response
  @response
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2523
2524
2525
2526
# File 'lib/google/apis/connectors_v2/classes.rb', line 2523

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