google-apis-workstations_v1beta 0.25.0 → 0.26.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: 364a9e73eb73d37973ba998ce088bba03cd27caad146b9e59745ce591f168603
|
4
|
+
data.tar.gz: 6c0e872c3444b335111ce1b237db1eb3d993f3fc1d90c976ae01b6e73783e982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d4b1a6123219137e851c3282b6e3521988f45ed8b4ac9fb84f755c90f8b9073fed7bb8b31a8ff36a235fc28f952b6b7a0ac217d2f25ba1aeb0fd138cc894e7a
|
7
|
+
data.tar.gz: 66976a06b95805022ee8cbf0f389decb8f9754275cbb9ea5307ff0bb6df4b3c8e293d74d1b08631045a2c0606cf9c72f27916f40019939cff9e0997403d5beca
|
data/CHANGELOG.md
CHANGED
@@ -621,6 +621,14 @@ module Google
|
|
621
621
|
# @return [Array<String>]
|
622
622
|
attr_accessor :tags
|
623
623
|
|
624
|
+
# Optional. Resource manager tags to be bound to this instance. Tag keys and
|
625
|
+
# values have the same definition as https://cloud.google.com/resource-manager/
|
626
|
+
# docs/tags/tags-overview Keys must be in the format `tagKeys/`tag_key_id``, and
|
627
|
+
# values are in the format `tagValues/456`.
|
628
|
+
# Corresponds to the JSON property `vmTags`
|
629
|
+
# @return [Hash<String,String>]
|
630
|
+
attr_accessor :vm_tags
|
631
|
+
|
624
632
|
def initialize(**args)
|
625
633
|
update!(**args)
|
626
634
|
end
|
@@ -641,6 +649,7 @@ module Google
|
|
641
649
|
@service_account_scopes = args[:service_account_scopes] if args.key?(:service_account_scopes)
|
642
650
|
@shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
|
643
651
|
@tags = args[:tags] if args.key?(:tags)
|
652
|
+
@vm_tags = args[:vm_tags] if args.key?(:vm_tags)
|
644
653
|
end
|
645
654
|
end
|
646
655
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkstationsV1beta
|
18
18
|
# Version of the google-apis-workstations_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -394,6 +394,7 @@ module Google
|
|
394
394
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::WorkstationsV1beta::GceShieldedInstanceConfig, decorator: Google::Apis::WorkstationsV1beta::GceShieldedInstanceConfig::Representation
|
395
395
|
|
396
396
|
collection :tags, as: 'tags'
|
397
|
+
hash :vm_tags, as: 'vmTags'
|
397
398
|
end
|
398
399
|
end
|
399
400
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workstations_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-03-
|
11
|
+
date: 2024-03-31 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-workstations_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|