Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse

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

Overview

Response of the ExportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations. response field.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse.



10178
10179
10180
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10178

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

Instance Attribute Details

#output_resultGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOutputResult

Output result that stores the information about where the exported data is stored. Corresponds to the JSON property outputResult



10166
10167
10168
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10166

def output_result
  @output_result
end

#statusGoogle::Apis::DiscoveryengineV1::GoogleRpcStatus

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide. Corresponds to the JSON property status



10176
10177
10178
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10176

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10183
10184
10185
10186
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10183

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