Class: Google::Cloud::RecommendationEngine::V1beta1::ImportUserEventsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/import.rb

Overview

Request message for the ImportUserEvents request.

Instance Attribute Summary collapse

Instance Attribute Details

#errors_config::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig

Returns Optional. The desired location of errors incurred during the Import.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 111

class ImportUserEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_config::Google::Cloud::RecommendationEngine::V1beta1::InputConfig

Returns Required. The desired input location of the data.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 111

class ImportUserEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store.

Returns:

  • (::String)

    Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store



111
112
113
114
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 111

class ImportUserEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.

Returns:

  • (::String)

    Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.



111
112
113
114
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 111

class ImportUserEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end