google-apis-analyticsadmin_v1beta 0.18.0 → 0.19.0

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: b77a05254c19b362e097d314b77fab81fb982578fb1c2caa4805ddad5605932a
4
- data.tar.gz: 768d3baec5cd15ee9321744df85e59bad6485cf004139fee0f1f7ae36849ee0c
3
+ metadata.gz: ba9e6c0fa14a30093f1f8dfd3a8d68fdf8ae68a62f47a6159d7f58546dc88f1a
4
+ data.tar.gz: 2377e5dbb0c6519aea4b589f6459827387ef4d6f29530609ba3f4b82bff099fb
5
5
  SHA512:
6
- metadata.gz: 5e607c70832e5016ff8fac1f4e7c77f1b0c4189c019923decafe80b9bb589a8ae12ac294d495a0a196dc57203486a7c0bc091129424daecba859df80e7d7fa16
7
- data.tar.gz: 750a15e21e8a9223357a3b1624a176d27db80428cf15c8d17a547e79ab85b67c023e9d9e7a45655daa929f2f7d92973ad792df2cc9f6d64bc9b3f1860aa0ef7b
6
+ metadata.gz: 5461eb4e89c24834b014d38af69d99b010483b8b30bde39aa0e4e5e7c8e68eb94f6dc170b2df5ae3ffb775f19e09ae25d52ba6f9f6747e73ce38b39510250e62
7
+ data.tar.gz: ad1bd7404a6a1cf67d48a5288a802256e21549df7946322c37dcd639181fa91f281633f1e1c0431408eea62349ada90045f2c3ce12eb908cc28304c9353baf97
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.19.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.18.0 (2024-07-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20240722
@@ -629,7 +629,7 @@ module Google
629
629
  end
630
630
 
631
631
  # A virtual resource representing an overview of an account and all its child
632
- # GA4 properties.
632
+ # Google Analytics properties.
633
633
  class GoogleAnalyticsAdminV1betaAccountSummary
634
634
  include Google::Apis::Core::Hashable
635
635
 
@@ -795,12 +795,12 @@ module Google
795
795
  # @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream]
796
796
  attr_accessor :data_stream
797
797
 
798
- # A link between a GA4 property and a Firebase project.
798
+ # A link between a Google Analytics property and a Firebase project.
799
799
  # Corresponds to the JSON property `firebaseLink`
800
800
  # @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink]
801
801
  attr_accessor :firebase_link
802
802
 
803
- # A link between a GA4 property and a Google Ads account.
803
+ # A link between a Google Analytics property and a Google Ads account.
804
804
  # Corresponds to the JSON property `googleAdsLink`
805
805
  # @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink]
806
806
  attr_accessor :google_ads_link
@@ -810,7 +810,7 @@ module Google
810
810
  # @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret]
811
811
  attr_accessor :measurement_protocol_secret
812
812
 
813
- # A resource message representing a Google Analytics GA4 property.
813
+ # A resource message representing a Google Analytics property.
814
814
  # Corresponds to the JSON property `property`
815
815
  # @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty]
816
816
  attr_accessor :property
@@ -1356,7 +1356,7 @@ module Google
1356
1356
  end
1357
1357
  end
1358
1358
 
1359
- # A link between a GA4 property and a Firebase project.
1359
+ # A link between a Google Analytics property and a Firebase project.
1360
1360
  class GoogleAnalyticsAdminV1betaFirebaseLink
1361
1361
  include Google::Apis::Core::Hashable
1362
1362
 
@@ -1391,7 +1391,7 @@ module Google
1391
1391
  end
1392
1392
  end
1393
1393
 
1394
- # A link between a GA4 property and a Google Ads account.
1394
+ # A link between a Google Analytics property and a Google Ads account.
1395
1395
  class GoogleAnalyticsAdminV1betaGoogleAdsLink
1396
1396
  include Google::Apis::Core::Hashable
1397
1397
 
@@ -1894,7 +1894,7 @@ module Google
1894
1894
  end
1895
1895
  end
1896
1896
 
1897
- # A resource message representing a Google Analytics GA4 property.
1897
+ # A resource message representing a Google Analytics property.
1898
1898
  class GoogleAnalyticsAdminV1betaProperty
1899
1899
  include Google::Apis::Core::Hashable
1900
1900
 
@@ -2000,7 +2000,7 @@ module Google
2000
2000
  end
2001
2001
  end
2002
2002
 
2003
- # A virtual resource representing metadata for a GA4 property.
2003
+ # A virtual resource representing metadata for a Google Analytics property.
2004
2004
  class GoogleAnalyticsAdminV1betaPropertySummary
2005
2005
  include Google::Apis::Core::Hashable
2006
2006
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1beta
18
18
  # Version of the google-apis-analyticsadmin_v1beta gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240722"
25
+ REVISION = "20240823"
26
26
  end
27
27
  end
28
28
  end
@@ -195,7 +195,7 @@ module Google
195
195
  end
196
196
 
197
197
  # Returns all accounts accessible by the caller. Note that these accounts might
198
- # not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are
198
+ # not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
199
199
  # excluded by default. Returns an empty list if no relevant accounts are found.
200
200
  # @param [Fixnum] page_size
201
201
  # The maximum number of resources to return. The service may return fewer than
@@ -314,7 +314,7 @@ module Google
314
314
  # for a property. Reports may be requested for any property, but dimensions that
315
315
  # aren't related to quota can only be requested on Google Analytics 360
316
316
  # properties. This method is only available to Administrators. These data access
317
- # records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other
317
+ # records include GA UI Reporting, GA UI Explorations, GA Data API, and other
318
318
  # products like Firebase & Admob that can retrieve data from Google Analytics
319
319
  # through a linkage. These records don't include property configuration changes
320
320
  # like adding a stream or changing a property's time zone. For configuration
@@ -325,9 +325,9 @@ module Google
325
325
  # The Data Access Report supports requesting at the property level or account
326
326
  # level. If requested at the account level, Data Access Reports include all
327
327
  # access for all properties under that account. To request at the property level,
328
- # entity should be for example 'properties/123' if "123" is your GA4 property
329
- # ID. To request at the account level, entity should be for example 'accounts/
330
- # 1234' if "1234" is your GA4 Account ID.
328
+ # entity should be for example 'properties/123' if "123" is your Google
329
+ # Analytics property ID. To request at the account level, entity should be for
330
+ # example 'accounts/1234' if "1234" is your Google Analytics Account ID.
331
331
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
332
332
  # @param [String] fields
333
333
  # Selector specifying which fields to include in a partial response.
@@ -428,7 +428,7 @@ module Google
428
428
  execute_or_queue_command(command, &block)
429
429
  end
430
430
 
431
- # Creates an "GA4" property with the specified location and attributes.
431
+ # Creates a Google Analytics property with the specified location and attributes.
432
432
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty] google_analytics_admin_v1beta_property_object
433
433
  # @param [String] fields
434
434
  # Selector specifying which fields to include in a partial response.
@@ -463,8 +463,7 @@ module Google
463
463
  # be restored using the Trash Can UI. If the properties are not restored before
464
464
  # the expiration time, the Property and all child resources (eg: GoogleAdsLinks,
465
465
  # Streams, AccessBindings) will be permanently purged. https://support.google.
466
- # com/analytics/answer/6154772 Returns an error if the target is not found, or
467
- # is not a GA4 Property.
466
+ # com/analytics/answer/6154772 Returns an error if the target is not found.
468
467
  # @param [String] name
469
468
  # Required. The name of the Property to soft-delete. Format: properties/`
470
469
  # property_id` Example: "properties/1000"
@@ -495,7 +494,7 @@ module Google
495
494
  execute_or_queue_command(command, &block)
496
495
  end
497
496
 
498
- # Lookup for a single "GA4" Property.
497
+ # Lookup for a single GA Property.
499
498
  # @param [String] name
500
499
  # Required. The name of the property to lookup. Format: properties/`property_id`
501
500
  # Example: "properties/1000"
@@ -557,10 +556,10 @@ module Google
557
556
  execute_or_queue_command(command, &block)
558
557
  end
559
558
 
560
- # Returns child Properties under the specified parent Account. Only "GA4"
561
- # properties will be returned. Properties will be excluded if the caller does
562
- # not have access. Soft-deleted (ie: "trashed") properties are excluded by
563
- # default. Returns an empty list if no relevant properties are found.
559
+ # Returns child Properties under the specified parent Account. Properties will
560
+ # be excluded if the caller does not have access. Soft-deleted (ie: "trashed")
561
+ # properties are excluded by default. Returns an empty list if no relevant
562
+ # properties are found.
564
563
  # @param [String] filter
565
564
  # Required. An expression for filtering the results of the request. Fields
566
565
  # eligible for filtering are: `parent:`(The resource name of the parent account/
@@ -659,7 +658,7 @@ module Google
659
658
  # for a property. Reports may be requested for any property, but dimensions that
660
659
  # aren't related to quota can only be requested on Google Analytics 360
661
660
  # properties. This method is only available to Administrators. These data access
662
- # records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other
661
+ # records include GA UI Reporting, GA UI Explorations, GA Data API, and other
663
662
  # products like Firebase & Admob that can retrieve data from Google Analytics
664
663
  # through a linkage. These records don't include property configuration changes
665
664
  # like adding a stream or changing a property's time zone. For configuration
@@ -670,9 +669,9 @@ module Google
670
669
  # The Data Access Report supports requesting at the property level or account
671
670
  # level. If requested at the account level, Data Access Reports include all
672
671
  # access for all properties under that account. To request at the property level,
673
- # entity should be for example 'properties/123' if "123" is your GA4 property
674
- # ID. To request at the account level, entity should be for example 'accounts/
675
- # 1234' if "1234" is your GA4 Account ID.
672
+ # entity should be for example 'properties/123' if "123" is your Google
673
+ # Analytics property ID. To request at the account level, entity should be for
674
+ # example 'accounts/1234' if "1234" is your Google Analytics Account ID.
676
675
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
677
676
  # @param [String] fields
678
677
  # Selector specifying which fields to include in a partial response.
@@ -1522,7 +1521,7 @@ module Google
1522
1521
  execute_or_queue_command(command, &block)
1523
1522
  end
1524
1523
 
1525
- # Lookup for a single "GA4" MeasurementProtocolSecret.
1524
+ # Lookup for a single MeasurementProtocolSecret.
1526
1525
  # @param [String] name
1527
1526
  # Required. The name of the measurement protocol secret to lookup. Format:
1528
1527
  # properties/`property`/dataStreams/`dataStream`/measurementProtocolSecrets/`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []