Class: Google::Apis::DatamanagerV1::IngestEventsResponse

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

Overview

Response from the IngestEventsRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IngestEventsResponse

Returns a new instance of IngestEventsResponse.



1685
1686
1687
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1685

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

Instance Attribute Details

#field_warningsArray<Google::Apis::DatamanagerV1::FieldWarning>

Detailed row-level warnings with field paths. Corresponds to the JSON property fieldWarnings



1678
1679
1680
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1678

def field_warnings
  @field_warnings
end

#request_idString

The auto-generated ID of the request. Corresponds to the JSON property requestId

Returns:

  • (String)


1683
1684
1685
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1683

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1690
1691
1692
1693
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1690

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