Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse
- 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
-
#status ⇒ Google::Apis::DiscoveryengineV1::GoogleRpcStatus
The
Statustype 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.
10379 10380 10381 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10379 def initialize(**args) update!(**args) end |
Instance Attribute Details
#status ⇒ Google::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
10377 10378 10379 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10377 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10384 10385 10386 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10384 def update!(**args) @status = args[:status] if args.key?(:status) end |