File tree Expand file tree Collapse file tree
generated/google-apis-iap_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments