google-apis-baremetalsolution_v1alpha1 0.4.0 → 0.7.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: 1a8c057674af9e539f40227753b7ad54df56fc6212f08ff8990d1a4566c6bce0
4
- data.tar.gz: 7ee1312d8a11ed3beea077240beaa8f5dbc612a3af0ef0d36d08ddb05eb0b654
3
+ metadata.gz: 9a6040eeea46cc8a2d4e59d153e693fe94960034fd21bcf537cf3d34b008b262
4
+ data.tar.gz: b6a724e7960c75e7671399239acd236f76f204b6ef806388c0c6bf7e36df715b
5
5
  SHA512:
6
- metadata.gz: 266c1ba616a4eda182bb04b6a832667ec6ea2bc9a7afb6ddd421d481ed53a734f1459c5d211997680f80f0193ac44e72f8d02f74e1e8135166798b2c46c7b11d
7
- data.tar.gz: cd5d3e553e636f697b0489207fcb24970d733d9af27bee23b4ae167a63e7f64d765eab1e3a89992998e25e35771156dc365c1c09774471d708ba94f09470fd95
6
+ metadata.gz: e52ac0e5516ff2f411b4390252473f0f390783a4927ea0d26349631f36e0594a66122658cdc0ed8c09fbcbad5bf2807a3160f2f889d0a27e7aeb5c562c07588b
7
+ data.tar.gz: 872d91cc745c380e1cf78996b3e823aa7000de97d08ede058426f16ae58b616da657d01e20928ddb9c6fae36d401597cd495a13eff04a99a29e7047c245a63ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Release history for google-apis-baremetalsolution_v1alpha1
2
2
 
3
+ ### v0.7.0 (2022-06-21)
4
+
5
+ * Regenerated from discovery document revision 20220603
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.6.0 (2022-06-04)
9
+
10
+ * Regenerated from discovery document revision 20220524
11
+ * Regenerated using generator version 0.5.0
12
+
13
+ ### v0.5.0 (2022-02-23)
14
+
15
+ * Regenerated from discovery document revision 20220209
16
+ * Regenerated using generator version 0.4.1
17
+
3
18
  ### v0.4.0 (2021-10-27)
4
19
 
5
20
  * Regenerated from discovery document revision 20211015
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/baremetalsolution_v1alpha1"
51
51
  client = Google::Apis::BaremetalsolutionV1alpha1::BaremetalsolutionService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -178,7 +178,19 @@ module Google
178
178
  # @return [String]
179
179
  attr_accessor :address
180
180
 
181
- # Id of the network to use, within the same ProvisioningConfig request.
181
+ # Name of the existing network to use. Will be of the format at--vlan for pre-
182
+ # intake UI networks like for eg, at-123456-vlan001 or any user-defined name
183
+ # like for eg, my-network-name for networks provisioned using intake UI. The
184
+ # field is exclusively filled only in case of an already existing network.
185
+ # Mutually exclusive with network_id.
186
+ # Corresponds to the JSON property `existingNetworkId`
187
+ # @return [String]
188
+ attr_accessor :existing_network_id
189
+
190
+ # Name of the network to use, within the same ProvisioningConfig request. This
191
+ # represents a new network being provisioned in the same request. Can have any
192
+ # user-defined name like for eg, my-network-name. Mutually exclusive with
193
+ # existing_network_id.
182
194
  # Corresponds to the JSON property `networkId`
183
195
  # @return [String]
184
196
  attr_accessor :network_id
@@ -190,6 +202,7 @@ module Google
190
202
  # Update properties of this object
191
203
  def update!(**args)
192
204
  @address = args[:address] if args.key?(:address)
205
+ @existing_network_id = args[:existing_network_id] if args.key?(:existing_network_id)
193
206
  @network_id = args[:network_id] if args.key?(:network_id)
194
207
  end
195
208
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV1alpha1
18
18
  # Version of the google-apis-baremetalsolution_v1alpha1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -140,6 +140,7 @@ module Google
140
140
  # @private
141
141
  class Representation < Google::Apis::Core::JsonRepresentation
142
142
  property :address, as: 'address'
143
+ property :existing_network_id, as: 'existingNetworkId'
143
144
  property :network_id, as: 'networkId'
144
145
  end
145
146
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.7.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-baremetalsolution_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1alpha1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1alpha1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Bare Metal Solution API V1alpha1