Class: Google::Cloud::DiscoveryEngine::V1::FirestoreSource

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

Overview

Firestore source import data from.

Instance Attribute Summary collapse

Instance Attribute Details

#collection_id::String

Returns Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.

Returns:

  • (::String)

    Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.



404
405
406
407
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 404

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

#database_id::String

Returns Required. The Firestore database to copy the data from with a length limit of 256 characters.

Returns:

  • (::String)

    Required. The Firestore database to copy the data from with a length limit of 256 characters.



404
405
406
407
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 404

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

#gcs_staging_dir::String

Returns Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the Firestore export to a specific Cloud Storage directory.

Ensure that the Firestore service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.

Returns:

  • (::String)

    Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the Firestore export to a specific Cloud Storage directory.

    Ensure that the Firestore service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.



404
405
406
407
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 404

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

#project_id::String

Returns The project ID that the Cloud SQL source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.

Returns:

  • (::String)

    The project ID that the Cloud SQL source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.



404
405
406
407
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 404

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