google-apis-marketingplatformadmin_v1alpha 0.7.0 → 0.8.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ac8704f52e2429b59daa2a28391a98558cfe719c4ab18f4bfa87e49f8f53a92
|
|
4
|
+
data.tar.gz: 19931f346bd68da39d43196c6ca8155bad4ebb5c0eab585807d939fc532ef43f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d76f7e8b71c8fd9e821dfd78ee205421a432150058470fb438b62bb91a6cfa9b05e18ea7f2f86a343eb8d14037dd9e3af8490168b19d82fe4114a9ae0a9f3d9d
|
|
7
|
+
data.tar.gz: 2c6bbc3de4988ad1ca51a1994776f551917a59815791b21d59abe5b7d9569037f095871d1dd118542cc52c9b73b03b88a494dfeaebe7950c85c35c47f3423b55
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
4
|
+
version: 0.8.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-marketingplatformadmin_v1alpha/v0.8.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:
|