google-apis-workstations_v1 0.1.0 → 0.2.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: e71b72f222a7da45a7b5ad67ebf32dd2adc01e7dee7062feb8c1e43573a5e823
4
- data.tar.gz: f936fc518431c7847c64880fb3717d8da12aa2d8013f37ed06ff1d3f8b5caf5b
3
+ metadata.gz: 772f3716e21c57f12bd131de664d4917533897937f3caad3ab713f666b4a11ac
4
+ data.tar.gz: 65d07c1fb842613003c3044e9d7085d3de557bb0c50398ec80202ec9e2f7c4f2
5
5
  SHA512:
6
- metadata.gz: 66b408d808e62886395bbf91077e87fab4eeea9c00086ceca853386793928eef63ed5a0137b7bb0e2faa7d0e5b8282e5b4ef59d3c6045993e718537db7fce62b
7
- data.tar.gz: ea7eeb55645f930483f4a215eb25c67516243bbd71ad468889f086deb104e28d7c68b8fce6995c3c339473632da8b2c756872cb9637881cfea4afb980a9537cf
6
+ metadata.gz: d255b9ad465fe6f9a229d094e6d13be48d1eb050af31201005a99475a3809a7700a5e1df897fee728ff085ef734666bb03e3073f69aa1d917e45fa4e3f565c27
7
+ data.tar.gz: f8f73eca0e8d6fa0a1d0bdcacb1823ee6a30787ef6e9dce8c2c0243790dbf5a9cc41f89aef24e6fb8692d4ffa676d1dc2f758890aee9ece4b34a7d75056c083b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.2.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231001
6
+
3
7
  ### v0.1.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230904
@@ -1471,7 +1471,7 @@ module Google
1471
1471
  # @return [Hash<String,String>]
1472
1472
  attr_accessor :labels
1473
1473
 
1474
- # Full name of this workstation.
1474
+ # Identifier. Full name of this workstation.
1475
1475
  # Corresponds to the JSON property `name`
1476
1476
  # @return [String]
1477
1477
  attr_accessor :name
@@ -1587,7 +1587,7 @@ module Google
1587
1587
  # @return [Hash<String,String>]
1588
1588
  attr_accessor :labels
1589
1589
 
1590
- # Full name of this workstation cluster.
1590
+ # Identifier. Full name of this workstation cluster.
1591
1591
  # Corresponds to the JSON property `name`
1592
1592
  # @return [String]
1593
1593
  attr_accessor :name
@@ -1737,7 +1737,7 @@ module Google
1737
1737
  # @return [Hash<String,String>]
1738
1738
  attr_accessor :labels
1739
1739
 
1740
- # Full name of this workstation configuration.
1740
+ # Identifier. Full name of this workstation configuration.
1741
1741
  # Corresponds to the JSON property `name`
1742
1742
  # @return [String]
1743
1743
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1
18
18
  # Version of the google-apis-workstations_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230904"
25
+ REVISION = "20231001"
26
26
  end
27
27
  end
28
28
  end
@@ -417,7 +417,7 @@ module Google
417
417
 
418
418
  # Updates an existing workstation cluster.
419
419
  # @param [String] name
420
- # Full name of this workstation cluster.
420
+ # Identifier. Full name of this workstation cluster.
421
421
  # @param [Google::Apis::WorkstationsV1::WorkstationCluster] workstation_cluster_object
422
422
  # @param [Boolean] allow_missing
423
423
  # Optional. If set, and the workstation cluster is not found, a new workstation
@@ -693,7 +693,7 @@ module Google
693
693
 
694
694
  # Updates an existing workstation configuration.
695
695
  # @param [String] name
696
- # Full name of this workstation configuration.
696
+ # Identifier. Full name of this workstation configuration.
697
697
  # @param [Google::Apis::WorkstationsV1::WorkstationConfig] workstation_config_object
698
698
  # @param [Boolean] allow_missing
699
699
  # Optional. If set and the workstation configuration is not found, a new
@@ -1076,7 +1076,7 @@ module Google
1076
1076
 
1077
1077
  # Updates an existing workstation.
1078
1078
  # @param [String] name
1079
- # Full name of this workstation.
1079
+ # Identifier. Full name of this workstation.
1080
1080
  # @param [Google::Apis::WorkstationsV1::Workstation] workstation_object
1081
1081
  # @param [Boolean] allow_missing
1082
1082
  # Optional. If set and the workstation configuration is not found, a new
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
63
63
  post_install_message:
64
64
  rdoc_options: []