grpc-google-cloud-firestore-v1beta1

GRPC library for grpc-google-cloud-firestore-v1beta1

Лицензия

Лицензия

Категории

Категории

gRPC Сеть Networking Google Cloud Контейнер PaaS Providers
Группа

Группа

com.google.api.grpc
Идентификатор

Идентификатор

grpc-google-cloud-firestore-v1beta1
Последняя версия

Последняя версия

0.88.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

grpc-google-cloud-firestore-v1beta1
GRPC library for grpc-google-cloud-firestore-v1beta1
Организация-разработчик

Организация-разработчик

Google LLC

Скачать grpc-google-cloud-firestore-v1beta1

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/ -->
<dependency>
    <groupId>com.google.api.grpc</groupId>
    <artifactId>grpc-google-cloud-firestore-v1beta1</artifactId>
    <version>0.88.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/
implementation 'com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:0.88.2'
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/
implementation ("com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:0.88.2")
'com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:jar:0.88.2'
<dependency org="com.google.api.grpc" name="grpc-google-cloud-firestore-v1beta1" rev="0.88.2">
  <artifact name="grpc-google-cloud-firestore-v1beta1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api.grpc', module='grpc-google-cloud-firestore-v1beta1', version='0.88.2')
)
libraryDependencies += "com.google.api.grpc" % "grpc-google-cloud-firestore-v1beta1" % "0.88.2"
[com.google.api.grpc/grpc-google-cloud-firestore-v1beta1 "0.88.2"]

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
io.grpc : grpc-stub Необязательный jar 1.30.2
com.google.errorprone : error_prone_annotations Необязательный jar 2.3.4
io.grpc : grpc-protobuf Необязательный jar 1.30.2
com.google.code.findbugs : jsr305 Необязательный jar 3.0.2
com.google.api.grpc : proto-google-common-protos Необязательный jar 1.18.0
io.grpc : grpc-protobuf-lite Необязательный jar 1.30.2
com.google.api.grpc : proto-google-cloud-firestore-v1beta1 Необязательный jar 0.88.2
com.google.api : api-common Необязательный jar 1.9.3
javax.annotation : javax.annotation-api Необязательный jar 1.3.2
com.google.auto.value : auto-value-annotations Необязательный jar 1.7.2
io.grpc : grpc-api Необязательный jar 1.30.2
io.grpc : grpc-context Необязательный jar 1.30.2
com.google.protobuf : protobuf-java Необязательный jar 3.12.2
com.google.guava : guava Необязательный jar 29.0-android
com.google.guava : failureaccess Необязательный jar 1.0.1
com.google.guava : listenablefuture Необязательный jar 9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework : checker-compat-qual Необязательный jar 2.5.5
com.google.j2objc : j2objc-annotations Необязательный jar 1.3

runtime (1)

Идентификатор библиотеки Тип Версия
org.codehaus.mojo : animal-sniffer-annotations Необязательный jar 1.18

Модули Проекта

Данный проект не имеет модулей.

Google Cloud Firestore Client for Java

Java idiomatic client for Cloud Firestore.

Maven Stability

Quickstart

If you are using Maven with BOM, add this to your pom.xml file

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>libraries-bom</artifactId>
      <version>16.1.0</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-firestore</artifactId>
  </dependency>

If you are using Maven without BOM, add this to your dependencies:

<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-firestore</artifactId>
  <version>2.1.0</version>
</dependency>

If you are using Gradle, add this to your dependencies

compile 'com.google.cloud:google-cloud-firestore:2.1.0'

If you are using SBT, add this to your dependencies

libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.1.0"

Authentication

See the Authentication section in the base directory's README.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the Cloud Firestore API enabled.

Follow these instructions to get your project set up. You will also need to set up the local development environment by installing the Google Cloud SDK and running the following commands in command line: gcloud auth login and gcloud config set project [YOUR PROJECT ID].

Installation and setup

You'll need to obtain the google-cloud-firestore library. See the Quickstart section to add google-cloud-firestore as a dependency in your code.

About Cloud Firestore

Cloud Firestore is a fully-managed NoSQL document database for mobile, web, and server development from Firebase and Google Cloud Platform. It's backed by a multi-region replicated database that ensures once data is committed, it's durable even in the face of unexpected disasters. Not only that, but despite being a distributed database, it's also strongly consistent and offers seamless integration with other Firebase and Google Cloud Platform products, including Google Cloud Functions.

See the Cloud Firestore client library docs to learn how to use this Cloud Firestore Client Library.

Samples

Samples are in the samples/ directory. The samples' README.md has instructions for running the samples.

Sample Source Code Try it
Quickstart source code Open in Cloud Shell
Listen Data Snippets source code Open in Cloud Shell
Manage Data Snippets source code Open in Cloud Shell
Query Data Snippets source code Open in Cloud Shell
References source code Open in Cloud Shell
Retrieve Data Snippets source code Open in Cloud Shell
City source code Open in Cloud Shell

Troubleshooting

To get help, follow the instructions in the shared Troubleshooting document.

Transport

Cloud Firestore uses gRPC for the transport layer.

Java Versions

Java 7 or above is required for using this client.

Versioning

This library follows Semantic Versioning.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.

CI Status

Java Version Status
Java 7 Kokoro CI
Java 8 Kokoro CI
Java 8 OSX Kokoro CI
Java 8 Windows Kokoro CI
Java 11 Kokoro CI
com.google.api.grpc

Google APIs

Clients for Google APIs and tools that help produce them.

Версии библиотеки

Версия
0.88.2
0.88.1
0.88.0
0.87.0
0.86.0
0.85.5
0.85.4
0.85.3
0.85.2
0.85.1
0.85.0
0.84.0
0.83.0
0.82.0
0.81.0
0.80.0
0.79.0
0.76.0
0.75.0
0.74.0
0.73.0
0.72.0
0.71.0
0.70.0
0.69.0
0.68.0
0.67.0
0.66.0
0.65.0
0.64.0
0.63.0
0.62.0
0.61.0
0.60.0
0.59.0
0.58.0
0.57.0
0.56.0
0.55.0
0.54.0
0.53.0
0.52.0
0.51.0
0.50.0
0.49.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.1
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20