class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConnectorRun
moment. //
ConnectorRun represents a data sync either in the past or onging that the
initialized, data syncs are scheduled at DataConnector.refresh_interval. A
A data sync run of DataConnector. After DataConnector is successfully
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @end_time = args[:end_time] if args.key?(:end_time) @entity_runs = args[:entity_runs] if args.key?(:entity_runs) @errors = args[:errors] if args.key?(:errors) @latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time) @name = args[:name] if args.key?(:name) @start_time = args[:start_time] if args.key?(:start_time) @state = args[:state] if args.key?(:state) @state_update_time = args[:state_update_time] if args.key?(:state_update_time) @trigger = args[:trigger] if args.key?(:trigger) end