google-cloud-firestore-admin 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 668fa8ec0674ae5cbf70c176f5381b6cdfb0f2bff23a03192396542887980b4f
4
- data.tar.gz: 62a32952805059fecf1713598df0b507631f8e69cf8de9e2ee89eb2f4df816fe
3
+ metadata.gz: 4dd5ce86e0a2a0de785d1f5c801ac4ca8b357773985bce23147f0fb7a94fd340
4
+ data.tar.gz: 6c6564d5ad0de827322ecb91ea64b04c21beb2ad491063014365e19bd506890e
5
5
  SHA512:
6
- metadata.gz: 33ede97c3bd18c55c2d1207f02b1e894654ccd53c99149e4928aced25274396180ee75b1abd4c622e4474b9ada15feda507e9b377db3adcfc286e3ab8c5af6e9
7
- data.tar.gz: 9ec0c3ffea3b9e831a51c256d71732c059e1ddf2a0484b1f31824d46c145fe575cbb5f34800711bfba713175935dac3f2af5c4f7022de10b2033d5dbe38e0091
6
+ metadata.gz: d8956db1c1e3ebfd3d007c70a7c269bc926f74a4ab0105a590eec614b1521d527832796ee26c479151bf1b3f4a2781bd475722f257ab58837ecdc46cdc15b99e
7
+ data.tar.gz: c27f9dd3286dd395f4409e80bb5313cbd80bb1548c7b3a1005fdd46567efd87da2e2851ae186b34f44165c7415aef380bbf49fa43c620dbf2f12cb48987c6284
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/firestore.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/firestore/admin"
39
+
40
+ client = Google::Cloud::Firestore::Admin.firestore_admin
41
+ request = ::Google::Cloud::Firestore::Admin::V1::CreateIndexRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_index request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Firestore
23
23
  module Admin
24
- VERSION = "0.5.1"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Cloud Firestore Admin API
81
81
  test_files: []