Class: Google::Cloud::Retail::V2::ImportCompletionDataRequest

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

Overview

Request message for ImportCompletionData methods.

Instance Attribute Summary collapse

Instance Attribute Details

#input_config::Google::Cloud::Retail::V2::CompletionDataInputConfig

Returns Required. The desired input location of the data.

Returns:



255
256
257
258
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 255

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

#notification_pubsub_topic::String

Returns Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic is projects/{project}/topics/{topic}.

Returns:

  • (::String)

    Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic is projects/{project}/topics/{topic}.



255
256
257
258
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 255

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

#parent::String

Returns Required. The catalog which the suggestions dataset belongs to.

Format: projects/1234/locations/global/catalogs/default_catalog.

Returns:

  • (::String)

    Required. The catalog which the suggestions dataset belongs to.

    Format: projects/1234/locations/global/catalogs/default_catalog.



255
256
257
258
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 255

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