google-apis-servicecontrol_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: a4c931283ef1498bd5a83faa4160ac2555aa7101cde207d87393678aa3a63a37
4
- data.tar.gz: d7fa6fdde0c5c37050b8c2dc6effde096f95e7599afcfd8f8b31cd291ba87ae7
3
+ metadata.gz: e00906718012eeb0aab71847c3027f6986257451bafd085ee4efdbd60226b00d
4
+ data.tar.gz: 3cb7b7fa70f773c689d76c84f67acfc739b5db18c93251b96413f50092312e5e
5
5
  SHA512:
6
- metadata.gz: 73a99e87888c3d8c9843e6ab77fba3475b4454cb2e5e03a0572786c7c46cb3af3ed8d584f00189159ab2e537404c13bccc430869fcc2e7573365cfbdc262749b
7
- data.tar.gz: f41c64a294facb474eaacb602110ea0ca59b941fe1902c6ae57198e979a11f7ceda9f8728e2c2be45fe2c6b82ed0d910c331f16a4bc35e093d40e93d054cf359
6
+ metadata.gz: 9126058602659620a1c4848e7165990087186b122197884bc3da8ce42bad05d30b98ec1581dc9b724f4f7b85ef521c2e8e15bfe5b1384da40e4d6a2f645735df
7
+ data.tar.gz: a1a5a0c94b9e110058ff03662c711c3689c6ce9967eb7bd0f54f3f662af5ecea2e476ef057051a605b7aac53e9fa460f000927bbca1e774808892be34b14a931
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.38.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240531
6
+
7
+ ### v0.37.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.36.0 (2024-05-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20240426
@@ -1545,18 +1545,15 @@ module Google
1545
1545
  class OrgPolicyViolationInfo
1546
1546
  include Google::Apis::Core::Hashable
1547
1547
 
1548
- # Optional. Resource payload that is currently in scope and is subjected to
1549
- # orgpolicy conditions. This payload may be the subset of the actual Resource
1550
- # that may come in the request. This payload should not contain any core content.
1548
+ # Optional. Deprecated. Resource payload that is currently in scope and is
1549
+ # subjected to orgpolicy conditions. This payload may be the subset of the
1550
+ # actual Resource that may come in the request.
1551
1551
  # Corresponds to the JSON property `payload`
1552
1552
  # @return [Hash<String,Object>]
1553
1553
  attr_accessor :payload
1554
1554
 
1555
- # Optional. Tags referenced on the resource at the time of evaluation. These
1556
- # also include the federated tags, if they are supplied in the CheckOrgPolicy or
1557
- # CheckCustomConstraints Requests. Optional field as of now. These tags are the
1558
- # Cloud tags that are available on the resource during the policy evaluation and
1559
- # will be available as part of the OrgPolicy check response for logging purposes.
1555
+ # Optional. Deprecated. Tags referenced on the resource at the time of
1556
+ # evaluation.
1560
1557
  # Corresponds to the JSON property `resourceTags`
1561
1558
  # @return [Hash<String,String>]
1562
1559
  attr_accessor :resource_tags
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV1
18
18
  # Version of the google-apis-servicecontrol_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
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240426"
25
+ REVISION = "20240531"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-servicecontrol_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
63
  post_install_message:
64
64
  rdoc_options: []