google-apis-batch_v1 0.22.0 → 0.24.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: 64e2b8b43898f48e4316279fa9b1abc7bb3bbddd29c9868b589364f8c5d4857d
4
- data.tar.gz: 522b6632b6463b75ae14bd4754820691ec3bb5437f14ff414c6c77049f8929ab
3
+ metadata.gz: 12c3f60ebb563687ac19240147164f58c13c2f8411f159a2ad6cf18081ca44aa
4
+ data.tar.gz: 94e66045d4b355d79902e558d796c962583decb304b48103c96a401072868569
5
5
  SHA512:
6
- metadata.gz: eca626982810c7360281c3cbf0227ee20b442fce558978b5c094ecb6a33405023a8129f15be296c387442edcb06d7ec48ce2a85328c38ed4c5e3b8a2927696fd
7
- data.tar.gz: c6d18ac8b0d6854ad3f3bfa010eb64ebce4bbdeb03937444e4bbec35593abbc84de7b1c27bae7b1e35811fadf09bba4e88d7f0e33997d33d5ee6584609da2f3d
6
+ metadata.gz: ff5222606431886827f25c635c071827a02f3b8a263742f3199f2c08e3c440ff3f38e11056b1356389b98165aa09ecc3ae43d5fac3fb0f568ac13c1f31a1cd0c
7
+ data.tar.gz: 5b7aac101085e3d1c7f91642a147844ae22fc2308fb4434a75b42d78924fa63b02cd23b10110fe2cf05e96c7d4fe7f1446c1d5b8434dbc6e44e60d728fb8c583
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.24.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
7
+ ### v0.23.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231009
10
+
3
11
  ### v0.22.0 (2023-10-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230929
@@ -1865,6 +1865,13 @@ module Google
1865
1865
  # @return [Array<Google::Apis::BatchV1::AgentTask>]
1866
1866
  attr_accessor :tasks
1867
1867
 
1868
+ # If true, the cloud logging for batch agent will use batch.googleapis.com/Job
1869
+ # as monitored resource for Batch job related logging.
1870
+ # Corresponds to the JSON property `useBatchMonitoredResource`
1871
+ # @return [Boolean]
1872
+ attr_accessor :use_batch_monitored_resource
1873
+ alias_method :use_batch_monitored_resource?, :use_batch_monitored_resource
1874
+
1868
1875
  def initialize(**args)
1869
1876
  update!(**args)
1870
1877
  end
@@ -1874,6 +1881,7 @@ module Google
1874
1881
  @default_report_interval = args[:default_report_interval] if args.key?(:default_report_interval)
1875
1882
  @min_report_interval = args[:min_report_interval] if args.key?(:min_report_interval)
1876
1883
  @tasks = args[:tasks] if args.key?(:tasks)
1884
+ @use_batch_monitored_resource = args[:use_batch_monitored_resource] if args.key?(:use_batch_monitored_resource)
1877
1885
  end
1878
1886
  end
1879
1887
 
@@ -2171,8 +2179,10 @@ module Google
2171
2179
  # @return [String]
2172
2180
  attr_accessor :name
2173
2181
 
2174
- # Max number of tasks that can run in parallel. Default to min(task_count, 1000).
2175
- # Field parallelism must be 1 if the scheduling_policy is IN_ORDER.
2182
+ # Max number of tasks that can run in parallel. Default to min(task_count,
2183
+ # parallel tasks per job limit). See: [Job Limits](https://cloud.google.com/
2184
+ # batch/quotas#job_limits). Field parallelism must be 1 if the scheduling_policy
2185
+ # is IN_ORDER.
2176
2186
  # Corresponds to the JSON property `parallelism`
2177
2187
  # @return [Fixnum]
2178
2188
  attr_accessor :parallelism
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.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 = "20230929"
25
+ REVISION = "20231018"
26
26
  end
27
27
  end
28
28
  end
@@ -863,6 +863,7 @@ module Google
863
863
  property :min_report_interval, as: 'minReportInterval'
864
864
  collection :tasks, as: 'tasks', class: Google::Apis::BatchV1::AgentTask, decorator: Google::Apis::BatchV1::AgentTask::Representation
865
865
 
866
+ property :use_batch_monitored_resource, as: 'useBatchMonitoredResource'
866
867
  end
867
868
  end
868
869
 
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.22.0
4
+ version: 0.24.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-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.24.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: []