google-apis-adsenseplatform_v1alpha 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e147a66a83e8eba358b1982744ea7a539c338d268dd1302be06454349334ca9
|
4
|
+
data.tar.gz: 75403d4c4127e023b0c810756d92625e66a71af8924350c417b6e56fa5d4a1b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc5e7abaa5f8c4c2320a68b4db1115ceb642e3c4d4b9d2fe81c9627e069d9f790e380334d830b46d6652255ba0e74ec32d8e1f5f171b48b026d74cae3571f01
|
7
|
+
data.tar.gz: 6fd5b0b20e25e8154848cc5a165d1003817cc25e1f1ba95e60152ffaab4031e11b050a9b1f331723ee8f41c5013799da07e7e5edf50da76647a0594c567b6356
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-adsenseplatform_v1alpha
|
2
2
|
|
3
|
+
### v0.2.0 (2024-12-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241203
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.1.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240710
|
@@ -387,12 +387,12 @@ module Google
|
|
387
387
|
class TimeZone
|
388
388
|
include Google::Apis::Core::Hashable
|
389
389
|
|
390
|
-
# IANA Time Zone Database time zone
|
390
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
391
391
|
# Corresponds to the JSON property `id`
|
392
392
|
# @return [String]
|
393
393
|
attr_accessor :id
|
394
394
|
|
395
|
-
# Optional. IANA Time Zone Database version number
|
395
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
396
396
|
# Corresponds to the JSON property `version`
|
397
397
|
# @return [String]
|
398
398
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdsenseplatformV1alpha
|
18
18
|
# Version of the google-apis-adsenseplatform_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-adsenseplatform_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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-
|
11
|
+
date: 2024-12-08 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-adsenseplatform_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adsenseplatform_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adsenseplatform_v1alpha/v0.2.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsenseplatform_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for AdSense Platform API V1alpha
|