google-apis-analyticsadmin_v1alpha 0.42.0 → 0.43.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: ebaab5457b925b0c4d4c71e794ee5a48883f5ce5019fffbfa3dbba3fd70d0e01
4
- data.tar.gz: 373bd772982ec441535cdf5494d017227aa5fec8253fa6a41781af93c7a3a1a8
3
+ metadata.gz: d10c7bcf6bd87478d2fd09151999264b8fc4adf6e0e1b2bf162bbf2193236fb0
4
+ data.tar.gz: 907313022907a50e44abc7b3e30520de0371d1571e92b9e3ee733a8046023511
5
5
  SHA512:
6
- metadata.gz: 8c05f12b741bce8dc57aeffdce347bb6e46b5e883ff6a155d4e8561d1a13f9ae677389fa2755828a4b3b71f753d81ace8f6e226847667e3d4c4d7305d16e43b9
7
- data.tar.gz: 8d9ea52a285adb8badbd206289508439df039f6331c7f1d807d4d39a0eac909b723a72086b323e786abdfecb6e26b068ce0666246b53eb86ae66a984ecbdbf23
6
+ metadata.gz: c3c305530efce5fccaa62a2b1ce18461a3af6a9deb9d448a58c79fb21ab6c0fec4867b01e985968f5d119257eada6cf4aa7c60f5b80e83b9edda9aa3ec19069c
7
+ data.tar.gz: eebba2ffeea7298f1b6b091590e1bce7f0dc3d083218cb5d5c10ef5600e78cc48ed692172c95592530d4a1fed00e30616e2f2237ebe8cab703bf89be748ea4fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.43.0 (2022-11-06)
4
+
5
+ * Regenerated from discovery document revision 20221101
6
+
3
7
  ### v0.42.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221025
@@ -846,8 +846,8 @@ module Google
846
846
  # @return [String]
847
847
  attr_accessor :exclusion_duration_mode
848
848
 
849
- # Required. Immutable. null Filter clauses that define the Audience. All clauses
850
- # will be AND’ed together.
849
+ # Required. Immutable. Unordered list. Filter clauses that define the Audience.
850
+ # All clauses will be AND’ed together.
851
851
  # Corresponds to the JSON property `filterClauses`
852
852
  # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudienceFilterClause>]
853
853
  attr_accessor :filter_clauses
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_v1alpha gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221025"
25
+ REVISION = "20221101"
26
26
  end
27
27
  end
28
28
  end
@@ -760,7 +760,7 @@ module Google
760
760
  # the expiration time, the Property and all child resources (eg: GoogleAdsLinks,
761
761
  # Streams, UserLinks) will be permanently purged. https://support.google.com/
762
762
  # analytics/answer/6154772 Returns an error if the target is not found, or is
763
- # not an GA4 Property.
763
+ # not a GA4 Property.
764
764
  # @param [String] name
765
765
  # Required. The name of the Property to soft-delete. Format: properties/`
766
766
  # property_id` Example: "properties/1000"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []