Class: Google::Cloud::RecommendationEngine::V1beta1::InputConfig

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

Overview

The input config source.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_inline_source::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource

Returns The Inline source for the input content for Catalog items.

Note: The following fields are mutually exclusive: catalog_inline_source, gcs_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource)

    The Inline source for the input content for Catalog items.

    Note: The following fields are mutually exclusive: catalog_inline_source, gcs_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 132

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

#gcs_source::Google::Cloud::RecommendationEngine::V1beta1::GcsSource

Returns Google Cloud Storage location for the input content.

Note: The following fields are mutually exclusive: gcs_source, catalog_inline_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource)

    Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, catalog_inline_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 132

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

#user_event_inline_source::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource

Returns The Inline source for the input content for UserEvents.

Note: The following fields are mutually exclusive: user_event_inline_source, catalog_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 132

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