Class: Google::Cloud::Retail::V2::ImportUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ImportUserEventsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/import_config.rb
Overview
Request message for the ImportUserEvents request.
Instance Attribute Summary collapse
-
#errors_config ⇒ ::Google::Cloud::Retail::V2::ImportErrorsConfig
The desired location of errors incurred during the Import.
-
#input_config ⇒ ::Google::Cloud::Retail::V2::UserEventInputConfig
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#errors_config ⇒ ::Google::Cloud::Retail::V2::ImportErrorsConfig
Returns The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
234 235 236 237 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 234 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_config ⇒ ::Google::Cloud::Retail::V2::UserEventInputConfig
Returns Required. The desired input location of the data.
234 235 236 237 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 234 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. projects/1234/locations/global/catalogs/default_catalog
.
234 235 236 237 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 234 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |