google-cloud-iot-v1 0.1.0 → 0.1.1

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: f223a22f0b2b6a131c57d45d65b5655a6adc9c254c6fe23d1af1b8104d71ce40
4
- data.tar.gz: d3ac20ac90ae56fe90c42fa3de9fcb22e3ae9e7a0569a7a08e83ed9dc8f6d689
3
+ metadata.gz: b093633f8a1b9ec0c7f1f1a9ed02978eaa4b11b7ed2e08564cfa2e43fad93404
4
+ data.tar.gz: 06376eced0113153e84162e3b141421830f28bcb4d53841b4e07b3cf625e3c5b
5
5
  SHA512:
6
- metadata.gz: 528e52d61174c1010a0f085bc1b68b5a89471b4acd63dd49ce64edeea9e72b1ae04980b21c853d07077a2b0ae29e11a8accd406f0dc3e43556c4c5fa4f5d39b5
7
- data.tar.gz: d0ce5c3eadbeaea89c6675d191b931acf9b3192aba5bf27eea490e2270b6da85a9b9ee9f61ed6a3791fc8eaa8e207ac7457c4ac00af29b4a233d1cf3292ced44
6
+ metadata.gz: ce4080b6678bfe53e513dc06549135d788aea5a79df231ed19efc85226ab57f1e9f060b52451e2b9cac6c8812c116e83560b94962ab178d1b54e1d29c753c704
7
+ data.tar.gz: e9c33dee857c232835092612937097fac592116823d3ca3eea6a7c6b0bda8fe6f2e04b19caeba68696b90bd3643d95f64116c98bdcf65532dce45d56e96d61d9
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Cloud IoT API V1 API
2
+ --title=Cloud IoT V1 API
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Ruby Client for the Cloud IoT API V1 API
1
+ # Ruby Client for the Cloud IoT V1 API
2
2
 
3
- API Client library for the Cloud IoT API V1 API
3
+ API Client library for the Cloud IoT V1 API
4
4
 
5
5
  Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform.
6
6
 
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudiot.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_device_registry request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-iot-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/iot)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iot
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,4 +1,4 @@
1
- # Cloud IoT API V1 Protocol Buffer Documentation
1
+ # Cloud IoT V1 Protocol Buffer Documentation
2
2
 
3
3
  These files are for the YARD documentation of the generated protobuf files.
4
4
  They are not intended to be required or loaded at runtime.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-iot-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-15 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -227,5 +227,5 @@ requirements: []
227
227
  rubygems_version: 3.1.3
228
228
  signing_key:
229
229
  specification_version: 4
230
- summary: API Client library for the Cloud IoT API V1 API
230
+ summary: API Client library for the Cloud IoT V1 API
231
231
  test_files: []