GoogleApi.Firestore.V1beta1.Api.Projects.firestore_projects_databases_documents_create_document
You're seeing just the function
firestore_projects_databases_documents_create_document
, go back to GoogleApi.Firestore.V1beta1.Api.Projects module for more information.
Link to this function
firestore_projects_databases_documents_create_document(connection, parent, collection_id, optional_params \\ [], opts \\ [])
View SourceSpecs
firestore_projects_databases_documents_create_document( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Firestore.V1beta1.Model.Document.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a new document.
Parameters
-
connection
(type:GoogleApi.Firestore.V1beta1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. 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
) - Required. 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