google-apis-batch_v1 0.7.0 → 0.8.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: 9d2a2ad7d591b5acf94f1c37ddf37a2fb30552237c91858ee618e0a2b83d8080
4
- data.tar.gz: dcd9999e6b12ba3f4e90c30114bdd9c830c6369c5894b177e17a2c93aee978fe
3
+ metadata.gz: 5230957b4e0e398bb498053621199203d412b105d2a3b38cfea071142549ca8d
4
+ data.tar.gz: 773212039da5ddd42998374b5914f6a779c4fbbf0222ef0a0525d173adb30e9c
5
5
  SHA512:
6
- metadata.gz: a9c0a6c6282265ae1111e7660c3cafe161457a60c17f4e23b78e1d05cf120cfb29a98237c34578c37b984bef8d912fdc11e3f3d93add287d818d187bbb1b6a7d
7
- data.tar.gz: 6cdc1c2d0a37104b107f01042efccb563514beed056d224486b0d638432389259e747979f95b04f216d8ad099979145cb2d71dc9c600fe89e575ee9f5f865335
6
+ metadata.gz: d876a50cb62c4937098bceeef6dd9ebd603fcf0e396ffc293730d906edf6ca5242dfc6447c8fb22ddefe72e7fd53ddfdf21d3233cc232af590bcec0c08bdb31a
7
+ data.tar.gz: 813d8dcd12ce94415dfec09510299baf8f19aa91823c5d8b8395200537f758ac1a204e49d78d8af256f14a9f48bd38f72e684a8ea1ca2ab4b023b7f790a36158
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.8.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
3
7
  ### v0.7.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230213
@@ -364,8 +364,8 @@ module Google
364
364
  attr_accessor :existing_disk
365
365
 
366
366
  # A new persistent disk or a local ssd. A VM can only have one local SSD setting
367
- # but multiple local SSD partitions. https://cloud.google.com/compute/docs/disks#
368
- # pdspecs. https://cloud.google.com/compute/docs/disks#localssds.
367
+ # but multiple local SSD partitions. See https://cloud.google.com/compute/docs/
368
+ # disks#pdspecs and https://cloud.google.com/compute/docs/disks#localssds.
369
369
  # Corresponds to the JSON property `newDisk`
370
370
  # @return [Google::Apis::BatchV1::Disk]
371
371
  attr_accessor :new_disk
@@ -450,8 +450,9 @@ module Google
450
450
  class Container
451
451
  include Google::Apis::Core::Hashable
452
452
 
453
- # If set to true, external network access to and from container will be blocked.
454
- # The container will use the default internal network 'goog-internal'.
453
+ # If set to true, external network access to and from container will be blocked,
454
+ # containers that are with block_external_network as true can still communicate
455
+ # with each other, network cannot be specified in the `container.options` field.
455
456
  # Corresponds to the JSON property `blockExternalNetwork`
456
457
  # @return [Boolean]
457
458
  attr_accessor :block_external_network
@@ -519,8 +520,8 @@ module Google
519
520
  end
520
521
 
521
522
  # A new persistent disk or a local ssd. A VM can only have one local SSD setting
522
- # but multiple local SSD partitions. https://cloud.google.com/compute/docs/disks#
523
- # pdspecs. https://cloud.google.com/compute/docs/disks#localssds.
523
+ # but multiple local SSD partitions. See https://cloud.google.com/compute/docs/
524
+ # disks#pdspecs and https://cloud.google.com/compute/docs/disks#localssds.
524
525
  class Disk
525
526
  include Google::Apis::Core::Hashable
526
527
 
@@ -532,13 +533,12 @@ module Google
532
533
  attr_accessor :disk_interface
533
534
 
534
535
  # Name of a public or custom image used as the data source. For example, the
535
- # following are all valid URLs: (1) Specify the image by its family name:
536
- # projects/`project`/global/images/family/`image_family` (2) Specify the image
537
- # version: projects/`project`/global/images/`image_version` You can also use
538
- # Batch customized image in short names. The following image values are
539
- # supported for a boot disk: "batch-debian": use Batch Debian images. "batch-
540
- # centos": use Batch CentOS images. "batch-cos": use Batch Container-Optimized
541
- # images.
536
+ # following are all valid URLs: * Specify the image by its family name: projects/
537
+ # `project`/global/images/family/`image_family` * Specify the image version:
538
+ # projects/`project`/global/images/`image_version` You can also use Batch
539
+ # customized image in short names. The following image values are supported for
540
+ # a boot disk: * "batch-debian": use Batch Debian images. * "batch-centos": use
541
+ # Batch CentOS images. * "batch-cos": use Batch Container-Optimized images.
542
542
  # Corresponds to the JSON property `image`
543
543
  # @return [String]
544
544
  attr_accessor :image
@@ -661,8 +661,8 @@ module Google
661
661
  attr_accessor :accelerators
662
662
 
663
663
  # A new persistent disk or a local ssd. A VM can only have one local SSD setting
664
- # but multiple local SSD partitions. https://cloud.google.com/compute/docs/disks#
665
- # pdspecs. https://cloud.google.com/compute/docs/disks#localssds.
664
+ # but multiple local SSD partitions. See https://cloud.google.com/compute/docs/
665
+ # disks#pdspecs and https://cloud.google.com/compute/docs/disks#localssds.
666
666
  # Corresponds to the JSON property `bootDisk`
667
667
  # @return [Google::Apis::BatchV1::Disk]
668
668
  attr_accessor :boot_disk
@@ -678,8 +678,8 @@ module Google
678
678
  # @return [String]
679
679
  attr_accessor :machine_type
680
680
 
681
- # The minimum CPU platform. See `https://cloud.google.com/compute/docs/instances/
682
- # specify-min-cpu-platform`. Not yet implemented.
681
+ # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/
682
+ # specify-min-cpu-platform. Not yet implemented.
683
683
  # Corresponds to the JSON property `minCpuPlatform`
684
684
  # @return [String]
685
685
  attr_accessor :min_cpu_platform
@@ -745,8 +745,8 @@ module Google
745
745
  include Google::Apis::Core::Hashable
746
746
 
747
747
  # A new persistent disk or a local ssd. A VM can only have one local SSD setting
748
- # but multiple local SSD partitions. https://cloud.google.com/compute/docs/disks#
749
- # pdspecs. https://cloud.google.com/compute/docs/disks#localssds.
748
+ # but multiple local SSD partitions. See https://cloud.google.com/compute/docs/
749
+ # disks#pdspecs and https://cloud.google.com/compute/docs/disks#localssds.
750
750
  # Corresponds to the JSON property `bootDisk`
751
751
  # @return [Google::Apis::BatchV1::Disk]
752
752
  attr_accessor :boot_disk
@@ -1263,9 +1263,9 @@ module Google
1263
1263
  include Google::Apis::Core::Hashable
1264
1264
 
1265
1265
  # The URL of an existing network resource. You can specify the network as a full
1266
- # or partial URL. For example, the following are all valid URLs: https://www.
1267
- # googleapis.com/compute/v1/projects/`project`/global/networks/`network`
1268
- # projects/`project`/global/networks/`network` global/networks/`network`
1266
+ # or partial URL. For example, the following are all valid URLs: * https://www.
1267
+ # googleapis.com/compute/v1/projects/`project`/global/networks/`network` *
1268
+ # projects/`project`/global/networks/`network` * global/networks/`network`
1269
1269
  # Corresponds to the JSON property `network`
1270
1270
  # @return [String]
1271
1271
  attr_accessor :network
@@ -1282,9 +1282,9 @@ module Google
1282
1282
 
1283
1283
  # The URL of an existing subnetwork resource in the network. You can specify the
1284
1284
  # subnetwork as a full or partial URL. For example, the following are all valid
1285
- # URLs: https://www.googleapis.com/compute/v1/projects/`project`/regions/`region`
1286
- # /subnetworks/`subnetwork` projects/`project`/regions/`region`/subnetworks/`
1287
- # subnetwork` regions/`region`/subnetworks/`subnetwork`
1285
+ # URLs: * https://www.googleapis.com/compute/v1/projects/`project`/regions/`
1286
+ # region`/subnetworks/`subnetwork` * projects/`project`/regions/`region`/
1287
+ # subnetworks/`subnetwork` * regions/`region`/subnetworks/`subnetwork`
1288
1288
  # Corresponds to the JSON property `subnetwork`
1289
1289
  # @return [String]
1290
1290
  attr_accessor :subnetwork
@@ -1804,7 +1804,7 @@ module Google
1804
1804
  attr_accessor :require_hosts_file
1805
1805
  alias_method :require_hosts_file?, :require_hosts_file
1806
1806
 
1807
- # Number of Tasks in the TaskGroup. default is 1
1807
+ # Number of Tasks in the TaskGroup. Default is 1.
1808
1808
  # Corresponds to the JSON property `taskCount`
1809
1809
  # @return [Fixnum]
1810
1810
  attr_accessor :task_count
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BatchV1
18
18
  # Version of the google-apis-batch_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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 = "20230213"
25
+ REVISION = "20230226"
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-batch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-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-batch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []