google-apis-dataproc_v1 0.59.0 → 0.60.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: 8de223da3a0afa9d6126b9f409e92bbcd02f376587070b55bd2be88d0b9f38a0
|
|
4
|
+
data.tar.gz: 3960da54ad8bbce88469a4e0e23e1ef9824a1c3fa811bb94f493e7042c1c2f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebc43c93b898093a7efd7e81bd0dbdcffafd86d2d7ca89940ad0e01baaa817460de353ce2e1039137d3d8b05daab610dca37cd36c772dbb7be7c4493cecae261
|
|
7
|
+
data.tar.gz: 9ee78d6f007777ef61344d98e07f533d1916d7c52f0a798d9d0d591bdc6967cd00326bc5f5f89c03586e85bcacc19f00e0e0f0176cd84c9bac6f053f75b07030
|
data/CHANGELOG.md
CHANGED
|
@@ -1089,6 +1089,12 @@ module Google
|
|
|
1089
1089
|
# @return [Array<String>]
|
|
1090
1090
|
attr_accessor :jobs
|
|
1091
1091
|
|
|
1092
|
+
# Optional. (Optional) The access type to the diagnostic tarball. If not
|
|
1093
|
+
# specified, falls back to default access of the bucket
|
|
1094
|
+
# Corresponds to the JSON property `tarballAccess`
|
|
1095
|
+
# @return [String]
|
|
1096
|
+
attr_accessor :tarball_access
|
|
1097
|
+
|
|
1092
1098
|
# Optional. (Optional) The output Cloud Storage directory for the diagnostic
|
|
1093
1099
|
# tarball. If not specified, a task-specific directory in the cluster's staging
|
|
1094
1100
|
# bucket will be used.
|
|
@@ -1117,6 +1123,7 @@ module Google
|
|
|
1117
1123
|
@diagnosis_interval = args[:diagnosis_interval] if args.key?(:diagnosis_interval)
|
|
1118
1124
|
@job = args[:job] if args.key?(:job)
|
|
1119
1125
|
@jobs = args[:jobs] if args.key?(:jobs)
|
|
1126
|
+
@tarball_access = args[:tarball_access] if args.key?(:tarball_access)
|
|
1120
1127
|
@tarball_gcs_dir = args[:tarball_gcs_dir] if args.key?(:tarball_gcs_dir)
|
|
1121
1128
|
@yarn_application_id = args[:yarn_application_id] if args.key?(:yarn_application_id)
|
|
1122
1129
|
@yarn_application_ids = args[:yarn_application_ids] if args.key?(:yarn_application_ids)
|
|
@@ -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.60.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 = "20231109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1130,6 +1130,7 @@ module Google
|
|
|
1130
1130
|
|
|
1131
1131
|
property :job, as: 'job'
|
|
1132
1132
|
collection :jobs, as: 'jobs'
|
|
1133
|
+
property :tarball_access, as: 'tarballAccess'
|
|
1133
1134
|
property :tarball_gcs_dir, as: 'tarballGcsDir'
|
|
1134
1135
|
property :yarn_application_id, as: 'yarnApplicationId'
|
|
1135
1136
|
collection :yarn_application_ids, as: 'yarnApplicationIds'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.60.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-11-
|
|
11
|
+
date: 2023-11-19 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-dataproc_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.60.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|