google-analytics-admin-v1alpha 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: 9524ba9d19b125b0f87367c7559589739cdf90d2453d7a5367ac03a1441af79f
4
- data.tar.gz: d2cfc2374fddfeae773d39bc920b865e72a9a2f70ceae62f1f995ac9d1b3ae21
3
+ metadata.gz: 833eed4a7bea36d8e28203ed40f76927d3124e684b8a0617a84f3b71c8c805fe
4
+ data.tar.gz: f3d31309aac3cfdcbbfef680b07844d6d80cfae780a40238da7bdceea2dfa4c2
5
5
  SHA512:
6
- metadata.gz: 36a824d6c4f1721ba7387ba6a9d7cd5246f39e2a2a51ab44c952cb2d42440cdc2513e5b80713310e9dafb55f53eca6dcfdf1a099087b3874bc76e7d0539a0331
7
- data.tar.gz: 96c221f94ea9ab98738f92b0cca23311879e8208576e1af271cba02e8eee3b2592a65ce0564832120f98960fdb639cd959aeb429c8cdeaba0df3601097ece4f9
6
+ metadata.gz: f4617548f60f7a2a5d0432e774e80c736ba8eab92c5a46d8a9b2ca89095315491b74c4c61fc35793fda03bda27e6dc9c74ca5cb7db67e978de703a353942ac80
7
+ data.tar.gz: 9288c37ab409746b3c20ab45ff2b245076c71bd9587f8000ab9c2f72f404573f404bc9bceaef041f5da0035ec02d6cbebc48da22209d27f469204565444e4b4d
@@ -31,7 +31,7 @@ module Google
31
31
  module Admin
32
32
  module V1alpha
33
33
  ##
34
- # Service Interface for the Analytics Admin API (App+Web).
34
+ # Service Interface for the Analytics Admin API (GA4).
35
35
  #
36
36
  # To load this service and instantiate a client:
37
37
  #
@@ -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 (App+Web).
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 App+Web properties.
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 "App+Web" Property.
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 "App+Web", or if caller does not have permissions to access it.
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 "App+Web" properties will be returned.
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 "App+Web" property with the specified location and attributes.
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 App+Web Property.
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 (App+Web).
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 App+Web properties.
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 "App+Web" Property.
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 "App+Web", or if caller does not have permissions to access it.
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 "App+Web" properties will be returned.
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 "App+Web" property with the specified location and attributes.
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 App+Web Property.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Admin
23
23
  module V1alpha
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 App+Web property.
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 App+Web property and a Firebase project.
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 App + Web property allowed to admins of
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 App+Web property and a Google Ads account.
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 App+Web properties.
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 App+Web property.
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.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: 2020-10-14 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common