google_api_firestore v0.11.0 GoogleApi.Firestore.V1beta1.Api.Projects View Source
API calls for all endpoints tagged Projects
.
Link to this section Summary
Functions
Gets multiple documents.
Starts a new transaction.
Commits a transaction, while optionally updating documents.
Creates a new document.
Deletes a document.
Gets a single document.
Lists documents.
Lists all the collection IDs underneath a document.
Listens to changes.
Updates or inserts a document.
Rolls back a transaction.
Runs a query.
Streams batches of document updates and deletes, in order.
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage. Recent updates to documents may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage.
Imports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.
Creates the specified index.
A newly created index's initial state is CREATING
. On completion of the
returned google.longrunning.Operation, the state will be READY
.
If the index already exists, the call will return an ALREADY_EXISTS
status.
Deletes an index.
Gets an index.
Lists the indexes that match the specified filters.
Link to this section Functions
firestore_projects_databases_documents_batch_get(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_batch_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.BatchGetDocumentsResponse.t()} | {:error, Tesla.Env.t()}
Gets multiple documents.
Documents returned by this method are not guaranteed to be returned in the same order that they were requested.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.BatchGetDocumentsRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.BatchGetDocumentsResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_begin_transaction(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_begin_transaction( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.BeginTransactionResponse.t()} | {:error, Tesla.Env.t()}
Starts a new transaction.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.BeginTransactionRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.BeginTransactionResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_commit(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_commit( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.CommitResponse.t()} | {:error, Tesla.Env.t()}
Commits a transaction, while optionally updating documents.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.CommitRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.CommitResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_create_document(connection, parent, collection_id, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_create_document( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Document.t()} | {:error, Tesla.Env.t()}
Creates a new document.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The parent resource. For example:projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/chatrooms/{chatroom_id}
collection_id
(type:String.t
) - The collection ID, relative toparent
, to list. For example:chatrooms
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:documentId
(type:String.t
) - The client-assigned document ID to use for this document.Optional. If not specified, an ID will be assigned by the service.
:"mask.fieldPaths"
(type:list(String.t)
) - The list of field paths in the mask. See Document.fields for a field path syntax reference.:body
(type:GoogleApi.Firestore.V1beta1.Model.Document.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Document{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Empty.t()} | {:error, Tesla.Env.t()}
Deletes a document.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Document to delete. In the format:projects/{project_id}/databases/{database_id}/documents/{document_path}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:"currentDocument.exists"
(type:boolean()
) - When set totrue
, the target document must exist. When set tofalse
, the target document must not exist.:"currentDocument.updateTime"
(type:DateTime.t
) - When set, the target document must exist and have been last updated at that time.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Empty{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Document.t()} | {:error, Tesla.Env.t()}
Gets a single document.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Document to get. In the format:projects/{project_id}/databases/{database_id}/documents/{document_path}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:"mask.fieldPaths"
(type:list(String.t)
) - The list of field paths in the mask. See Document.fields for a field path syntax reference.:readTime
(type:DateTime.t
) - Reads the version of the document at the given time. This may not be older than 60 seconds.:transaction
(type:String.t
) - Reads the document in a transaction.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Document{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_list(connection, parent, collection_id, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_list( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.ListDocumentsResponse.t()} | {:error, Tesla.Env.t()}
Lists documents.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The parent resource name. In the format:projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
. For example:projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
collection_id
(type:String.t
) - The collection ID, relative toparent
, to list. For example:chatrooms
ormessages
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:"mask.fieldPaths"
(type:list(String.t)
) - The list of field paths in the mask. See Document.fields for a field path syntax reference.:orderBy
(type:String.t
) - The order to sort results by. For example:priority desc, name
.:pageSize
(type:integer()
) - The maximum number of documents to return.:pageToken
(type:String.t
) - Thenext_page_token
value returned from a previous List request, if any.:readTime
(type:DateTime.t
) - Reads documents as they were at the given time. This may not be older than 60 seconds.:showMissing
(type:boolean()
) - If the list should show missing documents. A missing document is a document that does not exist but has sub-documents. These documents will be returned with a key but will not have fields, Document.create_time, or Document.update_time set.Requests with
show_missing
may not specifywhere
ororder_by
.:transaction
(type:String.t
) - Reads documents in a transaction.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.ListDocumentsResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_list_collection_ids(connection, parent, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_list_collection_ids( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.ListCollectionIdsResponse.t()} | {:error, Tesla.Env.t()}
Lists all the collection IDs underneath a document.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The parent document. In the format:projects/{project_id}/databases/{database_id}/documents/{document_path}
. For example:projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.ListCollectionIdsRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.ListCollectionIdsResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_listen(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_listen( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.ListenResponse.t()} | {:error, Tesla.Env.t()}
Listens to changes.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.ListenRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.ListenResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_patch(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Document.t()} | {:error, Tesla.Env.t()}
Updates or inserts a document.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the document, for exampleprojects/{project_id}/databases/{database_id}/documents/{document_path}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:"currentDocument.exists"
(type:boolean()
) - When set totrue
, the target document must exist. When set tofalse
, the target document must not exist.:"currentDocument.updateTime"
(type:DateTime.t
) - When set, the target document must exist and have been last updated at that time.:"mask.fieldPaths"
(type:list(String.t)
) - The list of field paths in the mask. See Document.fields for a field path syntax reference.:"updateMask.fieldPaths"
(type:list(String.t)
) - The list of field paths in the mask. See Document.fields for a field path syntax reference.:body
(type:GoogleApi.Firestore.V1beta1.Model.Document.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Document{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_rollback(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_rollback( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Empty.t()} | {:error, Tesla.Env.t()}
Rolls back a transaction.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.RollbackRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Empty{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_run_query(connection, parent, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_run_query( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.RunQueryResponse.t()} | {:error, Tesla.Env.t()}
Runs a query.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The parent resource name. In the format:projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
. For example:projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.RunQueryRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.RunQueryResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_documents_write(connection, database, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_documents_write( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.WriteResponse.t()} | {:error, Tesla.Env.t()}
Streams batches of document updates and deletes, in order.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverdatabase
(type:String.t
) - The database name. In the format:projects/{project_id}/databases/{database_id}
. This is only required in the first message.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.WriteRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.WriteResponse{}}
on success{:error, info}
on failure
firestore_projects_databases_export_documents(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_export_documents( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation.t()} | {:error, Tesla.Env.t()}
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage. Recent updates to documents may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - Database to export. Should be of the form:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ExportDocumentsRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation{}}
on success{:error, info}
on failure
firestore_projects_databases_import_documents(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_import_documents( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation.t()} | {:error, Tesla.Env.t()}
Imports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - Database to import into. Should be of the form:projects/{project_id}/databases/{database_id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation{}}
on success{:error, info}
on failure
firestore_projects_databases_indexes_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_indexes_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation.t()} | {:error, Tesla.Env.t()}
Creates the specified index.
A newly created index's initial state is CREATING
. On completion of the
returned google.longrunning.Operation, the state will be READY
.
If the index already exists, the call will return an ALREADY_EXISTS
status.
During creation, the process could result in an error, in which case the
index will move to the ERROR
state. The process can be recovered by
fixing the data that caused the error, removing the index with
delete, then re-creating the index with
create.
Indexes with a single field cannot be created.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The name of the database this index will apply to. For example:projects/{project_id}/databases/{database_id}
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Index.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.GoogleLongrunningOperation{}}
on success{:error, info}
on failure
firestore_projects_databases_indexes_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_indexes_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Empty.t()} | {:error, Tesla.Env.t()}
Deletes an index.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - The index name. For example:projects/{project_id}/databases/{database_id}/indexes/{index_id}
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.Empty{}}
on success{:error, info}
on failure
firestore_projects_databases_indexes_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_indexes_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Index.t()} | {:error, Tesla.Env.t()}
Gets an index.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to servername
(type:String.t
) - The name of the index. For example:projects/{project_id}/databases/{database_id}/indexes/{index_id}
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Index{}}
on success{:error, info}
on failure
firestore_projects_databases_indexes_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcefirestore_projects_databases_indexes_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ListIndexesResponse.t()} | {:error, Tesla.Env.t()}
Lists the indexes that match the specified filters.
Parameters
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to serverparent
(type:String.t
) - The database name. For example:projects/{project_id}/databases/{database_id}
optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) -:pageSize
(type:integer()
) - The standard List page size.:pageToken
(type:String.t
) - The standard List page token.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ListIndexesResponse{}}
on success{:error, info}
on failure