google-cloud-dataproc-v1 0.14.0 → 0.15.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/lib/google/cloud/dataproc/v1/autoscaling_policy_service.rb +1 -1
- data/lib/google/cloud/dataproc/v1/batch_controller.rb +1 -1
- data/lib/google/cloud/dataproc/v1/cluster_controller.rb +1 -1
- data/lib/google/cloud/dataproc/v1/clusters_pb.rb +1 -0
- data/lib/google/cloud/dataproc/v1/job_controller.rb +1 -1
- data/lib/google/cloud/dataproc/v1/node_group_controller.rb +1 -1
- data/lib/google/cloud/dataproc/v1/version.rb +1 -1
- data/lib/google/cloud/dataproc/v1/workflow_template_service.rb +1 -1
- data/lib/google/cloud/dataproc/v1.rb +2 -2
- data/proto_docs/google/cloud/dataproc/v1/clusters.rb +10 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 845bd25567ac1183e380bc1a633116e1e211b0b8683673ae3a26bc4ea68dcfbd
|
|
4
|
+
data.tar.gz: 58c166d6d8e3727386eebacffac347b102a661179e12d37b3a3ac73f5903a350
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c33304f5a779b7d54b74c08efe4c5388bc249c1b0be5ce535c925a2c2b0e5e293317d8d9bc077d1402ff392a455673cae0f559eb037fc831f9b46d0bfb1681ce
|
|
7
|
+
data.tar.gz: 3ae99ffbcd72427fcd1121502208525821f42003c040de76264e8923753fcb5bf0c22c1db7d897e662e45ca8d7722eeb01efdde2cd747c7133f3dd002083c405
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
# The API interface for managing autoscaling policies in the
|
|
35
35
|
# Dataproc API.
|
|
36
36
|
#
|
|
37
|
-
#
|
|
37
|
+
# @example Load this service and instantiate a gRPC client
|
|
38
38
|
#
|
|
39
39
|
# require "google/cloud/dataproc/v1/autoscaling_policy_service"
|
|
40
40
|
# client = ::Google::Cloud::Dataproc::V1::AutoscalingPolicyService::Client.new
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
##
|
|
35
35
|
# The BatchController provides methods to manage batch workloads.
|
|
36
36
|
#
|
|
37
|
-
#
|
|
37
|
+
# @example Load this service and instantiate a gRPC client
|
|
38
38
|
#
|
|
39
39
|
# require "google/cloud/dataproc/v1/batch_controller"
|
|
40
40
|
# client = ::Google::Cloud::Dataproc::V1::BatchController::Client.new
|
|
@@ -35,7 +35,7 @@ module Google
|
|
|
35
35
|
# The ClusterControllerService provides methods to manage clusters
|
|
36
36
|
# of Compute Engine instances.
|
|
37
37
|
#
|
|
38
|
-
#
|
|
38
|
+
# @example Load this service and instantiate a gRPC client
|
|
39
39
|
#
|
|
40
40
|
# require "google/cloud/dataproc/v1/cluster_controller"
|
|
41
41
|
# client = ::Google::Cloud::Dataproc::V1::ClusterController::Client.new
|
|
@@ -113,6 +113,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
113
113
|
value :PREEMPTIBILITY_UNSPECIFIED, 0
|
|
114
114
|
value :NON_PREEMPTIBLE, 1
|
|
115
115
|
value :PREEMPTIBLE, 2
|
|
116
|
+
value :SPOT, 3
|
|
116
117
|
end
|
|
117
118
|
add_message "google.cloud.dataproc.v1.ManagedGroupConfig" do
|
|
118
119
|
optional :instance_template_name, :string, 1
|
|
@@ -33,7 +33,7 @@ module Google
|
|
|
33
33
|
##
|
|
34
34
|
# The JobController provides methods to manage jobs.
|
|
35
35
|
#
|
|
36
|
-
#
|
|
36
|
+
# @example Load this service and instantiate a gRPC client
|
|
37
37
|
#
|
|
38
38
|
# require "google/cloud/dataproc/v1/job_controller"
|
|
39
39
|
# client = ::Google::Cloud::Dataproc::V1::JobController::Client.new
|
|
@@ -35,7 +35,7 @@ module Google
|
|
|
35
35
|
# The `NodeGroupControllerService` provides methods to manage node groups
|
|
36
36
|
# of Compute Engine managed instances.
|
|
37
37
|
#
|
|
38
|
-
#
|
|
38
|
+
# @example Load this service and instantiate a gRPC client
|
|
39
39
|
#
|
|
40
40
|
# require "google/cloud/dataproc/v1/node_group_controller"
|
|
41
41
|
# client = ::Google::Cloud::Dataproc::V1::NodeGroupController::Client.new
|
|
@@ -35,7 +35,7 @@ module Google
|
|
|
35
35
|
# The API interface for managing Workflow Templates in the
|
|
36
36
|
# Dataproc API.
|
|
37
37
|
#
|
|
38
|
-
#
|
|
38
|
+
# @example Load this service and instantiate a gRPC client
|
|
39
39
|
#
|
|
40
40
|
# require "google/cloud/dataproc/v1/workflow_template_service"
|
|
41
41
|
# client = ::Google::Cloud::Dataproc::V1::WorkflowTemplateService::Client.new
|
|
@@ -28,9 +28,9 @@ module Google
|
|
|
28
28
|
module Cloud
|
|
29
29
|
module Dataproc
|
|
30
30
|
##
|
|
31
|
-
#
|
|
31
|
+
# API client module.
|
|
32
32
|
#
|
|
33
|
-
# @example
|
|
33
|
+
# @example Load this package, including all its services, and instantiate a gRPC client
|
|
34
34
|
#
|
|
35
35
|
# require "google/cloud/dataproc/v1"
|
|
36
36
|
# client = ::Google::Cloud::Dataproc::V1::AutoscalingPolicyService::Client.new
|
|
@@ -559,6 +559,16 @@ module Google
|
|
|
559
559
|
# (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
|
|
560
560
|
# groups.
|
|
561
561
|
PREEMPTIBLE = 2
|
|
562
|
+
|
|
563
|
+
# Instances are [Spot VMs]
|
|
564
|
+
# (https://cloud.google.com/compute/docs/instances/spot).
|
|
565
|
+
#
|
|
566
|
+
# This option is allowed only for [secondary worker]
|
|
567
|
+
# (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
|
|
568
|
+
# groups. Spot VMs are the latest version of [preemptible VMs]
|
|
569
|
+
# (https://cloud.google.com/compute/docs/instances/preemptible), and
|
|
570
|
+
# provide additional features.
|
|
571
|
+
SPOT = 3
|
|
562
572
|
end
|
|
563
573
|
end
|
|
564
574
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataproc-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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:
|
|
11
|
+
date: 2023-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.16.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.16.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
254
|
version: '0'
|
|
255
255
|
requirements: []
|
|
256
|
-
rubygems_version: 3.
|
|
256
|
+
rubygems_version: 3.4.2
|
|
257
257
|
signing_key:
|
|
258
258
|
specification_version: 4
|
|
259
259
|
summary: API Client library for the Cloud Dataproc V1 API
|