google-apis-firebase_v1beta1 0.9.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05f4b7c59b1325b3e9986570cd0a09e4350fa2bf0b97cd05f6d5ce16e529d704
|
|
4
|
+
data.tar.gz: 719971502e51f08b906aaa528798350f052e9d2907fd64790276170232675b66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06b5040824002a6ef97ce153194140b5511ca4a48e5083b29a5296a4950bfe5b001e386f75db8d9dd7a2c438d3df0033e08f80ccdfa1c925fa865691596b29f1
|
|
7
|
+
data.tar.gz: ceed9f6f74c8d984c0cbb2f059fc395fbef4e489ad78a4d642fc07c4496a4f70ff81597a70b76fca340f3120aacec04ad49c6a624f3b36afa469c6374f44e959
|
data/CHANGELOG.md
CHANGED
|
@@ -152,6 +152,13 @@ module Google
|
|
|
152
152
|
class AnalyticsProperty
|
|
153
153
|
include Google::Apis::Core::Hashable
|
|
154
154
|
|
|
155
|
+
# Output only. The ID of the [Google Analytics account](https://www.google.com/
|
|
156
|
+
# analytics/) for the Google Analytics property associated with the specified
|
|
157
|
+
# FirebaseProject.
|
|
158
|
+
# Corresponds to the JSON property `analyticsAccountId`
|
|
159
|
+
# @return [String]
|
|
160
|
+
attr_accessor :analytics_account_id
|
|
161
|
+
|
|
155
162
|
# The display name of the Google Analytics property associated with the
|
|
156
163
|
# specified `FirebaseProject`.
|
|
157
164
|
# Corresponds to the JSON property `displayName`
|
|
@@ -174,6 +181,7 @@ module Google
|
|
|
174
181
|
|
|
175
182
|
# Update properties of this object
|
|
176
183
|
def update!(**args)
|
|
184
|
+
@analytics_account_id = args[:analytics_account_id] if args.key?(:analytics_account_id)
|
|
177
185
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
178
186
|
@id = args[:id] if args.key?(:id)
|
|
179
187
|
end
|
|
@@ -526,6 +534,11 @@ module Google
|
|
|
526
534
|
# @return [String]
|
|
527
535
|
attr_accessor :project_id
|
|
528
536
|
|
|
537
|
+
# The Apple Developer Team ID associated with the App in the App Store.
|
|
538
|
+
# Corresponds to the JSON property `teamId`
|
|
539
|
+
# @return [String]
|
|
540
|
+
attr_accessor :team_id
|
|
541
|
+
|
|
529
542
|
def initialize(**args)
|
|
530
543
|
update!(**args)
|
|
531
544
|
end
|
|
@@ -538,6 +551,7 @@ module Google
|
|
|
538
551
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
539
552
|
@name = args[:name] if args.key?(:name)
|
|
540
553
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
554
|
+
@team_id = args[:team_id] if args.key?(:team_id)
|
|
541
555
|
end
|
|
542
556
|
end
|
|
543
557
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211013"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -258,6 +258,7 @@ module Google
|
|
|
258
258
|
class AnalyticsProperty
|
|
259
259
|
# @private
|
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
261
|
+
property :analytics_account_id, as: 'analyticsAccountId'
|
|
261
262
|
property :display_name, as: 'displayName'
|
|
262
263
|
property :id, as: 'id'
|
|
263
264
|
end
|
|
@@ -338,6 +339,7 @@ module Google
|
|
|
338
339
|
property :display_name, as: 'displayName'
|
|
339
340
|
property :name, as: 'name'
|
|
340
341
|
property :project_id, as: 'projectId'
|
|
342
|
+
property :team_id, as: 'teamId'
|
|
341
343
|
end
|
|
342
344
|
end
|
|
343
345
|
|
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
|
+
version: 0.10.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-10-
|
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebase_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.10.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebase_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|