Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/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
-
#output_result ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResult
Output result that stores the information about where the exported data is stored.
-
#status ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus
The
Status
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse.
7060 7061 7062 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7060 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_result ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResult
Output result that stores the information about where the exported data is
stored.
Corresponds to the JSON property outputResult
7048 7049 7050 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7048 def output_result @output_result end |
#status ⇒ Google::Apis::DiscoveryengineV1alpha::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
7058 7059 7060 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7058 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7065 7066 7067 7068 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7065 def update!(**args) @output_result = args[:output_result] if args.key?(:output_result) @status = args[:status] if args.key?(:status) end |