google-apis-marketingplatformadmin_v1alpha 0.7.0 → 0.9.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: 6a6f89bbbb932fc3d414ec6ff402d0d37760937b2d6d2cef542a9bfc4c5c21fe
4
- data.tar.gz: e3309fa545f0ee08881f9d305ee39430a0d0212fe65439734ff6a9cd042fa78b
3
+ metadata.gz: fc71ce6014bc21bd8833ac2f975a0061565a70620bed5f1d9f6abcaa8497e775
4
+ data.tar.gz: 3ded7380361df096d616f466f1c97dff08375791fbbd45f0cca355c2b8cfc912
5
5
  SHA512:
6
- metadata.gz: de0df1849f4a39adf7cc62b674511459021b9f2a051ebe97f796e6b5e54f3995e854b1ce42611ce4a7b69753d37df153a675d9e803b7ffd4118336665fb6704e
7
- data.tar.gz: 20c9e5b1db721d74a3100c8002584472cd124aed5c9b6ef284ba0c47e9f9c153eca6f549f4bec3cc622d975c3d74bdcc9e0e5ae99a26c22c3973bb125a72e8c9
6
+ metadata.gz: 5adc74e1cf6be57a105cea282c0a05d3fdb7765a6b8eb82d1882668cf930aabd634c2f386c4e2162966a849ca3b8c2bf9cbb421bf03362b7a5e64be8262b9185
7
+ data.tar.gz: 502d268a8bc58d8ccbfec84c82649c287117de7f3b152fcde07e1617fd09b0ac394e977d1886c8ad35ade69ff9ef195b34f7fc029b05d5315a58967cc315188e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-marketingplatformadmin_v1alpha
2
2
 
3
+ ### v0.9.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.8.0 (2026-03-08)
8
+
9
+ * Regenerated from discovery document revision 20260303
10
+
3
11
  ### v0.7.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251029
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/analytics/devguides/co
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MarketingplatformadminV1alpha
18
18
  # Version of the google-apis-marketingplatformadmin_v1alpha gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251029"
25
+ REVISION = "20260303"
26
26
  end
27
27
  end
28
28
  end
@@ -91,7 +91,7 @@ module Google
91
91
  execute_or_queue_command(command, &block)
92
92
  end
93
93
 
94
- # Lookup for a single organization.
94
+ # Looks up a single organization.
95
95
  # @param [String] name
96
96
  # Required. The name of the Organization to retrieve. Format: organizations/`
97
97
  # org_id`
@@ -161,7 +161,7 @@ module Google
161
161
  execute_or_queue_command(command, &block)
162
162
  end
163
163
 
164
- # Get the usage and billing data for properties within the organization for the
164
+ # Gets the usage and billing data for properties within the organization for the
165
165
  # specified month. Per direct client org, user needs to be OrgAdmin/BillingAdmin
166
166
  # on the organization in order to view the billing and usage data. Per sales
167
167
  # partner client org, user needs to be OrgAdmin/BillingAdmin on the sales
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-marketingplatformadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-marketingplatformadmin_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-marketingplatformadmin_v1alpha/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-marketingplatformadmin_v1alpha/v0.9.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-marketingplatformadmin_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="