google-apis-batch_v1 0.46.0 → 0.47.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: fc0bc318611ba58653d6f00902df75dbd1b0f65c4f95798384c68ed4e090b653
4
- data.tar.gz: 510e0a0acddc003b8dfa9a1efc632fab7de9659097cf4f0104ebb5b9f0a03445
3
+ metadata.gz: bfd233e563f2aa1702e74d9c43e6994633a16ead9588e0df3e1319bb7a60cf02
4
+ data.tar.gz: 5d9b6af45b2b0a8edb6ca22fbb2456c75e009305ebdff94d4cdf97179de0a9b3
5
5
  SHA512:
6
- metadata.gz: 88dc39831c4f6e835c65c233809e1525942379b1d28f6004c42820dff45d5abc0a9628257025a00b574fe91bdbc1c772d84626b0156b030528ff4ff0f7db5c4f
7
- data.tar.gz: 0e252bf3a7d465d2993ae40f6e7491167bc5020ffc6fd7392839988bf44506212147a0d121a329c04e3a8e53a45b9a15ab7959ef2608a65e901d0491a22e4409
6
+ metadata.gz: 694c2141be0cacebe9ff6fb87cae6d0a0f561fb0a6b75fdfaf397154850901d3cf6aedfdd820263d2ed5e476a563d58f7e3850770bd347615b2daf14df37b6cc
7
+ data.tar.gz: b0c8ae9fef14f25f781c680a87845cd1b0e073d7e031f81a9f20dde830960cb6e4835a2a39f5ad274e9d574a6ba3668c1fe2f29562c4a1b3a02b20c6d311ee49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.47.0 (2024-11-17)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+
3
7
  ### v0.46.0 (2024-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20241002
@@ -778,11 +778,11 @@ module Google
778
778
  class CloudLoggingOption
779
779
  include Google::Apis::Core::Hashable
780
780
 
781
- # Optional. Set this flag to true to change the [monitored resource type](https:/
782
- # /cloud.google.com/monitoring/api/resources) for Cloud Logging logs generated
783
- # by this Batch job from the [`batch.googleapis.com/Job`](https://cloud.google.
784
- # com/monitoring/api/resources#tag_batch.googleapis.com/Job) type to the
785
- # formerly used [`generic_task`](https://cloud.google.com/monitoring/api/
781
+ # Optional. Set this field to `true` to change the [monitored resource type](
782
+ # https://cloud.google.com/monitoring/api/resources) for Cloud Logging logs
783
+ # generated by this Batch job from the [`batch.googleapis.com/Job`](https://
784
+ # cloud.google.com/monitoring/api/resources#tag_batch.googleapis.com/Job) type
785
+ # to the formerly used [`generic_task`](https://cloud.google.com/monitoring/api/
786
786
  # resources#tag_generic_task) type.
787
787
  # Corresponds to the JSON property `useGenericTaskMonitoredResource`
788
788
  # @return [Boolean]
@@ -1224,8 +1224,8 @@ module Google
1224
1224
 
1225
1225
  # Name of an instance template used to create VMs. Named the field as '
1226
1226
  # instance_template' instead of 'template' to avoid C++ keyword conflict. Batch
1227
- # only supports global instance templates. You can specify the global instance
1228
- # template as a full or partial URL.
1227
+ # only supports global instance templates from the same project as the job. You
1228
+ # can specify the global instance template as a full or partial URL.
1229
1229
  # Corresponds to the JSON property `instanceTemplate`
1230
1230
  # @return [String]
1231
1231
  attr_accessor :instance_template
@@ -1317,8 +1317,10 @@ module Google
1317
1317
  # @return [Hash<String,String>]
1318
1318
  attr_accessor :labels
1319
1319
 
1320
- # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be
1321
- # preserved.
1320
+ # LogsPolicy describes if and how a job's logs are preserved. Logs include
1321
+ # information that is automatically written by the Batch service agent and any
1322
+ # information that you configured the job's runnables to write to the `stdout`
1323
+ # or `stderr` streams.
1322
1324
  # Corresponds to the JSON property `logsPolicy`
1323
1325
  # @return [Google::Apis::BatchV1::LogsPolicy]
1324
1326
  attr_accessor :logs_policy
@@ -1695,8 +1697,10 @@ module Google
1695
1697
  end
1696
1698
  end
1697
1699
 
1698
- # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be
1699
- # preserved.
1700
+ # LogsPolicy describes if and how a job's logs are preserved. Logs include
1701
+ # information that is automatically written by the Batch service agent and any
1702
+ # information that you configured the job's runnables to write to the `stdout`
1703
+ # or `stderr` streams.
1700
1704
  class LogsPolicy
1701
1705
  include Google::Apis::Core::Hashable
1702
1706
 
@@ -1706,14 +1710,18 @@ module Google
1706
1710
  # @return [Google::Apis::BatchV1::CloudLoggingOption]
1707
1711
  attr_accessor :cloud_logging_option
1708
1712
 
1709
- # Where logs should be saved.
1713
+ # If and where logs should be saved.
1710
1714
  # Corresponds to the JSON property `destination`
1711
1715
  # @return [String]
1712
1716
  attr_accessor :destination
1713
1717
 
1714
- # The path to which logs are saved when the destination = PATH. This can be a
1715
- # local file path on the VM, or under the mount point of a Persistent Disk or
1716
- # Filestore, or a Cloud Storage path.
1718
+ # When `destination` is set to `PATH`, you must set this field to the path where
1719
+ # you want logs to be saved. This path can point to a local directory on the VM
1720
+ # or (if congifured) a directory under the mount path of any Cloud Storage
1721
+ # bucket, network file system (NFS), or writable persistent disk that is mounted
1722
+ # to the job. For example, if the job has a bucket with `mountPath` set to `/mnt/
1723
+ # disks/my-bucket`, you can write logs to the root directory of the `remotePath`
1724
+ # of that bucket by setting this field to `/mnt/disks/my-bucket/`.
1717
1725
  # Corresponds to the JSON property `logsPath`
1718
1726
  # @return [String]
1719
1727
  attr_accessor :logs_path
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241002"
25
+ REVISION = "20241106"
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.46.0
4
+ version: 0.47.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: 2024-10-27 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.47.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: []
@@ -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.5.21
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Batch API V1