google-apis-batch_v1 0.23.0 → 0.24.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: 12c3f60ebb563687ac19240147164f58c13c2f8411f159a2ad6cf18081ca44aa
|
|
4
|
+
data.tar.gz: 94e66045d4b355d79902e558d796c962583decb304b48103c96a401072868569
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff5222606431886827f25c635c071827a02f3b8a263742f3199f2c08e3c440ff3f38e11056b1356389b98165aa09ecc3ae43d5fac3fb0f568ac13c1f31a1cd0c
|
|
7
|
+
data.tar.gz: 5b7aac101085e3d1c7f91642a147844ae22fc2308fb4434a75b42d78924fa63b02cd23b10110fe2cf05e96c7d4fe7f1446c1d5b8434dbc6e44e60d728fb8c583
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|