google-apis-paymentsresellersubscription_v1 0.46.0 → 0.47.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: e9e261fff3ebdeac9e64a9647457e5d43eaaa54684cb28033993f8c2ba020bcf
|
4
|
+
data.tar.gz: 51baa59a0f80651e914520cee0a1d139637796849e1037f64bfeec2e255fbbd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecf996c7592046b6fe3e518a812d92f797047ea59f25dcdb559490dff6fb6e0705d0b7f64922fadefc70f2408cac04903e5b5925c683980dcde2c96daa1f1fda
|
7
|
+
data.tar.gz: 40c3d8d6bd0b50db9aecdc34d9d9f8652658dcdf854130aa905d3bd10b00a770de9c582f28fe1165558a6e29bbd64c4a9f9d6f4953ba62fa3aaedd47ec651570
|
data/CHANGELOG.md
CHANGED
@@ -506,6 +506,13 @@ module Google
|
|
506
506
|
class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
|
507
507
|
include Google::Apis::Core::Hashable
|
508
508
|
|
509
|
+
# Output only. Output only. This identifies whether the subscription is attached
|
510
|
+
# to a Google Home structure.
|
511
|
+
# Corresponds to the JSON property `attachedToGoogleStructure`
|
512
|
+
# @return [Boolean]
|
513
|
+
attr_accessor :attached_to_google_structure
|
514
|
+
alias_method :attached_to_google_structure?, :attached_to_google_structure
|
515
|
+
|
509
516
|
# Optional. This identifies the structure ID on partner side that the
|
510
517
|
# subscription should be applied to. Only required when the partner requires
|
511
518
|
# structure mapping.
|
@@ -519,6 +526,7 @@ module Google
|
|
519
526
|
|
520
527
|
# Update properties of this object
|
521
528
|
def update!(**args)
|
529
|
+
@attached_to_google_structure = args[:attached_to_google_structure] if args.key?(:attached_to_google_structure)
|
522
530
|
@partner_structure_id = args[:partner_structure_id] if args.key?(:partner_structure_id)
|
523
531
|
end
|
524
532
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PaymentsresellersubscriptionV1
|
18
18
|
# Version of the google-apis-paymentsresellersubscription_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.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 = "20250302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -442,6 +442,7 @@ module Google
|
|
442
442
|
class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
|
443
443
|
# @private
|
444
444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
445
|
+
property :attached_to_google_structure, as: 'attachedToGoogleStructure'
|
445
446
|
property :partner_structure_id, as: 'partnerStructureId'
|
446
447
|
end
|
447
448
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-paymentsresellersubscription_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 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-paymentsresellersubscription_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.47.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|