google-apis-iap_v1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2a9b246229b740190e12825908527aac35e28c2b40106af6526e5e4eb436984
4
- data.tar.gz: 014da4167aa71b2652f88fd3b6f63a0016e1f61b7c8d1b6638f6e32cee9de84d
3
+ metadata.gz: d91bada678a122efe1eac45d52fd3885647e663e84a685bac69de71317392adc
4
+ data.tar.gz: 34d12707209fd17143881c03265d15d291dd3d0f511a9825cdaa6e9717648799
5
5
  SHA512:
6
- metadata.gz: 43de193af2c2a23a732791f0a53c97f9e8a5754587d97157f84752a5bfdf640d2b8c8e03443be60562bf3e24f45cac4bb9d1b1c396a523bfbd1f88af5f923c9c
7
- data.tar.gz: 10792bf0cb0cb6350a72ae9a6c6f5a4acfcc579ce116ec68c06bec0f0b0791357a24331238b8865464cd758f47feb70540b10c037c7bf123cb4fa6e89f822fd0
6
+ metadata.gz: 0a367f047743da09fc4a235261b3d733760d08f1a206dbe901c90c63e41abbf0cbfc3cf51203b31fbc2ba3e6bbcf9ef31d5ff80f84efb487190711247ae73665
7
+ data.tar.gz: 54b286a9bb7edabfee84234f8f8edd546165e465a544d70ce38fd926bd3686441f515ebedfe788e0471325235a7cb1c513f136cc08ef90d8a4e7201c73d29c41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.37.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230929
6
+
3
7
  ### v0.36.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230901
@@ -932,6 +932,21 @@ module Google
932
932
  class Resource
933
933
  include Google::Apis::Core::Hashable
934
934
 
935
+ # The proto or JSON formatted expected next state of the resource, wrapped in a
936
+ # google.protobuf.Any proto, against which the policy rules are evaluated.
937
+ # Services not integrated with custom org policy can omit this field. Services
938
+ # integrated with custom org policy must populate this field for all requests
939
+ # where the API call changes the state of the resource. Custom org policy
940
+ # backend uses these attributes to enforce custom org policies. When a proto is
941
+ # wrapped, it is generally the One Platform API proto. When a JSON string is
942
+ # wrapped, use `google.protobuf.StringValue` for the inner value. It is
943
+ # sufficient to pass just the max set of attributes that are allowed for use in
944
+ # custom constraints; other attributes can be omitted. See go/custom-constraints-
945
+ # org-policy-integration-guide for additional details.
946
+ # Corresponds to the JSON property `expectedNextState`
947
+ # @return [Hash<String,Object>]
948
+ attr_accessor :expected_next_state
949
+
935
950
  # The service defined labels of the resource on which the conditions will be
936
951
  # evaluated. The semantics - including the key names - are vague to IAM. If the
937
952
  # effective condition has a reference to a `resource.labels[foo]` construct, IAM
@@ -986,6 +1001,7 @@ module Google
986
1001
 
987
1002
  # Update properties of this object
988
1003
  def update!(**args)
1004
+ @expected_next_state = args[:expected_next_state] if args.key?(:expected_next_state)
989
1005
  @labels = args[:labels] if args.key?(:labels)
990
1006
  @name = args[:name] if args.key?(:name)
991
1007
  @service = args[:service] if args.key?(:service)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230901"
25
+ REVISION = "20230929"
26
26
  end
27
27
  end
28
28
  end
@@ -441,6 +441,7 @@ module Google
441
441
  class Resource
442
442
  # @private
443
443
  class Representation < Google::Apis::Core::JsonRepresentation
444
+ hash :expected_next_state, as: 'expectedNextState'
444
445
  hash :labels, as: 'labels'
445
446
  property :name, as: 'name'
446
447
  property :service, as: 'service'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []