google-apis-iap_v1 0.36.0 → 0.38.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: e71900f55c3b7765e05e7cf8367c3ad8b6a68450aa15882f80f10fdfb4352cfe
4
+ data.tar.gz: c9dcdba0b0f8a332bd93c8580ae48f74dfd7ed8771bd229fcf02a5c52f2d7f7a
5
5
  SHA512:
6
- metadata.gz: 43de193af2c2a23a732791f0a53c97f9e8a5754587d97157f84752a5bfdf640d2b8c8e03443be60562bf3e24f45cac4bb9d1b1c396a523bfbd1f88af5f923c9c
7
- data.tar.gz: 10792bf0cb0cb6350a72ae9a6c6f5a4acfcc579ce116ec68c06bec0f0b0791357a24331238b8865464cd758f47feb70540b10c037c7bf123cb4fa6e89f822fd0
6
+ metadata.gz: 32c0fd48b7bc2b7837f1509a8bc1a8cbe6dac89b10c1f34d9b5eddd97c8e215978e22ab8dc65369b086dcb2df3433fb0b5d390f77dcbc9508307f65f6c528624
7
+ data.tar.gz: c62841edf766be7f46a7869564b3e4455a7444496fc563e9ee3d39846127543d6148c34319587a663f2b2d0fa6c3ebafcd87c55f1ddfba3a3e8700c69747d3d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.38.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
7
+ ### v0.37.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20230929
10
+
3
11
  ### v0.36.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230901
@@ -897,7 +897,7 @@ module Google
897
897
  # @return [String]
898
898
  attr_accessor :method_prop
899
899
 
900
- # How IAP determines the effective policy in cases of hierarchial policies.
900
+ # How IAP determines the effective policy in cases of hierarchical policies.
901
901
  # Policies are merged from higher in the hierarchy to lower in the hierarchy.
902
902
  # Corresponds to the JSON property `policyType`
903
903
  # @return [String]
@@ -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.38.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 = "20231013"
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.38.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-22 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.38.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: []