google-apis-serviceusage_v1 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04224ab581605f8ca682b4a8c2c7e330041114c2b2aecdbbc30c19a130056046
4
- data.tar.gz: f1053c7ca7d5b94712052b14571df296b2d8388898a134af5f9fd624c7b511e5
3
+ metadata.gz: 701ebb49ef8e95af118f2530683db30e071de59131b44f387c4d2bcb92e7a4e0
4
+ data.tar.gz: 6975cba2966da47dae76993e0da73d0d3ee721c0a258b64e85d5fde419a7c230
5
5
  SHA512:
6
- metadata.gz: 9fac2a296487ee93e1ff639019d3e60b9f8a66c659de2c191790eae4925065be163a4825e3e088f2c3382fb676d66b97a78e3e30acaae91fe1ef39c7902cbf0f
7
- data.tar.gz: c37ca749b5a955cd6a328c45c27adeb4f960396b045812d263df82c102d3b7bcdc32a8bf965d8dd0ca5c00981daf726280c8e87c661e45a7f601a9d21dda634d
6
+ metadata.gz: cf9696da0f126d308748b99c8fed816fca0a30e348a29085dcc2797b7f7746d079caac590397ef89ffa0f0b252c0826c17b1aed170cdbc71283d12899f38d960
7
+ data.tar.gz: 7da081bba0bf2d507797f83f7d30a7fd44ba123d7874df591e3682a08b968d8e196fcb67f6a57308f44784218fb67df49eefa6a2f805a7db0b570b1e1cb9d960
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.62.0 (2025-01-05)
4
+
5
+ * Regenerated from discovery document revision 20241219
6
+
3
7
  ### v0.61.0 (2024-12-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20241205
@@ -3096,6 +3096,18 @@ module Google
3096
3096
  # @return [String]
3097
3097
  attr_accessor :impact_type
3098
3098
 
3099
+ # The parent resource that the analysis is based on and the service name that
3100
+ # the analysis is for. Example: `projects/100/services/compute.googleapis.com`,
3101
+ # folders/101/services/compute.googleapis.com` and `organizations/102/services/
3102
+ # compute.googleapis.com`. Usually, the parent resource here is same as the
3103
+ # parent resource of the analyzed policy. However, for some analysis types, the
3104
+ # parent can be different. For example, for resource existence analysis, if the
3105
+ # parent resource of the analyzed policy is a folder or an organization, the
3106
+ # parent resource here can still be the project that contains the resources.
3107
+ # Corresponds to the JSON property `parent`
3108
+ # @return [String]
3109
+ attr_accessor :parent
3110
+
3099
3111
  def initialize(**args)
3100
3112
  update!(**args)
3101
3113
  end
@@ -3104,6 +3116,7 @@ module Google
3104
3116
  def update!(**args)
3105
3117
  @detail = args[:detail] if args.key?(:detail)
3106
3118
  @impact_type = args[:impact_type] if args.key?(:impact_type)
3119
+ @parent = args[:parent] if args.key?(:parent)
3107
3120
  end
3108
3121
  end
3109
3122
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241205"
25
+ REVISION = "20241219"
26
26
  end
27
27
  end
28
28
  end
@@ -1537,6 +1537,7 @@ module Google
1537
1537
  class Representation < Google::Apis::Core::JsonRepresentation
1538
1538
  property :detail, as: 'detail'
1539
1539
  property :impact_type, as: 'impactType'
1540
+ property :parent, as: 'parent'
1540
1541
  end
1541
1542
  end
1542
1543
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.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-12-15 00:00:00.000000000 Z
11
+ date: 2025-01-05 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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []