Class: Google::Firestore::V1::CreateDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb

Overview

The request for Firestore::CreateDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

Returns Required. The collection ID, relative to parent, to list. For example: chatrooms.

Returns:

  • (String)

    Required. The collection ID, relative to parent, to list. For example: chatrooms.



117
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 117

class CreateDocumentRequest; end

#documentGoogle::Firestore::V1::Document

Returns Required. The document to create. name must not be set.

Returns:



117
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 117

class CreateDocumentRequest; end

#document_idString

Returns The client-assigned document ID to use for this document.

Optional. If not specified, an ID will be assigned by the service.

Returns:

  • (String)

    The client-assigned document ID to use for this document.

    Optional. If not specified, an ID will be assigned by the service.



117
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 117

class CreateDocumentRequest; end

#maskGoogle::Firestore::V1::DocumentMask

Returns The fields to return. If not set, returns all fields.

If the document has a field that is not present in this mask, that field will not be returned in the response.

Returns:

  • (Google::Firestore::V1::DocumentMask)

    The fields to return. If not set, returns all fields.

    If the document has a field that is not present in this mask, that field will not be returned in the response.



117
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 117

class CreateDocumentRequest; end

#parentString

Returns Required. The parent resource. For example: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/chatrooms/{chatroom_id}.

Returns:

  • (String)

    Required. The parent resource. For example: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/chatrooms/{chatroom_id}



117
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 117

class CreateDocumentRequest; end