google-apis-dataproc_v1 0.84.0 → 0.85.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataproc_v1/classes.rb +3 -1
- data/lib/google/apis/dataproc_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e51f24c55e45ac8a3d898ad99d21b76d8d69566c1377033f20dea460ef867cc
|
|
4
|
+
data.tar.gz: bae3f5f217006bdbd3e6479e10e39fa4de65b545fd2a644c79e44ec57febde4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c97995bca7f65f0f6b4a7ea2b4c0a8ba4aecfeebcc01fa203f1ec8f9ff4a86f22fcc13cf3135bbdf74a0b368d1de4518222cf3376b9e28e5cdf77ac76c04455
|
|
7
|
+
data.tar.gz: c47bdf6a6b62e03a7232c31c267136a8bc8d1f97a27ea79227fbddbf823989aa0db9ab3f17d4748df2ab4e59eb9269091ab72bf4d876479b7288a08ad692a1f8
|
data/CHANGELOG.md
CHANGED
|
@@ -6320,7 +6320,9 @@ module Google
|
|
|
6320
6320
|
include Google::Apis::Core::Hashable
|
|
6321
6321
|
|
|
6322
6322
|
# Optional. HCFS URIs of archives to be extracted into the working directory of
|
|
6323
|
-
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
|
6323
|
+
# each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note:
|
|
6324
|
+
# Spark applications must be deployed in cluster mode (https://spark.apache.org/
|
|
6325
|
+
# docs/latest/cluster-overview.html) for correct environment propagation.
|
|
6324
6326
|
# Corresponds to the JSON property `archiveUris`
|
|
6325
6327
|
# @return [Array<String>]
|
|
6326
6328
|
attr_accessor :archive_uris
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataprocV1
|
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.85.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 = "20251021"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataproc_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.85.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-dataproc_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.85.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|