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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 701ebb49ef8e95af118f2530683db30e071de59131b44f387c4d2bcb92e7a4e0
|
4
|
+
data.tar.gz: 6975cba2966da47dae76993e0da73d0d3ee721c0a258b64e85d5fde419a7c230
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf9696da0f126d308748b99c8fed816fca0a30e348a29085dcc2797b7f7746d079caac590397ef89ffa0f0b252c0826c17b1aed170cdbc71283d12899f38d960
|
7
|
+
data.tar.gz: 7da081bba0bf2d507797f83f7d30a7fd44ba123d7874df591e3682a08b968d8e196fcb67f6a57308f44784218fb67df49eefa6a2f805a7db0b570b1e1cb9d960
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20241219"
|
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-serviceusage_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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:
|
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
|
+
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: []
|