Skip to content

Commit

Permalink
feat(firestore): update the api
Browse files Browse the repository at this point in the history
#### firestore:v1

The following keys were added:
- resources.projects.resources.databases.resources.documents.methods.listDocuments (Total Keys: 32)
- schemas.GoogleFirestoreAdminV1Database.properties.appEngineIntegrationMode.type (Total Keys: 1)
- schemas.GoogleFirestoreAdminV1Database.properties.keyPrefix (Total Keys: 2)
- schemas.RunQueryResponse.properties.done.type (Total Keys: 1)

#### firestore:v1beta1

The following keys were added:
- resources.projects.resources.databases.resources.documents.methods.listDocuments (Total Keys: 32)
- schemas.RunQueryResponse.properties.done.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 22, 2022
1 parent cd23853 commit 544fbd3
Show file tree
Hide file tree
Showing 6 changed files with 796 additions and 569 deletions.
591 changes: 308 additions & 283 deletions docs/dyn/firestore_v1.projects.databases.documents.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/dyn/firestore_v1.projects.databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ <h3>Method Details</h3>
An object of the form:

{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
&quot;appEngineIntegrationMode&quot;: &quot;A String&quot;, # The App Engine integration mode to use for this database.
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;keyPrefix&quot;: &quot;A String&quot;, # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id (&quot;~&quot;) to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`
&quot;type&quot;: &quot;A String&quot;, # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
Expand Down Expand Up @@ -243,8 +245,10 @@ <h3>Method Details</h3>
{ # The list of databases for a project.
&quot;databases&quot;: [ # The databases in the project.
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
&quot;appEngineIntegrationMode&quot;: &quot;A String&quot;, # The App Engine integration mode to use for this database.
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;keyPrefix&quot;: &quot;A String&quot;, # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id (&quot;~&quot;) to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`
&quot;type&quot;: &quot;A String&quot;, # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
Expand All @@ -263,8 +267,10 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
&quot;appEngineIntegrationMode&quot;: &quot;A String&quot;, # The App Engine integration mode to use for this database.
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;keyPrefix&quot;: &quot;A String&quot;, # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id (&quot;~&quot;) to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`
&quot;type&quot;: &quot;A String&quot;, # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
Expand Down
Loading

0 comments on commit 544fbd3

Please sign in to comment.