Skip to content

Commit ae04148

Browse files
feat: Automated regeneration of iap v1 client (#26025)
Auto-created at 2026-03-22 10:24:21 +0000 using the toys pull request generator.
1 parent b8ce933 commit ae04148

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

generated/google-apis-iap_v1/CHANGELOG.md

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

3+
### v0.57.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260317
6+
37
### v0.56.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260209

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -795,22 +795,19 @@ def update!(**args)
795795
class OAuthSettings
796796
include Google::Apis::Core::Hashable
797797

798-
# Optional. OAuth 2.0 client ID used in the OAuth flow to generate an access
799-
# token. If this field is set, you can skip obtaining the OAuth credentials in
800-
# this step: https://developers.google.com/identity/protocols/OAuth2?hl=en_US#1.-
801-
# obtain-oauth-2.0-credentials-from-the-google-api-console. However, this could
802-
# allow for client sharing. The risks of client sharing are outlined here: https:
803-
# //cloud.google.com/iap/docs/sharing-oauth-clients#risks.
798+
# Optional. OAuth 2.0 client ID used in the OAuth flow. This allows for client
799+
# sharing. The risks of client sharing are outlined here: https://cloud.google.
800+
# com/iap/docs/sharing-oauth-clients#risks.
804801
# Corresponds to the JSON property `clientId`
805802
# @return [String]
806803
attr_accessor :client_id
807804

808-
# Optional. Input only. OAuth secret paired with client ID
805+
# Optional. Input only. OAuth secret paired with client ID.
809806
# Corresponds to the JSON property `clientSecret`
810807
# @return [String]
811808
attr_accessor :client_secret
812809

813-
# Output only. OAuth secret sha256 paired with client ID
810+
# Output only. OAuth secret SHA256 paired with client ID.
814811
# Corresponds to the JSON property `clientSecretSha256`
815812
# @return [String]
816813
attr_accessor :client_secret_sha256

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module IapV1
1818
# Version of the google-apis-iap_v1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)