google-cloud-iot-v1 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45a8f4fd6710fc347550a6dd5da307d99f90158843963af70972e44f66bd7c10
4
- data.tar.gz: 23d2ee75ebca40924d2790a91830ee606fb9e11f2efb30aca248d21a72d0c59d
3
+ metadata.gz: 7b19cf653622e059ecbb99b7f6372827f39b6d74d3e362e3bd8dcf84da633363
4
+ data.tar.gz: 76189cbdfa0ba948239c1e13f0b5713a1fa7d74e294c1d860fa14a143b4a19ec
5
5
  SHA512:
6
- metadata.gz: 8aa3a685226071074d83f0603a12d7e5020b7f337c30ef627442f85ae1964e46efdfd67066a76d913703ff6e65c2e2737535b1d1b5dac50ccb4165fb8022c668
7
- data.tar.gz: 8958b8aa16f18689a00db86d2e6b7a145a008903ede2e9db15520ecae6616bd2547005a77715f633b869b5d9d795ae8b1df8d6a3283ae5914b5d4050e92cda2b
6
+ metadata.gz: 03d8a849971a3c6495c908bc985a567907e516eead6b12fcb6cde27597e48c1f772c225b526794a6aba7aec04d06a8a6934df702e1de4c2999baa601e66612f9
7
+ data.tar.gz: 67cdaeb6c36b09e29c40a5c52e3edd83b7db121d0bd891cb3e74b3c48af11c13df380be96a7a989853b2f8b72006102dd49c6d579dfbddfcdc02d46b70740a6e
@@ -700,7 +700,8 @@ module Google
700
700
  # `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`.
701
701
  # @param field_mask [::Google::Protobuf::FieldMask, ::Hash]
702
702
  # The fields of the `Device` resource to be returned in the response. If the
703
- # field mask is unset or empty, all fields are returned.
703
+ # field mask is unset or empty, all fields are returned. Fields have to be
704
+ # provided in snake_case format, for example: `last_heartbeat_time`.
704
705
  #
705
706
  # @yield [response, operation] Access the result along with the RPC operation
706
707
  # @yieldparam response [::Google::Cloud::Iot::V1::Device]
@@ -919,7 +920,8 @@ module Google
919
920
  # @param field_mask [::Google::Protobuf::FieldMask, ::Hash]
920
921
  # The fields of the `Device` resource to be returned in the response. The
921
922
  # fields `id` and `num_id` are always returned, along with any
922
- # other fields specified.
923
+ # other fields specified in snake_case format, for example:
924
+ # `last_heartbeat_time`.
923
925
  # @param gateway_list_options [::Google::Cloud::Iot::V1::GatewayListOptions, ::Hash]
924
926
  # Options related to gateways.
925
927
  # @param page_size [::Integer]
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/cloud/iot/v1/device_manager.proto for package 'google.cloud.iot.v1'
3
3
  # Original file comments:
4
- # Copyright 2019 Google LLC.
4
+ # Copyright 2020 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -15,7 +15,6 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
- #
19
18
 
20
19
  require 'grpc'
21
20
  require 'google/cloud/iot/v1/device_manager_pb'
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iot
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -134,7 +134,8 @@ module Google
134
134
  # @!attribute [rw] field_mask
135
135
  # @return [::Google::Protobuf::FieldMask]
136
136
  # The fields of the `Device` resource to be returned in the response. If the
137
- # field mask is unset or empty, all fields are returned.
137
+ # field mask is unset or empty, all fields are returned. Fields have to be
138
+ # provided in snake_case format, for example: `last_heartbeat_time`.
138
139
  class GetDeviceRequest
139
140
  include ::Google::Protobuf::MessageExts
140
141
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -186,7 +187,8 @@ module Google
186
187
  # @return [::Google::Protobuf::FieldMask]
187
188
  # The fields of the `Device` resource to be returned in the response. The
188
189
  # fields `id` and `num_id` are always returned, along with any
189
- # other fields specified.
190
+ # other fields specified in snake_case format, for example:
191
+ # `last_heartbeat_time`.
190
192
  # @!attribute [rw] gateway_list_options
191
193
  # @return [::Google::Cloud::Iot::V1::GatewayListOptions]
192
194
  # Options related to gateways.
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.2.0
4
+ version: 0.2.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common