Skip to content

Commit bbb7405

Browse files
feat: Automated regeneration of iap v1 client (#17117)
Auto-created at 2024-01-07 10:18:45 +0000 using the toys pull request generator.
1 parent b35a93e commit bbb7405

3 files changed

Lines changed: 11 additions & 6 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.40.0 (2024-01-07)
4+
5+
* Regenerated from discovery document revision 20231229
6+
37
### v0.39.0 (2023-12-24)
48

59
* Regenerated from discovery document revision 20231215

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -961,10 +961,11 @@ class Resource
961961
# where the API call changes the state of the resource. Custom org policy
962962
# backend uses these attributes to enforce custom org policies. When a proto is
963963
# wrapped, it is generally the One Platform API proto. When a JSON string is
964-
# wrapped, use `google.protobuf.StringValue` for the inner value. It is
965-
# sufficient to pass just the max set of attributes that are allowed for use in
966-
# custom constraints; other attributes can be omitted. See go/custom-constraints-
967-
# org-policy-integration-guide for additional details.
964+
# wrapped, use `google.protobuf.StringValue` for the inner value. For create
965+
# operations, GCP service is expected to pass resource from customer request as
966+
# is. For update/patch operations, GCP service is expected to compute the next
967+
# state with the patch provided by the user. See go/custom-constraints-org-
968+
# policy-integration-guide for additional details.
968969
# Corresponds to the JSON property `expectedNextState`
969970
# @return [Hash<String,Object>]
970971
attr_accessor :expected_next_state

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.39.0"
19+
GEM_VERSION = "0.40.0"
2020

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

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

0 commit comments

Comments
 (0)