google-apis-cloudchannel_v1 0.59.0 → 0.60.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: 256b62ec195cce663fc1383aa7856952c2c7b9efb8fb143ca8222ca5469628ed
|
4
|
+
data.tar.gz: c8d57f615d357469df1a506b211925d3be61260ab422a64418022a25f183b652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3794f0498cda5bb061b5d1f4ca4c7db8d5d542fea68b5501b5f93d82ad6184aa50b2ae9690860111b9d9513feb56c869cf7405bfbd24ae8abbeb12c38eef513f
|
7
|
+
data.tar.gz: 50d9ddbe145b3b227bdc5506855a51190b77464fed835738f293fdae8e39257e208d936c4251d8c9a561433bec388851f6ce19d591698d3bb1d07985026c9cf5
|
data/CHANGELOG.md
CHANGED
@@ -4207,6 +4207,11 @@ module Google
|
|
4207
4207
|
# @return [String]
|
4208
4208
|
attr_accessor :opportunity
|
4209
4209
|
|
4210
|
+
# Resource name of the partner. Format: partners/`partner`
|
4211
|
+
# Corresponds to the JSON property `partner`
|
4212
|
+
# @return [String]
|
4213
|
+
attr_accessor :partner
|
4214
|
+
|
4210
4215
|
def initialize(**args)
|
4211
4216
|
update!(**args)
|
4212
4217
|
end
|
@@ -4215,6 +4220,7 @@ module Google
|
|
4215
4220
|
def update!(**args)
|
4216
4221
|
@event_type = args[:event_type] if args.key?(:event_type)
|
4217
4222
|
@opportunity = args[:opportunity] if args.key?(:opportunity)
|
4223
|
+
@partner = args[:partner] if args.key?(:partner)
|
4218
4224
|
end
|
4219
4225
|
end
|
4220
4226
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250412"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudchannel_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-cloudchannel_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|