google-apis-compute_beta 0.47.0 → 0.48.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: 92bf80086d078b9889f8f715acc421c9c63a3774ad54d3c6c2c3ebdc21639c3f
4
- data.tar.gz: 06afc56bae703ebae2ddd21c14b1fb3951e9cd17721891d5da16b0b0ad1692a4
3
+ metadata.gz: e094ea6535c4a715d1a2b73c48d212b0a0662f85f27fa3ba63950fb4ea9794f9
4
+ data.tar.gz: f7aece4502da498700c3bbc5652f1d14eaf61d4cf08a1cca96a93f341066b6e1
5
5
  SHA512:
6
- metadata.gz: cefc3c59e2cbfdbb42bd174d36567877102d8919271949f5b451de01f6bb268271a6234fd733f82232671efac93c9472846f8799c0baa2658c2fbb19af2a69e4
7
- data.tar.gz: 402af7f6216d4e5e49c5bd4f145e10759b7c2daa566c620c091ddac38ed85221f705d8f2a36c713ddc9e6a198e652fa803919bf637419bf36f90de48a7b820a9
6
+ metadata.gz: 535c3884cd03229f93401006e3f01d7b7f0c7c3ffd707c8d60715637aceec27642e029431e80cec4af1d396a12089a6d3045d733aa29c4163ac1f5a5429b606e
7
+ data.tar.gz: 1ccbf886e7c38a28bc5a35b3e1e1f60f677f0a461b36e339c872317b7a946a2162e06a591acc48301638da04f144890e1c06f6c2729acd34d85c684c11fa09e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.48.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220823
6
+
3
7
  ### v0.47.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220816
@@ -1351,10 +1351,9 @@ module Google
1351
1351
  attr_accessor :initialize_params
1352
1352
 
1353
1353
  # Specifies the disk interface to use for attaching this disk, which is either
1354
- # SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and
1355
- # the request will fail if you attempt to attach a persistent disk in any other
1356
- # format than SCSI. Local SSDs can use either NVME or SCSI. For performance
1357
- # characteristics of SCSI over NVMe, see Local SSD performance.
1354
+ # SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use
1355
+ # either NVME or SCSI. In certain configurations, persistent disks can use NVMe.
1356
+ # For more information, see About persistent disks.
1358
1357
  # Corresponds to the JSON property `interface`
1359
1358
  # @return [String]
1360
1359
  attr_accessor :interface
@@ -7845,9 +7844,8 @@ module Google
7845
7844
  attr_accessor :destination_ranges
7846
7845
 
7847
7846
  # Direction of traffic to which this firewall applies, either `INGRESS` or `
7848
- # EGRESS`. The default is `INGRESS`. For `INGRESS` traffic, you cannot specify
7849
- # the destinationRanges field, and for `EGRESS` traffic, you cannot specify the
7850
- # sourceRanges or sourceTags fields.
7847
+ # EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify
7848
+ # the sourceTags fields.
7851
7849
  # Corresponds to the JSON property `direction`
7852
7850
  # @return [String]
7853
7851
  attr_accessor :direction
@@ -20376,8 +20374,10 @@ module Google
20376
20374
  # @return [String]
20377
20375
  attr_accessor :kind
20378
20376
 
20379
- # Maximum Transmission Unit in bytes. The minimum value for this field is 1460
20380
- # and the maximum value is 1500 bytes. If unspecified, defaults to 1460.
20377
+ # Maximum Transmission Unit in bytes. The minimum value for this field is 1300
20378
+ # and the maximum value is 8896. The suggested value is 1500, which is the
20379
+ # default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If
20380
+ # unspecified, the value defaults to 1460.
20381
20381
  # Corresponds to the JSON property `mtu`
20382
20382
  # @return [Fixnum]
20383
20383
  attr_accessor :mtu
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220816"
25
+ REVISION = "20220823"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []