google-analytics-admin-v1alpha 0.2.1 → 0.2.2
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 +4 -4
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +9 -7
- data/lib/google/analytics/admin/v1alpha/resources_pb.rb +8 -8
- data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb +9 -7
- data/proto_docs/google/analytics/admin/v1alpha/resources.rb +26 -22
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1d5277233c512c19f6e447e58f06025a2b2880df4de5f3b70ff45faaf624de8
|
4
|
+
data.tar.gz: 89470945f684e93bae714f8ec5de19267b88beca29e60dcb706a0ae96ee71722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57c58ac732555e212e5de460bcfda4f9689c78c232738dcc2768219cc506589f0933633602c4fce488042911982ac0a1802e0c2f0f728f4aef4af94205e6b60a
|
7
|
+
data.tar.gz: 4f5b8e6de6dbb13bb45c5aec8ed9cc38e2fa74a32e38148df6ba124f707d975460be4a6ee0e53e7e0778b4d45bcf37de45e316ed9897a27d43fb0c94a1050f4b
|
@@ -1364,8 +1364,8 @@ module Google
|
|
1364
1364
|
# @param parent [::String]
|
1365
1365
|
# Required. Example format: accounts/1234
|
1366
1366
|
# @param notify_new_user [::Boolean]
|
1367
|
-
# Optional. If
|
1368
|
-
# permissions
|
1367
|
+
# Optional. If set, then email the new user notifying them that they've been granted
|
1368
|
+
# permissions to the resource.
|
1369
1369
|
# @param user_link [::Google::Analytics::Admin::V1alpha::UserLink, ::Hash]
|
1370
1370
|
# Required. The user link to create.
|
1371
1371
|
#
|
@@ -1441,10 +1441,11 @@ module Google
|
|
1441
1441
|
# messages must either be empty or match this field.
|
1442
1442
|
# Example format: accounts/1234
|
1443
1443
|
# @param notify_new_users [::Boolean]
|
1444
|
-
# Optional. If
|
1445
|
-
# permissions
|
1444
|
+
# Optional. If set, then email the new users notifying them that they've been granted
|
1445
|
+
# permissions to the resource. Regardless of whether this is set or not,
|
1446
|
+
# notify_new_user field inside each individual request is ignored.
|
1446
1447
|
# @param requests [::Array<::Google::Analytics::Admin::V1alpha::CreateUserLinkRequest, ::Hash>]
|
1447
|
-
# The requests specifying the user links to create.
|
1448
|
+
# Required. The requests specifying the user links to create.
|
1448
1449
|
# A maximum of 1000 user links can be created in a batch.
|
1449
1450
|
#
|
1450
1451
|
# @yield [response, operation] Access the result along with the RPC operation
|
@@ -1582,7 +1583,7 @@ module Google
|
|
1582
1583
|
# empty or match this field.
|
1583
1584
|
# Example format: accounts/1234
|
1584
1585
|
# @param requests [::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest, ::Hash>]
|
1585
|
-
# The requests specifying the user links to update.
|
1586
|
+
# Required. The requests specifying the user links to update.
|
1586
1587
|
# A maximum of 1000 user links can be updated in a batch.
|
1587
1588
|
#
|
1588
1589
|
# @yield [response, operation] Access the result along with the RPC operation
|
@@ -1720,7 +1721,7 @@ module Google
|
|
1720
1721
|
# field.
|
1721
1722
|
# Example format: accounts/1234
|
1722
1723
|
# @param requests [::Array<::Google::Analytics::Admin::V1alpha::DeleteUserLinkRequest, ::Hash>]
|
1723
|
-
# The requests specifying the user links to update.
|
1724
|
+
# Required. The requests specifying the user links to update.
|
1724
1725
|
# A maximum of 1000 user links can be updated in a batch.
|
1725
1726
|
#
|
1726
1727
|
# @yield [response, operation] Access the result along with the RPC operation
|
@@ -2867,6 +2868,7 @@ module Google
|
|
2867
2868
|
# @param name [::String]
|
2868
2869
|
# Required. The name of the settings to lookup.
|
2869
2870
|
# Format:
|
2871
|
+
#
|
2870
2872
|
# properties/\\{property_id}/webDataStreams/\\{stream_id}/enhancedMeasurementSettings
|
2871
2873
|
# Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
|
2872
2874
|
#
|
@@ -121,6 +121,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
121
121
|
optional :property, :string, 1
|
122
122
|
optional :display_name, :string, 2
|
123
123
|
end
|
124
|
+
add_enum "google.analytics.admin.v1alpha.MaximumUserAccess" do
|
125
|
+
value :MAXIMUM_USER_ACCESS_UNSPECIFIED, 0
|
126
|
+
value :NO_ACCESS, 1
|
127
|
+
value :READ_AND_ANALYZE, 2
|
128
|
+
value :EDITOR_WITHOUT_LINK_MANAGEMENT, 3
|
129
|
+
value :EDITOR_INCLUDING_LINK_MANAGEMENT, 4
|
130
|
+
end
|
124
131
|
add_enum "google.analytics.admin.v1alpha.IndustryCategory" do
|
125
132
|
value :INDUSTRY_CATEGORY_UNSPECIFIED, 0
|
126
133
|
value :AUTOMOTIVE, 1
|
@@ -150,13 +157,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
150
157
|
value :JOBS_AND_EDUCATION, 25
|
151
158
|
value :SHOPPING, 26
|
152
159
|
end
|
153
|
-
add_enum "google.analytics.admin.v1alpha.MaximumUserAccess" do
|
154
|
-
value :MAXIMUM_USER_ACCESS_UNSPECIFIED, 0
|
155
|
-
value :NO_ACCESS, 1
|
156
|
-
value :READ_AND_ANALYZE, 2
|
157
|
-
value :EDITOR_WITHOUT_LINK_MANAGEMENT, 3
|
158
|
-
value :EDITOR_INCLUDING_LINK_MANAGEMENT, 4
|
159
|
-
end
|
160
160
|
end
|
161
161
|
end
|
162
162
|
|
@@ -178,8 +178,8 @@ module Google
|
|
178
178
|
DataSharingSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.DataSharingSettings").msgclass
|
179
179
|
AccountSummary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.AccountSummary").msgclass
|
180
180
|
PropertySummary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.PropertySummary").msgclass
|
181
|
-
IndustryCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.IndustryCategory").enummodule
|
182
181
|
MaximumUserAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.MaximumUserAccess").enummodule
|
182
|
+
IndustryCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.admin.v1alpha.IndustryCategory").enummodule
|
183
183
|
end
|
184
184
|
end
|
185
185
|
end
|
@@ -326,8 +326,8 @@ module Google
|
|
326
326
|
# Required. Example format: accounts/1234
|
327
327
|
# @!attribute [rw] notify_new_user
|
328
328
|
# @return [::Boolean]
|
329
|
-
# Optional. If
|
330
|
-
# permissions
|
329
|
+
# Optional. If set, then email the new user notifying them that they've been granted
|
330
|
+
# permissions to the resource.
|
331
331
|
# @!attribute [rw] user_link
|
332
332
|
# @return [::Google::Analytics::Admin::V1alpha::UserLink]
|
333
333
|
# Required. The user link to create.
|
@@ -345,11 +345,12 @@ module Google
|
|
345
345
|
# Example format: accounts/1234
|
346
346
|
# @!attribute [rw] notify_new_users
|
347
347
|
# @return [::Boolean]
|
348
|
-
# Optional. If
|
349
|
-
# permissions
|
348
|
+
# Optional. If set, then email the new users notifying them that they've been granted
|
349
|
+
# permissions to the resource. Regardless of whether this is set or not,
|
350
|
+
# notify_new_user field inside each individual request is ignored.
|
350
351
|
# @!attribute [rw] requests
|
351
352
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::CreateUserLinkRequest>]
|
352
|
-
# The requests specifying the user links to create.
|
353
|
+
# Required. The requests specifying the user links to create.
|
353
354
|
# A maximum of 1000 user links can be created in a batch.
|
354
355
|
class BatchCreateUserLinksRequest
|
355
356
|
include ::Google::Protobuf::MessageExts
|
@@ -383,7 +384,7 @@ module Google
|
|
383
384
|
# Example format: accounts/1234
|
384
385
|
# @!attribute [rw] requests
|
385
386
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::UpdateUserLinkRequest>]
|
386
|
-
# The requests specifying the user links to update.
|
387
|
+
# Required. The requests specifying the user links to update.
|
387
388
|
# A maximum of 1000 user links can be updated in a batch.
|
388
389
|
class BatchUpdateUserLinksRequest
|
389
390
|
include ::Google::Protobuf::MessageExts
|
@@ -417,7 +418,7 @@ module Google
|
|
417
418
|
# Example format: accounts/1234
|
418
419
|
# @!attribute [rw] requests
|
419
420
|
# @return [::Array<::Google::Analytics::Admin::V1alpha::DeleteUserLinkRequest>]
|
420
|
-
# The requests specifying the user links to update.
|
421
|
+
# Required. The requests specifying the user links to update.
|
421
422
|
# A maximum of 1000 user links can be updated in a batch.
|
422
423
|
class BatchDeleteUserLinksRequest
|
423
424
|
include ::Google::Protobuf::MessageExts
|
@@ -680,6 +681,7 @@ module Google
|
|
680
681
|
# @return [::String]
|
681
682
|
# Required. The name of the settings to lookup.
|
682
683
|
# Format:
|
684
|
+
#
|
683
685
|
# properties/\\{property_id}/webDataStreams/\\{stream_id}/enhancedMeasurementSettings
|
684
686
|
# Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
|
685
687
|
class GetEnhancedMeasurementSettingsRequest
|
@@ -39,7 +39,10 @@ module Google
|
|
39
39
|
# @!attribute [rw] country_code
|
40
40
|
# @return [::String]
|
41
41
|
# Country of business. Must be a non-deprecated code for a UN M.49 region.
|
42
|
-
#
|
42
|
+
#
|
43
|
+
# https:
|
44
|
+
# //unicode.org/cldr/charts/latest/supplem
|
45
|
+
# // ental/territory_containment_un_m_49.html
|
43
46
|
# @!attribute [r] deleted
|
44
47
|
# @return [::Boolean]
|
45
48
|
# Output only. Indicates whether this Account is soft-deleted or not. Deleted
|
@@ -258,6 +261,7 @@ module Google
|
|
258
261
|
# @return [::String]
|
259
262
|
# Output only. Resource name of this Data Stream.
|
260
263
|
# Format:
|
264
|
+
#
|
261
265
|
# properties/\\{property_id}/webDataStreams/\\{stream_id}/enhancedMeasurementSettings
|
262
266
|
# Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
|
263
267
|
# @!attribute [rw] stream_enabled
|
@@ -474,6 +478,27 @@ module Google
|
|
474
478
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
475
479
|
end
|
476
480
|
|
481
|
+
# Maximum access settings that Firebase user receive on the linked Analytics
|
482
|
+
# property.
|
483
|
+
module MaximumUserAccess
|
484
|
+
# Unspecified maximum user access.
|
485
|
+
MAXIMUM_USER_ACCESS_UNSPECIFIED = 0
|
486
|
+
|
487
|
+
# Firebase users have no access to the Analytics property.
|
488
|
+
NO_ACCESS = 1
|
489
|
+
|
490
|
+
# Firebase users have Read & Analyze access to the Analytics property.
|
491
|
+
READ_AND_ANALYZE = 2
|
492
|
+
|
493
|
+
# Firebase users have edit access to the Analytics property, but may not
|
494
|
+
# manage the Firebase link.
|
495
|
+
EDITOR_WITHOUT_LINK_MANAGEMENT = 3
|
496
|
+
|
497
|
+
# Firebase users have edit access to the Analytics property and may manage
|
498
|
+
# the Firebase link.
|
499
|
+
EDITOR_INCLUDING_LINK_MANAGEMENT = 4
|
500
|
+
end
|
501
|
+
|
477
502
|
# The category selected for this property, used for industry benchmarking.
|
478
503
|
module IndustryCategory
|
479
504
|
# Industry category unspecified
|
@@ -557,27 +582,6 @@ module Google
|
|
557
582
|
# Shopping
|
558
583
|
SHOPPING = 26
|
559
584
|
end
|
560
|
-
|
561
|
-
# Maximum access settings that Firebase user receive on the linked Analytics
|
562
|
-
# property.
|
563
|
-
module MaximumUserAccess
|
564
|
-
# Unspecified maximum user access.
|
565
|
-
MAXIMUM_USER_ACCESS_UNSPECIFIED = 0
|
566
|
-
|
567
|
-
# Firebase users have no access to the Analytics property.
|
568
|
-
NO_ACCESS = 1
|
569
|
-
|
570
|
-
# Firebase users have Read & Analyze access to the Analytics property.
|
571
|
-
READ_AND_ANALYZE = 2
|
572
|
-
|
573
|
-
# Firebase users have edit access to the Analytics property, but may not
|
574
|
-
# manage the Firebase link.
|
575
|
-
EDITOR_WITHOUT_LINK_MANAGEMENT = 3
|
576
|
-
|
577
|
-
# Firebase users have edit access to the Analytics property and may manage
|
578
|
-
# the Firebase link.
|
579
|
-
EDITOR_INCLUDING_LINK_MANAGEMENT = 4
|
580
|
-
end
|
581
585
|
end
|
582
586
|
end
|
583
587
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-admin-v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
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-11-
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|