google-apis-firebase_v1beta1 0.4.0 → 0.5.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: 9ffb94b6ca4efd67ce2c829bdef735160391efe1d424ac39ab2a960e187e04e8
4
- data.tar.gz: 2c55ef701bdef89af2d832104ab40f4c342bac3b669d757e0bede14cb760f05e
3
+ metadata.gz: 12f89f2a92b038f47c57d52ce95ac87decc054c330cad384132a83c0e68b91f7
4
+ data.tar.gz: 41e391c0095617c158db0b6b7f61188ee855060008380f4243929ec3dc228d49
5
5
  SHA512:
6
- metadata.gz: 0bf68dd8b4522d75d4c0a7184a01faf4408f5e048982a0d290251a663bed27ab3b4ada4779dc06ba5cb084f0912eb8ede1afd2421e0946c45233f12e8ffa4459
7
- data.tar.gz: a7c377d1ac79d2c2befa6e7cfb3d3b899eef7556941045064a7607dd7160cbea1ddd5aefa93c5930b0a2ac799f552a2ae235a888b72f8835129e7d53befcb55b
6
+ metadata.gz: e52426504d9b15408d63ed84dee72d421a35c987fab6a89a2e255a8a5f890fc85a39c8456f412995d1dbef9b5424e2e557e6d69488db5b1c3ab069bf97f7da2d
7
+ data.tar.gz: f31f2043b8d857e330b6dbb80d9a455df09e507f74f832f6f5a6beac68b500b575b74c899c62a55a810b524c5091c4a69d88926511366d65a819af20e412629a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210525
6
+
3
7
  ### v0.4.0 (2021-05-19)
4
8
 
5
9
  * Unspecified changes
@@ -35,24 +35,6 @@ module Google
35
35
  # @return [String]
36
36
  attr_accessor :location_id
37
37
 
38
- # Deprecated. Instead, to link a Project with a Google Analytics account, call [`
39
- # AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add
40
- # Firebase resources to the GCP `Project`. The region code (CLDR) that the
41
- # account will use for Google Analytics data For example: US, GB, or DE In Java,
42
- # use `com.google.i18n.identifiers.RegionCode`.
43
- # Corresponds to the JSON property `regionCode`
44
- # @return [String]
45
- attr_accessor :region_code
46
-
47
- # Deprecated. Instead, to link a Project with a Google Analytics account, call [`
48
- # AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add
49
- # Firebase resources to the GCP `Project`. The time zone that the account will
50
- # use for Google Analytics data. For example: America/Los_Angeles or Africa/
51
- # Abidjan
52
- # Corresponds to the JSON property `timeZone`
53
- # @return [String]
54
- attr_accessor :time_zone
55
-
56
38
  def initialize(**args)
57
39
  update!(**args)
58
40
  end
@@ -60,8 +42,6 @@ module Google
60
42
  # Update properties of this object
61
43
  def update!(**args)
62
44
  @location_id = args[:location_id] if args.key?(:location_id)
63
- @region_code = args[:region_code] if args.key?(:region_code)
64
- @time_zone = args[:time_zone] if args.key?(:time_zone)
65
45
  end
66
46
  end
67
47
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseV1beta1
18
18
  # Version of the google-apis-firebase_v1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
@@ -224,8 +224,6 @@ module Google
224
224
  # @private
225
225
  class Representation < Google::Apis::Core::JsonRepresentation
226
226
  property :location_id, as: 'locationId'
227
- property :region_code, as: 'regionCode'
228
- property :time_zone, as: 'timeZone'
229
227
  end
230
228
  end
231
229
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
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-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebase_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebase_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []