google-analytics-admin-v1alpha 0.2.0 → 0.2.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 +4 -4
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service.rb +1 -1
- data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +7 -7
- data/lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb +7 -7
- data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/admin/v1alpha/resources.rb +6 -6
- 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: 833eed4a7bea36d8e28203ed40f76927d3124e684b8a0617a84f3b71c8c805fe
|
4
|
+
data.tar.gz: f3d31309aac3cfdcbbfef680b07844d6d80cfae780a40238da7bdceea2dfa4c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4617548f60f7a2a5d0432e774e80c736ba8eab92c5a46d8a9b2ca89095315491b74c4c61fc35793fda03bda27e6dc9c74ca5cb7db67e978de703a353942ac80
|
7
|
+
data.tar.gz: 9288c37ab409746b3c20ab45ff2b245076c71bd9587f8000ab9c2f72f404573f404bc9bceaef041f5da0035ec02d6cbebc48da22209d27f469204565444e4b4d
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
##
|
28
28
|
# Client for the AnalyticsAdminService service.
|
29
29
|
#
|
30
|
-
# Service Interface for the Analytics Admin API (
|
30
|
+
# Service Interface for the Analytics Admin API (GA4).
|
31
31
|
#
|
32
32
|
class Client
|
33
33
|
include Paths
|
@@ -315,7 +315,7 @@ module Google
|
|
315
315
|
##
|
316
316
|
# Returns all accounts accessible by the caller.
|
317
317
|
#
|
318
|
-
# Note that these accounts might not currently have
|
318
|
+
# Note that these accounts might not currently have GA4 properties.
|
319
319
|
# Soft-deleted (ie: "trashed") accounts are excluded by default.
|
320
320
|
# Returns an empty list if no relevant accounts are found.
|
321
321
|
#
|
@@ -669,10 +669,10 @@ module Google
|
|
669
669
|
end
|
670
670
|
|
671
671
|
##
|
672
|
-
# Lookup for a single "
|
672
|
+
# Lookup for a single "GA4" Property.
|
673
673
|
#
|
674
674
|
# Throws "Target not found" if no such property found, if property is not
|
675
|
-
# of the type "
|
675
|
+
# of the type "GA4", or if caller does not have permissions to access it.
|
676
676
|
#
|
677
677
|
# @overload get_property(request, options = nil)
|
678
678
|
# Pass arguments to `get_property` via a request object, either of type
|
@@ -742,7 +742,7 @@ module Google
|
|
742
742
|
##
|
743
743
|
# Returns child Properties under the specified parent Account.
|
744
744
|
#
|
745
|
-
# Only "
|
745
|
+
# Only "GA4" properties will be returned.
|
746
746
|
# Properties will be excluded if the caller does not have access.
|
747
747
|
# Soft-deleted (ie: "trashed") properties are excluded by default.
|
748
748
|
# Returns an empty list if no relevant properties are found.
|
@@ -830,7 +830,7 @@ module Google
|
|
830
830
|
end
|
831
831
|
|
832
832
|
##
|
833
|
-
# Creates an "
|
833
|
+
# Creates an "GA4" property with the specified location and attributes.
|
834
834
|
#
|
835
835
|
# @overload create_property(request, options = nil)
|
836
836
|
# Pass arguments to `create_property` via a request object, either of type
|
@@ -901,7 +901,7 @@ module Google
|
|
901
901
|
# will be permanently purged.
|
902
902
|
# https://support.google.com/analytics/answer/6154772
|
903
903
|
#
|
904
|
-
# Returns an error if the target is not found, or is not an
|
904
|
+
# Returns an error if the target is not found, or is not an GA4 Property.
|
905
905
|
#
|
906
906
|
# @overload delete_property(request, options = nil)
|
907
907
|
# Pass arguments to `delete_property` via a request object, either of type
|
@@ -24,7 +24,7 @@ module Google
|
|
24
24
|
module Admin
|
25
25
|
module V1alpha
|
26
26
|
module AnalyticsAdminService
|
27
|
-
# Service Interface for the Analytics Admin API (
|
27
|
+
# Service Interface for the Analytics Admin API (GA4).
|
28
28
|
class Service
|
29
29
|
|
30
30
|
include GRPC::GenericService
|
@@ -39,7 +39,7 @@ module Google
|
|
39
39
|
rpc :GetAccount, ::Google::Analytics::Admin::V1alpha::GetAccountRequest, ::Google::Analytics::Admin::V1alpha::Account
|
40
40
|
# Returns all accounts accessible by the caller.
|
41
41
|
#
|
42
|
-
# Note that these accounts might not currently have
|
42
|
+
# Note that these accounts might not currently have GA4 properties.
|
43
43
|
# Soft-deleted (ie: "trashed") accounts are excluded by default.
|
44
44
|
# Returns an empty list if no relevant accounts are found.
|
45
45
|
rpc :ListAccounts, ::Google::Analytics::Admin::V1alpha::ListAccountsRequest, ::Google::Analytics::Admin::V1alpha::ListAccountsResponse
|
@@ -61,19 +61,19 @@ module Google
|
|
61
61
|
rpc :ProvisionAccountTicket, ::Google::Analytics::Admin::V1alpha::ProvisionAccountTicketRequest, ::Google::Analytics::Admin::V1alpha::ProvisionAccountTicketResponse
|
62
62
|
# Returns summaries of all accounts accessible by the caller.
|
63
63
|
rpc :ListAccountSummaries, ::Google::Analytics::Admin::V1alpha::ListAccountSummariesRequest, ::Google::Analytics::Admin::V1alpha::ListAccountSummariesResponse
|
64
|
-
# Lookup for a single "
|
64
|
+
# Lookup for a single "GA4" Property.
|
65
65
|
#
|
66
66
|
# Throws "Target not found" if no such property found, if property is not
|
67
|
-
# of the type "
|
67
|
+
# of the type "GA4", or if caller does not have permissions to access it.
|
68
68
|
rpc :GetProperty, ::Google::Analytics::Admin::V1alpha::GetPropertyRequest, ::Google::Analytics::Admin::V1alpha::Property
|
69
69
|
# Returns child Properties under the specified parent Account.
|
70
70
|
#
|
71
|
-
# Only "
|
71
|
+
# Only "GA4" properties will be returned.
|
72
72
|
# Properties will be excluded if the caller does not have access.
|
73
73
|
# Soft-deleted (ie: "trashed") properties are excluded by default.
|
74
74
|
# Returns an empty list if no relevant properties are found.
|
75
75
|
rpc :ListProperties, ::Google::Analytics::Admin::V1alpha::ListPropertiesRequest, ::Google::Analytics::Admin::V1alpha::ListPropertiesResponse
|
76
|
-
# Creates an "
|
76
|
+
# Creates an "GA4" property with the specified location and attributes.
|
77
77
|
rpc :CreateProperty, ::Google::Analytics::Admin::V1alpha::CreatePropertyRequest, ::Google::Analytics::Admin::V1alpha::Property
|
78
78
|
# Marks target Property as soft-deleted (ie: "trashed") and returns it.
|
79
79
|
#
|
@@ -85,7 +85,7 @@ module Google
|
|
85
85
|
# will be permanently purged.
|
86
86
|
# https://support.google.com/analytics/answer/6154772
|
87
87
|
#
|
88
|
-
# Returns an error if the target is not found, or is not an
|
88
|
+
# Returns an error if the target is not found, or is not an GA4 Property.
|
89
89
|
rpc :DeleteProperty, ::Google::Analytics::Admin::V1alpha::DeletePropertyRequest, ::Google::Protobuf::Empty
|
90
90
|
# Updates a property.
|
91
91
|
rpc :UpdateProperty, ::Google::Analytics::Admin::V1alpha::UpdatePropertyRequest, ::Google::Analytics::Admin::V1alpha::Property
|
@@ -49,7 +49,7 @@ module Google
|
|
49
49
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
50
50
|
end
|
51
51
|
|
52
|
-
# A resource message representing a Google Analytics
|
52
|
+
# A resource message representing a Google Analytics GA4 property.
|
53
53
|
# @!attribute [r] name
|
54
54
|
# @return [::String]
|
55
55
|
# Output only. Resource name of this property.
|
@@ -334,7 +334,7 @@ module Google
|
|
334
334
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
335
335
|
end
|
336
336
|
|
337
|
-
# A link between an
|
337
|
+
# A link between an GA4 property and a Firebase project.
|
338
338
|
# @!attribute [r] name
|
339
339
|
# @return [::String]
|
340
340
|
# Output only. Example format: properties/1234/firebaseLinks/5678
|
@@ -352,7 +352,7 @@ module Google
|
|
352
352
|
# Output only. Time when this FirebaseLink was originally created.
|
353
353
|
# @!attribute [rw] maximum_user_access
|
354
354
|
# @return [::Google::Analytics::Admin::V1alpha::MaximumUserAccess]
|
355
|
-
# Maximum user access to the
|
355
|
+
# Maximum user access to the GA4 property allowed to admins of
|
356
356
|
# the linked Firebase project.
|
357
357
|
class FirebaseLink
|
358
358
|
include ::Google::Protobuf::MessageExts
|
@@ -370,7 +370,7 @@ module Google
|
|
370
370
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
371
371
|
end
|
372
372
|
|
373
|
-
# A link between an
|
373
|
+
# A link between an GA4 property and a Google Ads account.
|
374
374
|
# @!attribute [r] name
|
375
375
|
# @return [::String]
|
376
376
|
# Output only. Format: properties/\\{propertyId}/googleAdsLinks/\\{googleAdsLinkId}
|
@@ -438,7 +438,7 @@ module Google
|
|
438
438
|
end
|
439
439
|
|
440
440
|
# A virtual resource representing an overview of an account and
|
441
|
-
# all its child
|
441
|
+
# all its child GA4 properties.
|
442
442
|
# @!attribute [rw] name
|
443
443
|
# @return [::String]
|
444
444
|
# Resource name for this account summary.
|
@@ -460,7 +460,7 @@ module Google
|
|
460
460
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
461
461
|
end
|
462
462
|
|
463
|
-
# A virtual resource representing metadata for an
|
463
|
+
# A virtual resource representing metadata for an GA4 property.
|
464
464
|
# @!attribute [rw] property
|
465
465
|
# @return [::String]
|
466
466
|
# Resource name of property referred to by this property summary
|
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.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-
|
11
|
+
date: 2020-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|