google-cloud-dataproc-v1 0.14.0 → 0.15.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: 22b06901c3281cabd3ffd80b6292bd25cf3b7d95b898bf8f6c1e13a98baf43b9
4
- data.tar.gz: 0cfe46c1d2c513f2b74a9d025f847a69546d11da3badbcc6b1cee173b870dd65
3
+ metadata.gz: 845bd25567ac1183e380bc1a633116e1e211b0b8683673ae3a26bc4ea68dcfbd
4
+ data.tar.gz: 58c166d6d8e3727386eebacffac347b102a661179e12d37b3a3ac73f5903a350
5
5
  SHA512:
6
- metadata.gz: 41d08ab37d4b3c1e124cec720747e924b492f6f8cc7634709e01729417ef0a10d0a67b35bd748ac2ccd1d8140d3eba7a9c809275b68eb09026efb8d6b6a41cb3
7
- data.tar.gz: 7933dd80afc9836a514ca3b486185e0dc97546ebe87c85cd27edbfa86da1ff41476901cf866251fcd9036f0b229a68de24822272a02e78eb38ac919e067598f1
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
- # To load this service and instantiate a client:
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
- # To load this service and instantiate a client:
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
- # To load this service and instantiate a client:
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
- # To load this service and instantiate a client:
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
- # To load this service and instantiate a client:
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataproc
23
23
  module V1
24
- VERSION = "0.14.0"
24
+ VERSION = "0.15.0"
25
25
  end
26
26
  end
27
27
  end
@@ -35,7 +35,7 @@ module Google
35
35
  # The API interface for managing Workflow Templates in the
36
36
  # Dataproc API.
37
37
  #
38
- # To load this service and instantiate a client:
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
- # To load this package, including all its services, and instantiate a client:
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.14.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: 2022-12-14 00:00:00.000000000 Z
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: '0.12'
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: '0.12'
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.3.14
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