Skip to content

Commit e5ca411

Browse files
feat: Automated regeneration of readerrevenuesubscriptionlinking v1 client (googleapis#23442)
Auto-created at 2025-06-15 10:35:10 +0000 using the toys pull request generator.
1 parent 8135a0c commit e5ca411

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308835,6 +308835,9 @@
308835308835
"/readerrevenuesubscriptionlinking:v1/Reader": reader
308836308836
"/readerrevenuesubscriptionlinking:v1/Reader/createTime": create_time
308837308837
"/readerrevenuesubscriptionlinking:v1/Reader/name": name
308838+
"/readerrevenuesubscriptionlinking:v1/Reader/originatingPublicationId": originating_publication_id
308839+
"/readerrevenuesubscriptionlinking:v1/Reader/ppid": ppid
308840+
"/readerrevenuesubscriptionlinking:v1/Reader/publicationId": publication_id
308838308841
"/readerrevenuesubscriptionlinking:v1/ReaderEntitlements": reader_entitlements
308839308842
"/readerrevenuesubscriptionlinking:v1/ReaderEntitlements/entitlements": entitlements
308840308843
"/readerrevenuesubscriptionlinking:v1/ReaderEntitlements/entitlements/entitlement": entitlement

generated/google-apis-readerrevenuesubscriptionlinking_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-readerrevenuesubscriptionlinking_v1
22

3+
### v0.7.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250611
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.6.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/classes.rb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@ class Reader
9696
# @return [String]
9797
attr_accessor :name
9898

99+
# Output only. The SwG publication id that the reader's subscription linking was
100+
# originating from.
101+
# Corresponds to the JSON property `originatingPublicationId`
102+
# @return [String]
103+
attr_accessor :originating_publication_id
104+
105+
# Output only. The publisher provided id of the reader.
106+
# Corresponds to the JSON property `ppid`
107+
# @return [String]
108+
attr_accessor :ppid
109+
110+
# Output only. The SwG publication id that the reader has linked their
111+
# subscription to.
112+
# Corresponds to the JSON property `publicationId`
113+
# @return [String]
114+
attr_accessor :publication_id
115+
99116
def initialize(**args)
100117
update!(**args)
101118
end
@@ -104,6 +121,9 @@ def initialize(**args)
104121
def update!(**args)
105122
@create_time = args[:create_time] if args.key?(:create_time)
106123
@name = args[:name] if args.key?(:name)
124+
@originating_publication_id = args[:originating_publication_id] if args.key?(:originating_publication_id)
125+
@ppid = args[:ppid] if args.key?(:ppid)
126+
@publication_id = args[:publication_id] if args.key?(:publication_id)
107127
end
108128
end
109129

generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ReaderrevenuesubscriptionlinkingV1
1818
# Version of the google-apis-readerrevenuesubscriptionlinking_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241015"
25+
REVISION = "20250611"
2626
end
2727
end
2828
end

generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/representations.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ class Reader
6767
class Representation < Google::Apis::Core::JsonRepresentation
6868
property :create_time, as: 'createTime'
6969
property :name, as: 'name'
70+
property :originating_publication_id, as: 'originatingPublicationId'
71+
property :ppid, as: 'ppid'
72+
property :publication_id, as: 'publicationId'
7073
end
7174
end
7275

0 commit comments

Comments
 (0)