google-cloud-channel-v1 0.13.0 → 0.14.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: e2a27761452f019abbce6e4d101c681898e68ac29282ad0b2ca7033f14498614
|
|
4
|
+
data.tar.gz: d2ebee645190d8e393c1d0fe5ebf94b8052c7056746d978cf019e98a1bfe9520
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abd65416c88e4bd1502814bc8dc825a9459a0046628da1998e900b6de953583baada1e7a2a1c29d17631f6892403a5d5f34d2c2124a73f6264d11f01a3dd058c
|
|
7
|
+
data.tar.gz: 2b4b5a08959b1ddaffc29411e997813c16ccac6cc92ffe267343a4f9dabe40b94606065e4da06044691415560d2731f5bc5db772e73df3229f9c34b95d595dfc
|
|
@@ -22,6 +22,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
22
22
|
optional :start_time, :message, 7, "google.protobuf.Timestamp"
|
|
23
23
|
optional :end_time, :message, 8, "google.protobuf.Timestamp"
|
|
24
24
|
repeated :parameter_definitions, :message, 9, "google.cloud.channel.v1.ParameterDefinition"
|
|
25
|
+
optional :deal_code, :string, 12
|
|
25
26
|
end
|
|
26
27
|
add_message "google.cloud.channel.v1.ParameterDefinition" do
|
|
27
28
|
optional :name, :string, 1
|
|
@@ -52,6 +52,9 @@ module Google
|
|
|
52
52
|
# @!attribute [rw] parameter_definitions
|
|
53
53
|
# @return [::Array<::Google::Cloud::Channel::V1::ParameterDefinition>]
|
|
54
54
|
# Parameters required to use current Offer to purchase.
|
|
55
|
+
# @!attribute [rw] deal_code
|
|
56
|
+
# @return [::String]
|
|
57
|
+
# The deal code of the offer to get a special promotion or discount.
|
|
55
58
|
class Offer
|
|
56
59
|
include ::Google::Protobuf::MessageExts
|
|
57
60
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-channel-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.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-
|
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|