google-apis-workloadmanager_v1 0.13.0 → 0.14.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a3d836bfc00395de5487760736c8fd372bdb7a6809b5b583a4a3be15ae9f3b1
|
4
|
+
data.tar.gz: 39cec735878d9ac93ca96c7e6f029c22ffcbdf42f532430d5f33cc8299bd2311
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a900f91ca78ff72a0641449c6f5aef63ba9be9e2ec78a968f368e4867a69e985feac61aab65b37f0b0359b5f830b6eb864007cb06f60beb35fa5accb80edebf
|
7
|
+
data.tar.gz: 5dc604888ebda1990d0da7587ad4e7a86a162a6b007ad4aadb31005a0711fc4b31c2e426d424f6f087c198dd8521dedbd84b227e84a61c01b214e0b5d8044ac8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-workloadmanager_v1
|
2
2
|
|
3
|
+
### v0.14.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240117
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.13.0 (2024-01-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240103
|
@@ -840,6 +840,11 @@ module Google
|
|
840
840
|
# @return [String]
|
841
841
|
attr_accessor :severity
|
842
842
|
|
843
|
+
# List of user-defined tags
|
844
|
+
# Corresponds to the JSON property `tags`
|
845
|
+
# @return [Array<String>]
|
846
|
+
attr_accessor :tags
|
847
|
+
|
843
848
|
# the docuement url for the rule
|
844
849
|
# Corresponds to the JSON property `uri`
|
845
850
|
# @return [String]
|
@@ -860,6 +865,7 @@ module Google
|
|
860
865
|
@revision_id = args[:revision_id] if args.key?(:revision_id)
|
861
866
|
@secondary_category = args[:secondary_category] if args.key?(:secondary_category)
|
862
867
|
@severity = args[:severity] if args.key?(:severity)
|
868
|
+
@tags = args[:tags] if args.key?(:tags)
|
863
869
|
@uri = args[:uri] if args.key?(:uri)
|
864
870
|
end
|
865
871
|
end
|
@@ -1282,6 +1288,11 @@ module Google
|
|
1282
1288
|
# @return [String]
|
1283
1289
|
attr_accessor :resource
|
1284
1290
|
|
1291
|
+
# resource type
|
1292
|
+
# Corresponds to the JSON property `type`
|
1293
|
+
# @return [String]
|
1294
|
+
attr_accessor :type
|
1295
|
+
|
1285
1296
|
def initialize(**args)
|
1286
1297
|
update!(**args)
|
1287
1298
|
end
|
@@ -1289,6 +1300,7 @@ module Google
|
|
1289
1300
|
# Update properties of this object
|
1290
1301
|
def update!(**args)
|
1291
1302
|
@resource = args[:resource] if args.key?(:resource)
|
1303
|
+
@type = args[:type] if args.key?(:type)
|
1292
1304
|
end
|
1293
1305
|
end
|
1294
1306
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkloadmanagerV1
|
18
18
|
# Version of the google-apis-workloadmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240117"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -493,6 +493,7 @@ module Google
|
|
493
493
|
property :revision_id, as: 'revisionId'
|
494
494
|
property :secondary_category, as: 'secondaryCategory'
|
495
495
|
property :severity, as: 'severity'
|
496
|
+
collection :tags, as: 'tags'
|
496
497
|
property :uri, as: 'uri'
|
497
498
|
end
|
498
499
|
end
|
@@ -613,6 +614,7 @@ module Google
|
|
613
614
|
# @private
|
614
615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
615
616
|
property :resource, as: 'resource'
|
617
|
+
property :type, as: 'type'
|
616
618
|
end
|
617
619
|
end
|
618
620
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workloadmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.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-01-
|
11
|
+
date: 2024-01-28 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-workloadmanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|