google-apis-dataproc_v1 0.27.0 → 0.30.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: f7fdd2ae509f49631d6430b4068b4544e8450a7f6efa76234e2441b63a65d0e3
4
- data.tar.gz: c2a998601aae00414fd4e33aba10357b7d45968ed554f3c7757a69134a2d72e0
3
+ metadata.gz: 3923a49a2ca922f251b2ab0516729047bca03e6e6858d3ceb6bfea2dddac2981
4
+ data.tar.gz: cee86f03ae286f7f38637e8469b2450befff260632c586672269ddee37d02474
5
5
  SHA512:
6
- metadata.gz: 2caadbfff1e71c51ad171cc094f36f4102e7b498bef12070b088f414ca125e91b3ef48161fc1cd1f64d0efe0d3d226f97e53dfc8b363b09dbee791cfaa0f5676
7
- data.tar.gz: 4976b37216329c5b207e3d2a703020847d1314c54bdad760389d5dc87d14cfe9e092492f74029d26f1c19e44bc9654715d6169ef810db3f1023350a9d97f4edc
6
+ metadata.gz: 453fa5e3cb93fc422bf178941616e87cc967e3152ce50718a14e6f5f66b8335bf09c8ba353d0ce3ceab7d850b06f8a54b6780853637a34391636e78a006af7f9
7
+ data.tar.gz: 133fd2877a7383c2e0bdead94134c753f508deb12a5b1aa912e71f57f10d7fcdb18473f2ac944392eb8e7463953e8951ad21c76d4749dcd2e1b09b00904135fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.30.0 (2022-07-15)
4
+
5
+ * Regenerated from discovery document revision 20220708
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.29.0 (2022-07-01)
9
+
10
+ * Regenerated from discovery document revision 20220628
11
+ * Regenerated using generator version 0.8.0
12
+
13
+ ### v0.28.0 (2022-06-17)
14
+
15
+ * Regenerated using generator version 0.6.0
16
+
3
17
  ### v0.27.0 (2022-06-07)
4
18
 
5
19
  * Regenerated from discovery document revision 20220526
@@ -818,6 +818,11 @@ module Google
818
818
  class ClusterOperationMetadata
819
819
  include Google::Apis::Core::Hashable
820
820
 
821
+ # Output only. Child operation ids
822
+ # Corresponds to the JSON property `childOperationIds`
823
+ # @return [Array<String>]
824
+ attr_accessor :child_operation_ids
825
+
821
826
  # Output only. Name of the cluster for the operation.
822
827
  # Corresponds to the JSON property `clusterName`
823
828
  # @return [String]
@@ -864,6 +869,7 @@ module Google
864
869
 
865
870
  # Update properties of this object
866
871
  def update!(**args)
872
+ @child_operation_ids = args[:child_operation_ids] if args.key?(:child_operation_ids)
867
873
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
868
874
  @cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
869
875
  @description = args[:description] if args.key?(:description)
@@ -1004,7 +1010,7 @@ module Google
1004
1010
  class DataprocMetricConfig
1005
1011
  include Google::Apis::Core::Hashable
1006
1012
 
1007
- # Required. Metrics to enable.
1013
+ # Required. Metrics sources to enable.
1008
1014
  # Corresponds to the JSON property `metrics`
1009
1015
  # @return [Array<Google::Apis::DataprocV1::Metric>]
1010
1016
  attr_accessor :metrics
@@ -1077,11 +1083,12 @@ module Google
1077
1083
  # @return [String]
1078
1084
  attr_accessor :local_ssd_interface
1079
1085
 
1080
- # Optional. Number of attached SSDs, from 0 to 4 (default is 0). If SSDs are not
1086
+ # Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not
1081
1087
  # attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.
1082
1088
  # apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are
1083
1089
  # attached, this runtime bulk data is spread across them, and the boot disk
1084
- # contains only basic config and installed binaries.
1090
+ # contains only basic config and installed binaries.Note: Local SSD options may
1091
+ # vary by machine type and number of vCPUs selected.
1085
1092
  # Corresponds to the JSON property `numLocalSsds`
1086
1093
  # @return [Fixnum]
1087
1094
  attr_accessor :num_local_ssds
@@ -1515,9 +1522,9 @@ module Google
1515
1522
  attr_accessor :accelerators
1516
1523
 
1517
1524
  # Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/
1518
- # compute/docs/disks/customer-managed-encryption) used to encrypt the boot disk
1525
+ # kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk
1519
1526
  # attached to each node in the node pool. Specify the key using the following
1520
- # format: projects/KEY_PROJECT_ID /locations/LOCATION/keyRings/RING_NAME/
1527
+ # format: projects/KEY_PROJECT_ID/locations/LOCATION /keyRings/RING_NAME/
1521
1528
  # cryptoKeys/KEY_NAME.
1522
1529
  # Corresponds to the JSON property `bootDiskKmsKey`
1523
1530
  # @return [String]
@@ -2950,18 +2957,31 @@ module Google
2950
2957
  end
2951
2958
  end
2952
2959
 
2953
- # The metric source to enable, with any optional metrics, to override Dataproc
2954
- # default metrics.
2960
+ # A Dataproc OSS metric.
2955
2961
  class Metric
2956
2962
  include Google::Apis::Core::Hashable
2957
2963
 
2958
- # Optional. Optional Metrics to override the Dataproc default metrics configured
2959
- # for the metric source.
2964
+ # Optional. Specify one or more available OSS metrics (https://cloud.google.com/
2965
+ # dataproc/docs/guides/monitoring#available_oss_metrics) to collect for the
2966
+ # metric course (for the SPARK metric source, any Spark metric (https://spark.
2967
+ # apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide
2968
+ # metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use
2969
+ # camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:
2970
+ # AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:
2971
+ # Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.
2972
+ # used Notes: Only the specified overridden metrics will be collected for the
2973
+ # metric source. For example, if one or more spark:executive metrics are listed
2974
+ # as metric overrides, other SPARK metrics will not be collected. The collection
2975
+ # of the default metrics for other OSS metric sources is unaffected. For example,
2976
+ # if both SPARK andd YARN metric sources are enabled, and overrides are
2977
+ # provided for Spark metrics only, all default YARN metrics will be collected.
2960
2978
  # Corresponds to the JSON property `metricOverrides`
2961
2979
  # @return [Array<String>]
2962
2980
  attr_accessor :metric_overrides
2963
2981
 
2964
- # Required. MetricSource to enable.
2982
+ # Required. Default metrics are collected unless metricOverrides are specified
2983
+ # for the metric source (see Available OSS metrics (https://cloud.google.com/
2984
+ # dataproc/docs/guides/monitoring#available_oss_metrics) for more information).
2965
2985
  # Corresponds to the JSON property `metricSource`
2966
2986
  # @return [String]
2967
2987
  attr_accessor :metric_source
@@ -3712,6 +3732,17 @@ module Google
3712
3732
  # @return [String]
3713
3733
  attr_accessor :cluster_uuid
3714
3734
 
3735
+ # Optional. Timeout for graceful YARN decomissioning. Graceful decommissioning
3736
+ # facilitates the removal of cluster nodes without interrupting jobs in progress.
3737
+ # The timeout specifies the amount of time to wait for jobs finish before
3738
+ # forcefully removing nodes. The default timeout is 0 for forceful
3739
+ # decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—
3740
+ # Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
3741
+ # graceful_decommission_timeout is supported in Dataproc image versions 1.2+.
3742
+ # Corresponds to the JSON property `gracefulDecommissionTimeout`
3743
+ # @return [String]
3744
+ attr_accessor :graceful_decommission_timeout
3745
+
3715
3746
  # Optional. Node pools and corresponding repair action to be taken. All node
3716
3747
  # pools should be unique in this request. i.e. Multiple entries for the same
3717
3748
  # node pool id are not allowed.
@@ -3737,6 +3768,7 @@ module Google
3737
3768
  # Update properties of this object
3738
3769
  def update!(**args)
3739
3770
  @cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
3771
+ @graceful_decommission_timeout = args[:graceful_decommission_timeout] if args.key?(:graceful_decommission_timeout)
3740
3772
  @node_pools = args[:node_pools] if args.key?(:node_pools)
3741
3773
  @request_id = args[:request_id] if args.key?(:request_id)
3742
3774
  end
@@ -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.27.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220526"
25
+ REVISION = "20220708"
26
26
  end
27
27
  end
28
28
  end
@@ -911,6 +911,7 @@ module Google
911
911
  class ClusterOperationMetadata
912
912
  # @private
913
913
  class Representation < Google::Apis::Core::JsonRepresentation
914
+ collection :child_operation_ids, as: 'childOperationIds'
914
915
  property :cluster_name, as: 'clusterName'
915
916
  property :cluster_uuid, as: 'clusterUuid'
916
917
  property :description, as: 'description'
@@ -1639,6 +1640,7 @@ module Google
1639
1640
  # @private
1640
1641
  class Representation < Google::Apis::Core::JsonRepresentation
1641
1642
  property :cluster_uuid, as: 'clusterUuid'
1643
+ property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
1642
1644
  collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
1643
1645
 
1644
1646
  property :request_id, as: 'requestId'
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.27.0
4
+ version: 0.30.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.30.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: []