google-apis-baremetalsolution_v2 0.9.0 → 0.10.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: b7cb58fe2d25caf2d08f73cdf1a956d9243f86792d39d0200b7239e33f32c86d
4
- data.tar.gz: 22d979766db812cb1264c2953bd24bcb1f3ea3712139ac610e863f9bda09bc89
3
+ metadata.gz: 9ff7c6a28e457e4054b2e29a430fe673e0508be9a0eb4847d05a396e2d0dd045
4
+ data.tar.gz: 2ce33bac77e72492cb7fa4ddfbfd85ec704f6d3896c07f9580c49abc8c4270ae
5
5
  SHA512:
6
- metadata.gz: 1636e32e6f428e9fc53bfbfaf9afdc3f989d792a1f99784d8e385406ce47ef77de96b411bf37e539f2a51b4abfc6f434e865fe04ef5f92e62e4beb886eedb231
7
- data.tar.gz: 87a603d2710821a12166a472fe7106f557ffdc6952492c4005acf8b7377a8b2b42f83959415cb88e368e45fe9a3ab94e63b462782ee086ee0264fff20bdcfd2c
6
+ metadata.gz: 77ee9d83485c9aa0cba163192a47820c478f012cb566063b375dcaf726aa6765a47e3dca38ddefa5931c65372a7c47e58b0d5a9b1d659f8c4c12e8b75ebf79e4
7
+ data.tar.gz: b9270b61f183a370e8bff41209d71fd2534a88fc6653620767fe8b05f8986bf75594c62c0e8c893e521fc5cfc1b9c73ffc0fe3ac462e12ef06e0d65b48853309
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.10.0 (2022-03-27)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+
3
7
  ### v0.9.0 (2022-03-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220314
@@ -85,8 +85,7 @@ module Google
85
85
  # A generic empty message that you can re-use to avoid defining duplicated empty
86
86
  # messages in your APIs. A typical example is to use it as the request or the
87
87
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
88
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
89
- # `Empty` is empty JSON object ````.
88
+ # protobuf.Empty) returns (google.protobuf.Empty); `
90
89
  class Empty
91
90
  include Google::Apis::Core::Hashable
92
91
 
@@ -1256,6 +1255,21 @@ module Google
1256
1255
  # @return [String]
1257
1256
  attr_accessor :name
1258
1257
 
1258
+ # Network bandwidth, Gbps
1259
+ # Corresponds to the JSON property `networkBandwidth`
1260
+ # @return [Fixnum]
1261
+ attr_accessor :network_bandwidth
1262
+
1263
+ # Server count.
1264
+ # Corresponds to the JSON property `serverCount`
1265
+ # @return [Fixnum]
1266
+ attr_accessor :server_count
1267
+
1268
+ # Storage size (GB).
1269
+ # Corresponds to the JSON property `storageGib`
1270
+ # @return [Fixnum]
1271
+ attr_accessor :storage_gib
1272
+
1259
1273
  def initialize(**args)
1260
1274
  update!(**args)
1261
1275
  end
@@ -1268,6 +1282,9 @@ module Google
1268
1282
  @instance_quota = args[:instance_quota] if args.key?(:instance_quota)
1269
1283
  @location = args[:location] if args.key?(:location)
1270
1284
  @name = args[:name] if args.key?(:name)
1285
+ @network_bandwidth = args[:network_bandwidth] if args.key?(:network_bandwidth)
1286
+ @server_count = args[:server_count] if args.key?(:server_count)
1287
+ @storage_gib = args[:storage_gib] if args.key?(:storage_gib)
1271
1288
  end
1272
1289
  end
1273
1290
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV2
18
18
  # Version of the google-apis-baremetalsolution_v2 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220314"
25
+ REVISION = "20220322"
26
26
  end
27
27
  end
28
28
  end
@@ -604,6 +604,9 @@ module Google
604
604
 
605
605
  property :location, as: 'location'
606
606
  property :name, as: 'name'
607
+ property :network_bandwidth, :numeric_string => true, as: 'networkBandwidth'
608
+ property :server_count, :numeric_string => true, as: 'serverCount'
609
+ property :storage_gib, :numeric_string => true, as: 'storageGib'
607
610
  end
608
611
  end
609
612
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-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-baremetalsolution_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2
63
63
  post_install_message:
64
64
  rdoc_options: []