google-apis-dataflow_v1b3 0.77.0 → 0.78.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c90d2befd2f2ff920f38172b4fe2d80501e754cf25848aaa66b69e87969704fc
|
|
4
|
+
data.tar.gz: c126ea7204e7956e6c7232e7d3983b72836d1286d08847b9762533985fb1757b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecb9066537c83bed355ba2063ff0781f7ceea12cf7bae030a78b47632464b5b10113be74258d6378b67f441110a503230ba7bb0c8305f3931868e35980b0b417
|
|
7
|
+
data.tar.gz: 1010e038e3d6d3a1ceae52983c5b0d33c846ab7f9f6dc2c996c21f352eb9fbf5110b0cdf745579acf6b6e7d6bc8a7214faa1c14d23a28ba38ad8b4df8fb97388
|
data/CHANGELOG.md
CHANGED
|
@@ -7896,6 +7896,16 @@ module Google
|
|
|
7896
7896
|
# @return [String]
|
|
7897
7897
|
attr_accessor :default_package_set
|
|
7898
7898
|
|
|
7899
|
+
# Optional. IOPS provisioned for the root disk for VMs.
|
|
7900
|
+
# Corresponds to the JSON property `diskProvisionedIops`
|
|
7901
|
+
# @return [Fixnum]
|
|
7902
|
+
attr_accessor :disk_provisioned_iops
|
|
7903
|
+
|
|
7904
|
+
# Optional. Throughput provisioned for the root disk for VMs.
|
|
7905
|
+
# Corresponds to the JSON property `diskProvisionedThroughputMibps`
|
|
7906
|
+
# @return [Fixnum]
|
|
7907
|
+
attr_accessor :disk_provisioned_throughput_mibps
|
|
7908
|
+
|
|
7899
7909
|
# Size of root disk for VMs, in GB. If zero or unspecified, the service will
|
|
7900
7910
|
# attempt to choose a reasonable default.
|
|
7901
7911
|
# Corresponds to the JSON property `diskSizeGb`
|
|
@@ -8026,6 +8036,8 @@ module Google
|
|
|
8026
8036
|
@autoscaling_settings = args[:autoscaling_settings] if args.key?(:autoscaling_settings)
|
|
8027
8037
|
@data_disks = args[:data_disks] if args.key?(:data_disks)
|
|
8028
8038
|
@default_package_set = args[:default_package_set] if args.key?(:default_package_set)
|
|
8039
|
+
@disk_provisioned_iops = args[:disk_provisioned_iops] if args.key?(:disk_provisioned_iops)
|
|
8040
|
+
@disk_provisioned_throughput_mibps = args[:disk_provisioned_throughput_mibps] if args.key?(:disk_provisioned_throughput_mibps)
|
|
8029
8041
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
8030
8042
|
@disk_source_image = args[:disk_source_image] if args.key?(:disk_source_image)
|
|
8031
8043
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataflowV1b3
|
|
18
18
|
# Version of the google-apis-dataflow_v1b3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3317,6 +3317,8 @@ module Google
|
|
|
3317
3317
|
collection :data_disks, as: 'dataDisks', class: Google::Apis::DataflowV1b3::Disk, decorator: Google::Apis::DataflowV1b3::Disk::Representation
|
|
3318
3318
|
|
|
3319
3319
|
property :default_package_set, as: 'defaultPackageSet'
|
|
3320
|
+
property :disk_provisioned_iops, :numeric_string => true, as: 'diskProvisionedIops'
|
|
3321
|
+
property :disk_provisioned_throughput_mibps, :numeric_string => true, as: 'diskProvisionedThroughputMibps'
|
|
3320
3322
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
3321
3323
|
property :disk_source_image, as: 'diskSourceImage'
|
|
3322
3324
|
property :disk_type, as: 'diskType'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataflow_v1b3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|