google-apis-androidpublisher_v3 0.68.0 → 0.69.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: '091b31431356cc8495315eb68621f33f4bf0daa60eca4161d15ba3042d209c46'
|
|
4
|
+
data.tar.gz: 32effb9e8d629d952c88d8f9191c8b477d76492b0802151b0229beb04dfea6f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84be073a9dc156d2a478a278eb3eb7f647d3d4d8e78127539bf0bcfaa67260e50aa9a84c052b8e270f4ff18f4a0663a71a0c18649a4abe733109d8f642d2b65b
|
|
7
|
+
data.tar.gz: 45207a80c482209f2ad04fa354aca48664f713cd1c223c0733d99267cd2d73f2514947b7bd4b7be8d01fa01baff8080ed4331927f2f098ec05c6d3c05d1b5f06
|
data/CHANGELOG.md
CHANGED
|
@@ -5015,6 +5015,11 @@ module Google
|
|
|
5015
5015
|
class RevocationContext
|
|
5016
5016
|
include Google::Apis::Core::Hashable
|
|
5017
5017
|
|
|
5018
|
+
# Used to determine if the refund type in the RevocationContext is a full refund.
|
|
5019
|
+
# Corresponds to the JSON property `fullRefund`
|
|
5020
|
+
# @return [Google::Apis::AndroidpublisherV3::RevocationContextFullRefund]
|
|
5021
|
+
attr_accessor :full_refund
|
|
5022
|
+
|
|
5018
5023
|
# Used to determine if the refund type in the RevocationContext is a prorated
|
|
5019
5024
|
# refund.
|
|
5020
5025
|
# Corresponds to the JSON property `proratedRefund`
|
|
@@ -5027,10 +5032,24 @@ module Google
|
|
|
5027
5032
|
|
|
5028
5033
|
# Update properties of this object
|
|
5029
5034
|
def update!(**args)
|
|
5035
|
+
@full_refund = args[:full_refund] if args.key?(:full_refund)
|
|
5030
5036
|
@prorated_refund = args[:prorated_refund] if args.key?(:prorated_refund)
|
|
5031
5037
|
end
|
|
5032
5038
|
end
|
|
5033
5039
|
|
|
5040
|
+
# Used to determine if the refund type in the RevocationContext is a full refund.
|
|
5041
|
+
class RevocationContextFullRefund
|
|
5042
|
+
include Google::Apis::Core::Hashable
|
|
5043
|
+
|
|
5044
|
+
def initialize(**args)
|
|
5045
|
+
update!(**args)
|
|
5046
|
+
end
|
|
5047
|
+
|
|
5048
|
+
# Update properties of this object
|
|
5049
|
+
def update!(**args)
|
|
5050
|
+
end
|
|
5051
|
+
end
|
|
5052
|
+
|
|
5034
5053
|
# Used to determine if the refund type in the RevocationContext is a prorated
|
|
5035
5054
|
# refund.
|
|
5036
5055
|
class RevocationContextProratedRefund
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidpublisherV3
|
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.69.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240814"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1012,6 +1012,12 @@ module Google
|
|
|
1012
1012
|
include Google::Apis::Core::JsonObjectSupport
|
|
1013
1013
|
end
|
|
1014
1014
|
|
|
1015
|
+
class RevocationContextFullRefund
|
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
|
+
|
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1019
|
+
end
|
|
1020
|
+
|
|
1015
1021
|
class RevocationContextProratedRefund
|
|
1016
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
1023
|
|
|
@@ -2960,11 +2966,19 @@ module Google
|
|
|
2960
2966
|
class RevocationContext
|
|
2961
2967
|
# @private
|
|
2962
2968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2969
|
+
property :full_refund, as: 'fullRefund', class: Google::Apis::AndroidpublisherV3::RevocationContextFullRefund, decorator: Google::Apis::AndroidpublisherV3::RevocationContextFullRefund::Representation
|
|
2970
|
+
|
|
2963
2971
|
property :prorated_refund, as: 'proratedRefund', class: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund, decorator: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund::Representation
|
|
2964
2972
|
|
|
2965
2973
|
end
|
|
2966
2974
|
end
|
|
2967
2975
|
|
|
2976
|
+
class RevocationContextFullRefund
|
|
2977
|
+
# @private
|
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2979
|
+
end
|
|
2980
|
+
end
|
|
2981
|
+
|
|
2968
2982
|
class RevocationContextProratedRefund
|
|
2969
2983
|
# @private
|
|
2970
2984
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidpublisher_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.69.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-08-
|
|
11
|
+
date: 2024-08-18 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-androidpublisher_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.69.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|