Skip to content

Commit 2e4e5ed

Browse files
feat: Automated regeneration of ReaderRevenueSubscriptionLinking client (googleapis#12346)
Auto-created at 2024-10-17 13:17:52 +0000 using the toys pull request generator.
1 parent 6084d6c commit 2e4e5ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/reader_revenue_subscription_linking/lib/google_api/reader_revenue_subscription_linking/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ReaderRevenueSubscriptionLinking.V1 do
2020
API client metadata for GoogleApi.ReaderRevenueSubscriptionLinking.V1.
2121
"""
2222

23-
@discovery_revision "20241014"
23+
@discovery_revision "20241015"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/reader_revenue_subscription_linking/lib/google_api/reader_revenue_subscription_linking/v1/model/entitlement.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.ReaderRevenueSubscriptionLinking.V1.Model.Entitlement do
2222
## Attributes
2323
2424
* `detail` (*type:* `String.t`, *default:* `nil`) - The detail field can carry a description of the SKU that corresponds to what the user has been granted access to. This description, which is opaque to Google, can be displayed in the Google user subscription console for users who linked the subscription to a Google Account. Max 80 character limit.
25-
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. The max expire_time is 398 days from now(). LINT.ThenChange(//depot/google3/java/com/google/subscribewithgoogle/accountlinking/subscriptionlink/service/config/protoconf.pi:max_expiry_age)
25+
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. The max expire_time is 398 days from now().
2626
* `productId` (*type:* `String.t`, *default:* `nil`) - Required. The publication's product ID that the user has access to. This is the same product ID as can be found in Schema.org markup (http://schema.org/productID). E.g. "dailybugle.com:basic"
2727
* `subscriptionToken` (*type:* `String.t`, *default:* `nil`) - A source-specific subscription token. This is an opaque string that the publisher provides to Google. This token is opaque and has no meaning to Google.
2828
"""

clients/reader_revenue_subscription_linking/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.ReaderRevenueSubscriptionLinking.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.3.0"
21+
@version "0.3.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)