google-apis-dataproc_v1 0.23.0 → 0.26.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: 74b5429e1660feebcc00e2bc6f652415cc8b2ed4121fcb9439d42dab14960cf7
4
- data.tar.gz: 05d94d7bd907e6d88abfa07f935bc00b1bfae76cd3e5399911bcad48edd53db6
3
+ metadata.gz: 906d5ff387e86fa97ecc65bf3f07a26d76da1972a7da9d862b8485a50114df89
4
+ data.tar.gz: 5e64da429d93030e9aed8d88d2d126e3497d34845af04c849ae59f45ffdbc2b8
5
5
  SHA512:
6
- metadata.gz: 598599a50f979dea4ebc795a2f73104cf1dc0643dfbda5057013c51ea2e6939a7732e52e244d9dd372b4cd8da712cd79a9a61dc713b47a5c2e373b398dad2616
7
- data.tar.gz: ec090eb08e84a7857e9d0a51ef76f75e932b5529245b0542c5729b39117c0137c49f67341af2580e07558de0ec28606eae66889ed016f7ec9670318fca87a873
6
+ metadata.gz: a39b0534ee90a458d16b9d9525ec0132086bc47d90d00f1ffb5383cd81da1f8755ab2c878ceaefb13c2892fa1d84eedf0a4b72a768e9b2d8df9ae269433bb7a4
7
+ data.tar.gz: 14fb770f5ee248d19bf0cfd0819c8880c7cdea833e3f75c35fe3189fba78abd97bbb8f4bdc7bebbb838b693dfbcc235fd5cf2d8a696bcad30e3c253a4aa026ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.26.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.25.0 (2022-05-05)
8
+
9
+ * Regenerated from discovery document revision 20220429
10
+
11
+ ### v0.24.0 (2022-04-21)
12
+
13
+ * Regenerated from discovery document revision 20220419
14
+
3
15
  ### v0.23.0 (2022-04-08)
4
16
 
5
17
  * Regenerated from discovery document revision 20220404
@@ -592,10 +592,9 @@ module Google
592
592
  # @return [Array<Google::Apis::DataprocV1::ClusterStatus>]
593
593
  attr_accessor :status_history
594
594
 
595
- # Dataproc cluster config for a cluster that does not directly control the
595
+ # The Dataproc cluster config for a cluster that does not directly control the
596
596
  # underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
597
- # google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-
598
- # cluster).
597
+ # google.com/dataproc/docs/guides/dpgke/dataproc-gke).
599
598
  # Corresponds to the JSON property `virtualClusterConfig`
600
599
  # @return [Google::Apis::DataprocV1::VirtualClusterConfig]
601
600
  attr_accessor :virtual_cluster_config
@@ -640,7 +639,7 @@ module Google
640
639
  # @return [String]
641
640
  attr_accessor :config_bucket
642
641
 
643
- # Contains dataproc metric config.
642
+ # Dataproc metric config.
644
643
  # Corresponds to the JSON property `dataprocMetricConfig`
645
644
  # @return [Google::Apis::DataprocV1::DataprocMetricConfig]
646
645
  attr_accessor :dataproc_metric_config
@@ -765,7 +764,7 @@ module Google
765
764
  # @return [Hash<String,Fixnum>]
766
765
  attr_accessor :hdfs_metrics
767
766
 
768
- # The YARN metrics.
767
+ # YARN metrics.
769
768
  # Corresponds to the JSON property `yarnMetrics`
770
769
  # @return [Hash<String,Fixnum>]
771
770
  attr_accessor :yarn_metrics
@@ -999,11 +998,11 @@ module Google
999
998
  end
1000
999
  end
1001
1000
 
1002
- # Contains dataproc metric config.
1001
+ # Dataproc metric config.
1003
1002
  class DataprocMetricConfig
1004
1003
  include Google::Apis::Core::Hashable
1005
1004
 
1006
- # Required. Metrics to be enabled.
1005
+ # Required. Metrics to enable.
1007
1006
  # Corresponds to the JSON property `metrics`
1008
1007
  # @return [Array<Google::Apis::DataprocV1::Metric>]
1009
1008
  attr_accessor :metrics
@@ -1482,11 +1481,11 @@ module Google
1482
1481
  # @return [Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget]
1483
1482
  attr_accessor :namespaced_gke_deployment_target
1484
1483
 
1485
- # Optional. GKE NodePools where workloads will be scheduled. At least one node
1486
- # pool must be assigned the 'default' role. Each role can be given to only a
1487
- # single NodePoolTarget. All NodePools must have the same location settings. If
1488
- # a nodePoolTarget is not specified, Dataproc constructs a default
1489
- # nodePoolTarget.
1484
+ # Optional. GKE node pools where workloads will be scheduled. At least one node
1485
+ # pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a
1486
+ # GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT
1487
+ # GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All
1488
+ # node pools must have the same location settings.
1490
1489
  # Corresponds to the JSON property `nodePoolTarget`
1491
1490
  # @return [Array<Google::Apis::DataprocV1::GkeNodePoolTarget>]
1492
1491
  attr_accessor :node_pool_target
@@ -1536,7 +1535,10 @@ module Google
1536
1535
  attr_accessor :min_cpu_platform
1537
1536
 
1538
1537
  # Optional. Whether the nodes are created as preemptible VM instances (https://
1539
- # cloud.google.com/compute/docs/instances/preemptible).
1538
+ # cloud.google.com/compute/docs/instances/preemptible). Preemptible nodes cannot
1539
+ # be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if
1540
+ # the CONTROLLER role is not assigned (the DEFAULT node pool will assume the
1541
+ # CONTROLLER role).
1540
1542
  # Corresponds to the JSON property `preemptible`
1541
1543
  # @return [Boolean]
1542
1544
  attr_accessor :preemptible
@@ -1565,7 +1567,7 @@ module Google
1565
1567
  end
1566
1568
 
1567
1569
  # A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for
1568
- # a NodePool.
1570
+ # a node pool.
1569
1571
  class GkeNodePoolAcceleratorConfig
1570
1572
  include Google::Apis::Core::Hashable
1571
1573
 
@@ -1603,13 +1605,13 @@ module Google
1603
1605
  class GkeNodePoolAutoscalingConfig
1604
1606
  include Google::Apis::Core::Hashable
1605
1607
 
1606
- # The maximum number of nodes in the NodePool. Must be >= min_node_count. Note:
1607
- # Quota must be sufficient to scale up the cluster.
1608
+ # The maximum number of nodes in the node pool. Must be >= min_node_count, and
1609
+ # must be > 0. Note: Quota must be sufficient to scale up the cluster.
1608
1610
  # Corresponds to the JSON property `maxNodeCount`
1609
1611
  # @return [Fixnum]
1610
1612
  attr_accessor :max_node_count
1611
1613
 
1612
- # The minimum number of nodes in the NodePool. Must be >= 0 and <=
1614
+ # The minimum number of nodes in the node pool. Must be >= 0 and <=
1613
1615
  # max_node_count.
1614
1616
  # Corresponds to the JSON property `minNodeCount`
1615
1617
  # @return [Fixnum]
@@ -1626,9 +1628,9 @@ module Google
1626
1628
  end
1627
1629
  end
1628
1630
 
1629
- # The configuration of a GKE NodePool used by a Dataproc-on-GKE cluster (https://
1630
- # cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-
1631
- # gke-cluster).
1631
+ # The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https:/
1632
+ # /cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
1633
+ # on-gke-cluster).
1632
1634
  class GkeNodePoolConfig
1633
1635
  include Google::Apis::Core::Hashable
1634
1636
 
@@ -1644,9 +1646,11 @@ module Google
1644
1646
  attr_accessor :config
1645
1647
 
1646
1648
  # Optional. The list of Compute Engine zones (https://cloud.google.com/compute/
1647
- # docs/zones#available) where NodePool's nodes will be located.Note: Currently,
1648
- # only one zone may be specified.If a location is not specified during NodePool
1649
- # creation, Dataproc will choose a location.
1649
+ # docs/zones#available) where node pool nodes associated with a Dataproc on GKE
1650
+ # virtual cluster will be located.Note: All node pools associated with a virtual
1651
+ # cluster must be located in the same region as the virtual cluster, and they
1652
+ # must be located in the same zone within that region.If a location is not
1653
+ # specified during node pool creation, Dataproc on GKE will choose the zone.
1650
1654
  # Corresponds to the JSON property `locations`
1651
1655
  # @return [Array<String>]
1652
1656
  attr_accessor :locations
@@ -1663,24 +1667,24 @@ module Google
1663
1667
  end
1664
1668
  end
1665
1669
 
1666
- # GKE NodePools that Dataproc workloads run on.
1670
+ # GKE node pools that Dataproc workloads run on.
1667
1671
  class GkeNodePoolTarget
1668
1672
  include Google::Apis::Core::Hashable
1669
1673
 
1670
- # Required. The target GKE NodePool. Format: 'projects/`project`/locations/`
1674
+ # Required. The target GKE node pool. Format: 'projects/`project`/locations/`
1671
1675
  # location`/clusters/`cluster`/nodePools/`node_pool`'
1672
1676
  # Corresponds to the JSON property `nodePool`
1673
1677
  # @return [String]
1674
1678
  attr_accessor :node_pool
1675
1679
 
1676
- # The configuration of a GKE NodePool used by a Dataproc-on-GKE cluster (https://
1677
- # cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-
1678
- # gke-cluster).
1680
+ # The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https:/
1681
+ # /cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
1682
+ # on-gke-cluster).
1679
1683
  # Corresponds to the JSON property `nodePoolConfig`
1680
1684
  # @return [Google::Apis::DataprocV1::GkeNodePoolConfig]
1681
1685
  attr_accessor :node_pool_config
1682
1686
 
1683
- # Required. The types of role for a GKE NodePool
1687
+ # Required. The roles associated with the GKE node pool.
1684
1688
  # Corresponds to the JSON property `roles`
1685
1689
  # @return [Array<String>]
1686
1690
  attr_accessor :roles
@@ -2934,18 +2938,18 @@ module Google
2934
2938
  end
2935
2939
  end
2936
2940
 
2937
- # Metric source to enable along with any optional metrics for this source that
2938
- # override the dataproc defaults
2941
+ # The metric source to enable, with any optional metrics, to override Dataproc
2942
+ # default metrics.
2939
2943
  class Metric
2940
2944
  include Google::Apis::Core::Hashable
2941
2945
 
2942
- # Optional. Optional Metrics to override the dataproc default metrics configured
2943
- # for the metric source
2946
+ # Optional. Optional Metrics to override the Dataproc default metrics configured
2947
+ # for the metric source.
2944
2948
  # Corresponds to the JSON property `metricOverrides`
2945
2949
  # @return [Array<String>]
2946
2950
  attr_accessor :metric_overrides
2947
2951
 
2948
- # Required. MetricSource that should be enabled
2952
+ # Required. MetricSource to enable.
2949
2953
  # Corresponds to the JSON property `metricSource`
2950
2954
  # @return [String]
2951
2955
  attr_accessor :metric_source
@@ -4681,10 +4685,9 @@ module Google
4681
4685
  end
4682
4686
  end
4683
4687
 
4684
- # Dataproc cluster config for a cluster that does not directly control the
4688
+ # The Dataproc cluster config for a cluster that does not directly control the
4685
4689
  # underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
4686
- # google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-
4687
- # cluster).
4690
+ # google.com/dataproc/docs/guides/dpgke/dataproc-gke).
4688
4691
  class VirtualClusterConfig
4689
4692
  include Google::Apis::Core::Hashable
4690
4693
 
@@ -4698,8 +4701,8 @@ module Google
4698
4701
  # @return [Google::Apis::DataprocV1::KubernetesClusterConfig]
4699
4702
  attr_accessor :kubernetes_cluster_config
4700
4703
 
4701
- # Optional. A Storage bucket used to stage job dependencies, config files, and
4702
- # job driver console output. If you do not specify a staging bucket, Cloud
4704
+ # Optional. A Cloud Storage bucket used to stage job dependencies, config files,
4705
+ # and job driver console output. If you do not specify a staging bucket, Cloud
4703
4706
  # Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your
4704
4707
  # cluster's staging bucket according to the Compute Engine zone where your
4705
4708
  # cluster is deployed, and then create and manage this project-level, per-
@@ -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.23.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220404"
25
+ REVISION = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -163,8 +163,9 @@ module Google
163
163
  # Gets the access control policy for a resource. Returns an empty policy if the
164
164
  # resource exists and does not have a policy set.
165
165
  # @param [String] resource
166
- # REQUIRED: The resource for which the policy is being requested. See the
167
- # operation documentation for the appropriate value for this field.
166
+ # REQUIRED: The resource for which the policy is being requested. See Resource
167
+ # names (https://cloud.google.com/apis/design/resource_names) for the
168
+ # appropriate value for this field.
168
169
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
169
170
  # @param [String] fields
170
171
  # Selector specifying which fields to include in a partial response.
@@ -242,8 +243,9 @@ module Google
242
243
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
243
244
  # errors.
244
245
  # @param [String] resource
245
- # REQUIRED: The resource for which the policy is being specified. See the
246
- # operation documentation for the appropriate value for this field.
246
+ # REQUIRED: The resource for which the policy is being specified. See Resource
247
+ # names (https://cloud.google.com/apis/design/resource_names) for the
248
+ # appropriate value for this field.
247
249
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
248
250
  # @param [String] fields
249
251
  # Selector specifying which fields to include in a partial response.
@@ -280,8 +282,9 @@ module Google
280
282
  # permission-aware UIs and command-line tools, not for authorization checking.
281
283
  # This operation may "fail open" without warning.
282
284
  # @param [String] resource
283
- # REQUIRED: The resource for which the policy detail is being requested. See the
284
- # operation documentation for the appropriate value for this field.
285
+ # REQUIRED: The resource for which the policy detail is being requested. See
286
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
287
+ # appropriate value for this field.
285
288
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
286
289
  # @param [String] fields
287
290
  # Selector specifying which fields to include in a partial response.
@@ -624,8 +627,9 @@ module Google
624
627
  # Gets the access control policy for a resource. Returns an empty policy if the
625
628
  # resource exists and does not have a policy set.
626
629
  # @param [String] resource
627
- # REQUIRED: The resource for which the policy is being requested. See the
628
- # operation documentation for the appropriate value for this field.
630
+ # REQUIRED: The resource for which the policy is being requested. See Resource
631
+ # names (https://cloud.google.com/apis/design/resource_names) for the
632
+ # appropriate value for this field.
629
633
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
630
634
  # @param [String] fields
631
635
  # Selector specifying which fields to include in a partial response.
@@ -806,8 +810,9 @@ module Google
806
810
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
807
811
  # errors.
808
812
  # @param [String] resource
809
- # REQUIRED: The resource for which the policy is being specified. See the
810
- # operation documentation for the appropriate value for this field.
813
+ # REQUIRED: The resource for which the policy is being specified. See Resource
814
+ # names (https://cloud.google.com/apis/design/resource_names) for the
815
+ # appropriate value for this field.
811
816
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
812
817
  # @param [String] fields
813
818
  # Selector specifying which fields to include in a partial response.
@@ -844,8 +849,9 @@ module Google
844
849
  # permission-aware UIs and command-line tools, not for authorization checking.
845
850
  # This operation may "fail open" without warning.
846
851
  # @param [String] resource
847
- # REQUIRED: The resource for which the policy detail is being requested. See the
848
- # operation documentation for the appropriate value for this field.
852
+ # REQUIRED: The resource for which the policy detail is being requested. See
853
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
854
+ # appropriate value for this field.
849
855
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
850
856
  # @param [String] fields
851
857
  # Selector specifying which fields to include in a partial response.
@@ -1030,8 +1036,9 @@ module Google
1030
1036
  # Gets the access control policy for a resource. Returns an empty policy if the
1031
1037
  # resource exists and does not have a policy set.
1032
1038
  # @param [String] resource
1033
- # REQUIRED: The resource for which the policy is being requested. See the
1034
- # operation documentation for the appropriate value for this field.
1039
+ # REQUIRED: The resource for which the policy is being requested. See Resource
1040
+ # names (https://cloud.google.com/apis/design/resource_names) for the
1041
+ # appropriate value for this field.
1035
1042
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
1036
1043
  # @param [String] fields
1037
1044
  # Selector specifying which fields to include in a partial response.
@@ -1109,8 +1116,9 @@ module Google
1109
1116
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
1110
1117
  # errors.
1111
1118
  # @param [String] resource
1112
- # REQUIRED: The resource for which the policy is being specified. See the
1113
- # operation documentation for the appropriate value for this field.
1119
+ # REQUIRED: The resource for which the policy is being specified. See Resource
1120
+ # names (https://cloud.google.com/apis/design/resource_names) for the
1121
+ # appropriate value for this field.
1114
1122
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
1115
1123
  # @param [String] fields
1116
1124
  # Selector specifying which fields to include in a partial response.
@@ -1147,8 +1155,9 @@ module Google
1147
1155
  # permission-aware UIs and command-line tools, not for authorization checking.
1148
1156
  # This operation may "fail open" without warning.
1149
1157
  # @param [String] resource
1150
- # REQUIRED: The resource for which the policy detail is being requested. See the
1151
- # operation documentation for the appropriate value for this field.
1158
+ # REQUIRED: The resource for which the policy detail is being requested. See
1159
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
1160
+ # appropriate value for this field.
1152
1161
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1153
1162
  # @param [String] fields
1154
1163
  # Selector specifying which fields to include in a partial response.
@@ -1411,8 +1420,9 @@ module Google
1411
1420
  # Gets the access control policy for a resource. Returns an empty policy if the
1412
1421
  # resource exists and does not have a policy set.
1413
1422
  # @param [String] resource
1414
- # REQUIRED: The resource for which the policy is being requested. See the
1415
- # operation documentation for the appropriate value for this field.
1423
+ # REQUIRED: The resource for which the policy is being requested. See Resource
1424
+ # names (https://cloud.google.com/apis/design/resource_names) for the
1425
+ # appropriate value for this field.
1416
1426
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
1417
1427
  # @param [String] fields
1418
1428
  # Selector specifying which fields to include in a partial response.
@@ -1659,8 +1669,9 @@ module Google
1659
1669
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
1660
1670
  # errors.
1661
1671
  # @param [String] resource
1662
- # REQUIRED: The resource for which the policy is being specified. See the
1663
- # operation documentation for the appropriate value for this field.
1672
+ # REQUIRED: The resource for which the policy is being specified. See Resource
1673
+ # names (https://cloud.google.com/apis/design/resource_names) for the
1674
+ # appropriate value for this field.
1664
1675
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
1665
1676
  # @param [String] fields
1666
1677
  # Selector specifying which fields to include in a partial response.
@@ -1775,8 +1786,9 @@ module Google
1775
1786
  # permission-aware UIs and command-line tools, not for authorization checking.
1776
1787
  # This operation may "fail open" without warning.
1777
1788
  # @param [String] resource
1778
- # REQUIRED: The resource for which the policy detail is being requested. See the
1779
- # operation documentation for the appropriate value for this field.
1789
+ # REQUIRED: The resource for which the policy detail is being requested. See
1790
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
1791
+ # appropriate value for this field.
1780
1792
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1781
1793
  # @param [String] fields
1782
1794
  # Selector specifying which fields to include in a partial response.
@@ -1926,8 +1938,9 @@ module Google
1926
1938
  # Gets the access control policy for a resource. Returns an empty policy if the
1927
1939
  # resource exists and does not have a policy set.
1928
1940
  # @param [String] resource
1929
- # REQUIRED: The resource for which the policy is being requested. See the
1930
- # operation documentation for the appropriate value for this field.
1941
+ # REQUIRED: The resource for which the policy is being requested. See Resource
1942
+ # names (https://cloud.google.com/apis/design/resource_names) for the
1943
+ # appropriate value for this field.
1931
1944
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
1932
1945
  # @param [String] fields
1933
1946
  # Selector specifying which fields to include in a partial response.
@@ -2064,8 +2077,9 @@ module Google
2064
2077
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
2065
2078
  # errors.
2066
2079
  # @param [String] resource
2067
- # REQUIRED: The resource for which the policy is being specified. See the
2068
- # operation documentation for the appropriate value for this field.
2080
+ # REQUIRED: The resource for which the policy is being specified. See Resource
2081
+ # names (https://cloud.google.com/apis/design/resource_names) for the
2082
+ # appropriate value for this field.
2069
2083
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
2070
2084
  # @param [String] fields
2071
2085
  # Selector specifying which fields to include in a partial response.
@@ -2174,8 +2188,9 @@ module Google
2174
2188
  # permission-aware UIs and command-line tools, not for authorization checking.
2175
2189
  # This operation may "fail open" without warning.
2176
2190
  # @param [String] resource
2177
- # REQUIRED: The resource for which the policy detail is being requested. See the
2178
- # operation documentation for the appropriate value for this field.
2191
+ # REQUIRED: The resource for which the policy detail is being requested. See
2192
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
2193
+ # appropriate value for this field.
2179
2194
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2180
2195
  # @param [String] fields
2181
2196
  # Selector specifying which fields to include in a partial response.
@@ -2310,8 +2325,9 @@ module Google
2310
2325
  # Gets the access control policy for a resource. Returns an empty policy if the
2311
2326
  # resource exists and does not have a policy set.
2312
2327
  # @param [String] resource
2313
- # REQUIRED: The resource for which the policy is being requested. See the
2314
- # operation documentation for the appropriate value for this field.
2328
+ # REQUIRED: The resource for which the policy is being requested. See Resource
2329
+ # names (https://cloud.google.com/apis/design/resource_names) for the
2330
+ # appropriate value for this field.
2315
2331
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
2316
2332
  # @param [String] fields
2317
2333
  # Selector specifying which fields to include in a partial response.
@@ -2392,8 +2408,9 @@ module Google
2392
2408
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
2393
2409
  # errors.
2394
2410
  # @param [String] resource
2395
- # REQUIRED: The resource for which the policy is being specified. See the
2396
- # operation documentation for the appropriate value for this field.
2411
+ # REQUIRED: The resource for which the policy is being specified. See Resource
2412
+ # names (https://cloud.google.com/apis/design/resource_names) for the
2413
+ # appropriate value for this field.
2397
2414
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
2398
2415
  # @param [String] fields
2399
2416
  # Selector specifying which fields to include in a partial response.
@@ -2430,8 +2447,9 @@ module Google
2430
2447
  # permission-aware UIs and command-line tools, not for authorization checking.
2431
2448
  # This operation may "fail open" without warning.
2432
2449
  # @param [String] resource
2433
- # REQUIRED: The resource for which the policy detail is being requested. See the
2434
- # operation documentation for the appropriate value for this field.
2450
+ # REQUIRED: The resource for which the policy detail is being requested. See
2451
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
2452
+ # appropriate value for this field.
2435
2453
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2436
2454
  # @param [String] fields
2437
2455
  # Selector specifying which fields to include in a partial response.
@@ -2585,8 +2603,9 @@ module Google
2585
2603
  # Gets the access control policy for a resource. Returns an empty policy if the
2586
2604
  # resource exists and does not have a policy set.
2587
2605
  # @param [String] resource
2588
- # REQUIRED: The resource for which the policy is being requested. See the
2589
- # operation documentation for the appropriate value for this field.
2606
+ # REQUIRED: The resource for which the policy is being requested. See Resource
2607
+ # names (https://cloud.google.com/apis/design/resource_names) for the
2608
+ # appropriate value for this field.
2590
2609
  # @param [Google::Apis::DataprocV1::GetIamPolicyRequest] get_iam_policy_request_object
2591
2610
  # @param [String] fields
2592
2611
  # Selector specifying which fields to include in a partial response.
@@ -2767,8 +2786,9 @@ module Google
2767
2786
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
2768
2787
  # errors.
2769
2788
  # @param [String] resource
2770
- # REQUIRED: The resource for which the policy is being specified. See the
2771
- # operation documentation for the appropriate value for this field.
2789
+ # REQUIRED: The resource for which the policy is being specified. See Resource
2790
+ # names (https://cloud.google.com/apis/design/resource_names) for the
2791
+ # appropriate value for this field.
2772
2792
  # @param [Google::Apis::DataprocV1::SetIamPolicyRequest] set_iam_policy_request_object
2773
2793
  # @param [String] fields
2774
2794
  # Selector specifying which fields to include in a partial response.
@@ -2805,8 +2825,9 @@ module Google
2805
2825
  # permission-aware UIs and command-line tools, not for authorization checking.
2806
2826
  # This operation may "fail open" without warning.
2807
2827
  # @param [String] resource
2808
- # REQUIRED: The resource for which the policy detail is being requested. See the
2809
- # operation documentation for the appropriate value for this field.
2828
+ # REQUIRED: The resource for which the policy detail is being requested. See
2829
+ # Resource names (https://cloud.google.com/apis/design/resource_names) for the
2830
+ # appropriate value for this field.
2810
2831
  # @param [Google::Apis::DataprocV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2811
2832
  # @param [String] fields
2812
2833
  # Selector specifying which fields to include in a partial response.
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.23.0
4
+ version: 0.26.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.26.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Dataproc API V1