google-apis-servicecontrol_v2 0.38.0 → 0.39.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: 576477c698707a642ded254bd08019d1a7030c7842ecee321004c2309de23c56
4
- data.tar.gz: 41b9dda99af07ef55ad5e039674923d1dda5818e5a293ef261d22c2315dcbea9
3
+ metadata.gz: afec4b87a47b6f5ba2701565bc5b5716faa6fe0396add6eb7b15a0e4da7d7522
4
+ data.tar.gz: 44f6231a2159ce6c71f0b2efb7dd3bbe4e0efc12608c029cd039f0455d70ad80
5
5
  SHA512:
6
- metadata.gz: 07e235d6d61da599b6bdd6a17ac552773582a6a06f6ae269ddb73e67861c52ccfaa551ddab061080b202b56b3dcffd73003d1abe13ea0b0c33539cbb11ab9646
7
- data.tar.gz: 69e984eb043c2bec02fdb95d299e7de85ef34979edbd16a7780cb2f901887ede3d3ae4ed34f1eb1dee9e63b96968cd825dd2f9f39fbe1cf6def8090ad9bc5d68
6
+ metadata.gz: 4a939602a2d7fe178112aedfad3c8af0b8d28a6875e96934b257a043e4e4beb8b4cf8523b67f81240c77c71acca84c1469a06e51f88187a94680a5ee822ba4bb
7
+ data.tar.gz: 0dbd4536765d71416a3a0a31f031fbc5c6fba8370226e896ea08ff572a95903265872b86ed8bc36f366ddb3388d0abcc5c402712c1ed073226fe5332674d8c14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.39.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240531
6
+
3
7
  ### v0.38.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -596,18 +596,15 @@ module Google
596
596
  class OrgPolicyViolationInfo
597
597
  include Google::Apis::Core::Hashable
598
598
 
599
- # Optional. Resource payload that is currently in scope and is subjected to
600
- # orgpolicy conditions. This payload may be the subset of the actual Resource
601
- # that may come in the request. This payload should not contain any core content.
599
+ # Optional. Deprecated. Resource payload that is currently in scope and is
600
+ # subjected to orgpolicy conditions. This payload may be the subset of the
601
+ # actual Resource that may come in the request.
602
602
  # Corresponds to the JSON property `payload`
603
603
  # @return [Hash<String,Object>]
604
604
  attr_accessor :payload
605
605
 
606
- # Optional. Tags referenced on the resource at the time of evaluation. These
607
- # also include the federated tags, if they are supplied in the CheckOrgPolicy or
608
- # CheckCustomConstraints Requests. Optional field as of now. These tags are the
609
- # Cloud tags that are available on the resource during the policy evaluation and
610
- # will be available as part of the OrgPolicy check response for logging purposes.
606
+ # Optional. Deprecated. Tags referenced on the resource at the time of
607
+ # evaluation.
611
608
  # Corresponds to the JSON property `resourceTags`
612
609
  # @return [Hash<String,String>]
613
610
  attr_accessor :resource_tags
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV2
18
18
  # Version of the google-apis-servicecontrol_v2 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.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-19 00:00:00.000000000 Z
11
+ date: 2024-06-09 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-servicecontrol_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
63
63
  post_install_message:
64
64
  rdoc_options: []