google-apis-servicecontrol_v2 0.38.0 → 0.40.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: 01536a28d0d9fbbb92a9e6111f7e99e0da44d97fba3d26a0d50d6816601b6a1e
4
+ data.tar.gz: d0644a0e3954bd1339cdf3452ff51210d16d3d5190d719410db66c3772682711
5
5
  SHA512:
6
- metadata.gz: 07e235d6d61da599b6bdd6a17ac552773582a6a06f6ae269ddb73e67861c52ccfaa551ddab061080b202b56b3dcffd73003d1abe13ea0b0c33539cbb11ab9646
7
- data.tar.gz: 69e984eb043c2bec02fdb95d299e7de85ef34979edbd16a7780cb2f901887ede3d3ae4ed34f1eb1dee9e63b96968cd825dd2f9f39fbe1cf6def8090ad9bc5d68
6
+ metadata.gz: f525fce6f2da7b30b2c5298c841329351022717aecf0295047391606fc7e1ab03ede7234056ab4fcdb9c4b3cd9b62dde9761180e61445b6b99206ff11755b641
7
+ data.tar.gz: 1c7cb9d4a140232141893dfbd8f281f2e31eacb913060de9554085e5e8f3526852278a4e7712d79675bfe3c7380e3e8a18a70f534f581d7631c3c7634f99a6d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.40.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240802
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.39.0 (2024-06-09)
9
+
10
+ * Regenerated from discovery document revision 20240531
11
+
3
12
  ### v0.38.0 (2024-05-19)
4
13
 
5
14
  * 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
@@ -1667,6 +1664,13 @@ module Google
1667
1664
  class V2ResourceEvent
1668
1665
  include Google::Apis::Core::Hashable
1669
1666
 
1667
+ # The ESF unique context id of the api request, from which this resource event
1668
+ # originated. This field is only needed for CAIS integration via api annotation.
1669
+ # See go/cais-lro-delete for more details.
1670
+ # Corresponds to the JSON property `contextId`
1671
+ # @return [Fixnum]
1672
+ attr_accessor :context_id
1673
+
1670
1674
  # The destinations field determines which backend services should handle the
1671
1675
  # event. This should be specified as a comma-delimited string.
1672
1676
  # Corresponds to the JSON property `destinations`
@@ -1713,6 +1717,7 @@ module Google
1713
1717
 
1714
1718
  # Update properties of this object
1715
1719
  def update!(**args)
1720
+ @context_id = args[:context_id] if args.key?(:context_id)
1716
1721
  @destinations = args[:destinations] if args.key?(:destinations)
1717
1722
  @parent = args[:parent] if args.key?(:parent)
1718
1723
  @path = args[:path] if args.key?(:path)
@@ -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.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240426"
25
+ REVISION = "20240802"
26
26
  end
27
27
  end
28
28
  end
@@ -583,6 +583,7 @@ module Google
583
583
  class V2ResourceEvent
584
584
  # @private
585
585
  class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :context_id, :numeric_string => true, as: 'contextId'
586
587
  property :destinations, as: 'destinations'
587
588
  property :parent, as: 'parent', class: Google::Apis::ServicecontrolV2::Resource, decorator: Google::Apis::ServicecontrolV2::Resource::Representation
588
589
 
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.40.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-08-11 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.40.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: []