Class: Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb

Overview

Request message for the ImportUserEvents request.

Defined Under Namespace

Classes: InlineSource

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_source::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource

Returns BigQuery input source.

Returns:



144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 144

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

  # The inline source for the input config for ImportUserEvents method.
  # @!attribute [rw] user_events
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::UserEvent>]
  #     Required. A list of user events to import. Recommended max of 10k items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#error_config::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig

Returns The desired location of errors incurred during the Import. Cannot be set for inline user event imports.

Returns:



144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 144

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

  # The inline source for the input config for ImportUserEvents method.
  # @!attribute [rw] user_events
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::UserEvent>]
  #     Required. A list of user events to import. Recommended max of 10k items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#gcs_source::Google::Cloud::DiscoveryEngine::V1beta::GcsSource

Returns Cloud Storage location for the input content.

Returns:



144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 144

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

  # The inline source for the input config for ImportUserEvents method.
  # @!attribute [rw] user_events
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::UserEvent>]
  #     Required. A list of user events to import. Recommended max of 10k items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#inline_source::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource

Returns The Inline source for the input content for UserEvents.

Returns:



144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 144

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

  # The inline source for the input config for ImportUserEvents method.
  # @!attribute [rw] user_events
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::UserEvent>]
  #     Required. A list of user events to import. Recommended max of 10k items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. Parent DataStore resource name, of the form projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Returns:

  • (::String)

    Required. Parent DataStore resource name, of the form projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}



144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 144

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

  # The inline source for the input config for ImportUserEvents method.
  # @!attribute [rw] user_events
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::UserEvent>]
  #     Required. A list of user events to import. Recommended max of 10k items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end