google-apis-dataproc_v1 0.24.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7fdd2ae509f49631d6430b4068b4544e8450a7f6efa76234e2441b63a65d0e3
|
4
|
+
data.tar.gz: c2a998601aae00414fd4e33aba10357b7d45968ed554f3c7757a69134a2d72e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2caadbfff1e71c51ad171cc094f36f4102e7b498bef12070b088f414ca125e91b3ef48161fc1cd1f64d0efe0d3d226f97e53dfc8b363b09dbee791cfaa0f5676
|
7
|
+
data.tar.gz: 4976b37216329c5b207e3d2a703020847d1314c54bdad760389d5dc87d14cfe9e092492f74029d26f1c19e44bc9654715d6169ef810db3f1023350a9d97f4edc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2022-06-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220526
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
8
|
+
### v0.26.0 (2022-05-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220511
|
11
|
+
|
12
|
+
### v0.25.0 (2022-05-05)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220429
|
15
|
+
|
3
16
|
### v0.24.0 (2022-04-21)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220419
|
@@ -479,7 +479,7 @@ module Google
|
|
479
479
|
# @return [Google::Apis::DataprocV1::Expr]
|
480
480
|
attr_accessor :condition
|
481
481
|
|
482
|
-
# Specifies the principals requesting access for a Cloud
|
482
|
+
# Specifies the principals requesting access for a Google Cloud resource.
|
483
483
|
# members can have the following values: allUsers: A special identifier that
|
484
484
|
# represents anyone who is on the internet; with or without a Google account.
|
485
485
|
# allAuthenticatedUsers: A special identifier that represents anyone who is
|
@@ -544,8 +544,10 @@ module Google
|
|
544
544
|
class Cluster
|
545
545
|
include Google::Apis::Core::Hashable
|
546
546
|
|
547
|
-
# Required. The cluster name
|
548
|
-
#
|
547
|
+
# Required. The cluster name, which must be unique within a project. The name
|
548
|
+
# must start with a lowercase letter, and can contain up to 51 lowercase letters,
|
549
|
+
# numbers, and hyphens. It cannot end with a hyphen. The name of a deleted
|
550
|
+
# cluster can be reused.
|
549
551
|
# Corresponds to the JSON property `clusterName`
|
550
552
|
# @return [String]
|
551
553
|
attr_accessor :cluster_name
|
@@ -592,10 +594,9 @@ module Google
|
|
592
594
|
# @return [Array<Google::Apis::DataprocV1::ClusterStatus>]
|
593
595
|
attr_accessor :status_history
|
594
596
|
|
595
|
-
# Dataproc cluster config for a cluster that does not directly control the
|
597
|
+
# The Dataproc cluster config for a cluster that does not directly control the
|
596
598
|
# underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
|
597
|
-
# google.com/dataproc/docs/
|
598
|
-
# cluster).
|
599
|
+
# google.com/dataproc/docs/guides/dpgke/dataproc-gke).
|
599
600
|
# Corresponds to the JSON property `virtualClusterConfig`
|
600
601
|
# @return [Google::Apis::DataprocV1::VirtualClusterConfig]
|
601
602
|
attr_accessor :virtual_cluster_config
|
@@ -640,7 +641,7 @@ module Google
|
|
640
641
|
# @return [String]
|
641
642
|
attr_accessor :config_bucket
|
642
643
|
|
643
|
-
#
|
644
|
+
# Dataproc metric config.
|
644
645
|
# Corresponds to the JSON property `dataprocMetricConfig`
|
645
646
|
# @return [Google::Apis::DataprocV1::DataprocMetricConfig]
|
646
647
|
attr_accessor :dataproc_metric_config
|
@@ -765,7 +766,7 @@ module Google
|
|
765
766
|
# @return [Hash<String,Fixnum>]
|
766
767
|
attr_accessor :hdfs_metrics
|
767
768
|
|
768
|
-
#
|
769
|
+
# YARN metrics.
|
769
770
|
# Corresponds to the JSON property `yarnMetrics`
|
770
771
|
# @return [Hash<String,Fixnum>]
|
771
772
|
attr_accessor :yarn_metrics
|
@@ -999,11 +1000,11 @@ module Google
|
|
999
1000
|
end
|
1000
1001
|
end
|
1001
1002
|
|
1002
|
-
#
|
1003
|
+
# Dataproc metric config.
|
1003
1004
|
class DataprocMetricConfig
|
1004
1005
|
include Google::Apis::Core::Hashable
|
1005
1006
|
|
1006
|
-
# Required. Metrics to
|
1007
|
+
# Required. Metrics to enable.
|
1007
1008
|
# Corresponds to the JSON property `metrics`
|
1008
1009
|
# @return [Array<Google::Apis::DataprocV1::Metric>]
|
1009
1010
|
attr_accessor :metrics
|
@@ -1482,11 +1483,11 @@ module Google
|
|
1482
1483
|
# @return [Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget]
|
1483
1484
|
attr_accessor :namespaced_gke_deployment_target
|
1484
1485
|
|
1485
|
-
# Optional. GKE
|
1486
|
-
# pool must be assigned the
|
1487
|
-
#
|
1488
|
-
#
|
1489
|
-
#
|
1486
|
+
# Optional. GKE node pools where workloads will be scheduled. At least one node
|
1487
|
+
# pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a
|
1488
|
+
# GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT
|
1489
|
+
# GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All
|
1490
|
+
# node pools must have the same location settings.
|
1490
1491
|
# Corresponds to the JSON property `nodePoolTarget`
|
1491
1492
|
# @return [Array<Google::Apis::DataprocV1::GkeNodePoolTarget>]
|
1492
1493
|
attr_accessor :node_pool_target
|
@@ -1513,6 +1514,15 @@ module Google
|
|
1513
1514
|
# @return [Array<Google::Apis::DataprocV1::GkeNodePoolAcceleratorConfig>]
|
1514
1515
|
attr_accessor :accelerators
|
1515
1516
|
|
1517
|
+
# Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/
|
1518
|
+
# compute/docs/disks/customer-managed-encryption) used to encrypt the boot disk
|
1519
|
+
# 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/
|
1521
|
+
# cryptoKeys/KEY_NAME.
|
1522
|
+
# Corresponds to the JSON property `bootDiskKmsKey`
|
1523
|
+
# @return [String]
|
1524
|
+
attr_accessor :boot_disk_kms_key
|
1525
|
+
|
1516
1526
|
# Optional. The number of local SSD disks to attach to the node, which is
|
1517
1527
|
# limited by the maximum number of disks allowable per zone (see Adding Local
|
1518
1528
|
# SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
|
@@ -1536,7 +1546,10 @@ module Google
|
|
1536
1546
|
attr_accessor :min_cpu_platform
|
1537
1547
|
|
1538
1548
|
# Optional. Whether the nodes are created as preemptible VM instances (https://
|
1539
|
-
# cloud.google.com/compute/docs/instances/preemptible).
|
1549
|
+
# cloud.google.com/compute/docs/instances/preemptible). Preemptible nodes cannot
|
1550
|
+
# be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if
|
1551
|
+
# the CONTROLLER role is not assigned (the DEFAULT node pool will assume the
|
1552
|
+
# CONTROLLER role).
|
1540
1553
|
# Corresponds to the JSON property `preemptible`
|
1541
1554
|
# @return [Boolean]
|
1542
1555
|
attr_accessor :preemptible
|
@@ -1556,6 +1569,7 @@ module Google
|
|
1556
1569
|
# Update properties of this object
|
1557
1570
|
def update!(**args)
|
1558
1571
|
@accelerators = args[:accelerators] if args.key?(:accelerators)
|
1572
|
+
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
1559
1573
|
@local_ssd_count = args[:local_ssd_count] if args.key?(:local_ssd_count)
|
1560
1574
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
1561
1575
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
@@ -1565,7 +1579,7 @@ module Google
|
|
1565
1579
|
end
|
1566
1580
|
|
1567
1581
|
# A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for
|
1568
|
-
# a
|
1582
|
+
# a node pool.
|
1569
1583
|
class GkeNodePoolAcceleratorConfig
|
1570
1584
|
include Google::Apis::Core::Hashable
|
1571
1585
|
|
@@ -1603,13 +1617,13 @@ module Google
|
|
1603
1617
|
class GkeNodePoolAutoscalingConfig
|
1604
1618
|
include Google::Apis::Core::Hashable
|
1605
1619
|
|
1606
|
-
# The maximum number of nodes in the
|
1607
|
-
# Quota must be sufficient to scale up the cluster.
|
1620
|
+
# The maximum number of nodes in the node pool. Must be >= min_node_count, and
|
1621
|
+
# must be > 0. Note: Quota must be sufficient to scale up the cluster.
|
1608
1622
|
# Corresponds to the JSON property `maxNodeCount`
|
1609
1623
|
# @return [Fixnum]
|
1610
1624
|
attr_accessor :max_node_count
|
1611
1625
|
|
1612
|
-
# The minimum number of nodes in the
|
1626
|
+
# The minimum number of nodes in the node pool. Must be >= 0 and <=
|
1613
1627
|
# max_node_count.
|
1614
1628
|
# Corresponds to the JSON property `minNodeCount`
|
1615
1629
|
# @return [Fixnum]
|
@@ -1626,9 +1640,9 @@ module Google
|
|
1626
1640
|
end
|
1627
1641
|
end
|
1628
1642
|
|
1629
|
-
# The configuration of a GKE
|
1630
|
-
# cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
|
1631
|
-
# gke-cluster).
|
1643
|
+
# The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https:/
|
1644
|
+
# /cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
|
1645
|
+
# on-gke-cluster).
|
1632
1646
|
class GkeNodePoolConfig
|
1633
1647
|
include Google::Apis::Core::Hashable
|
1634
1648
|
|
@@ -1644,9 +1658,11 @@ module Google
|
|
1644
1658
|
attr_accessor :config
|
1645
1659
|
|
1646
1660
|
# Optional. The list of Compute Engine zones (https://cloud.google.com/compute/
|
1647
|
-
# docs/zones#available) where
|
1648
|
-
#
|
1649
|
-
#
|
1661
|
+
# docs/zones#available) where node pool nodes associated with a Dataproc on GKE
|
1662
|
+
# virtual cluster will be located.Note: All node pools associated with a virtual
|
1663
|
+
# cluster must be located in the same region as the virtual cluster, and they
|
1664
|
+
# must be located in the same zone within that region.If a location is not
|
1665
|
+
# specified during node pool creation, Dataproc on GKE will choose the zone.
|
1650
1666
|
# Corresponds to the JSON property `locations`
|
1651
1667
|
# @return [Array<String>]
|
1652
1668
|
attr_accessor :locations
|
@@ -1663,24 +1679,24 @@ module Google
|
|
1663
1679
|
end
|
1664
1680
|
end
|
1665
1681
|
|
1666
|
-
# GKE
|
1682
|
+
# GKE node pools that Dataproc workloads run on.
|
1667
1683
|
class GkeNodePoolTarget
|
1668
1684
|
include Google::Apis::Core::Hashable
|
1669
1685
|
|
1670
|
-
# Required. The target GKE
|
1686
|
+
# Required. The target GKE node pool. Format: 'projects/`project`/locations/`
|
1671
1687
|
# location`/clusters/`cluster`/nodePools/`node_pool`'
|
1672
1688
|
# Corresponds to the JSON property `nodePool`
|
1673
1689
|
# @return [String]
|
1674
1690
|
attr_accessor :node_pool
|
1675
1691
|
|
1676
|
-
# The configuration of a GKE
|
1677
|
-
# cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
|
1678
|
-
# gke-cluster).
|
1692
|
+
# The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https:/
|
1693
|
+
# /cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-
|
1694
|
+
# on-gke-cluster).
|
1679
1695
|
# Corresponds to the JSON property `nodePoolConfig`
|
1680
1696
|
# @return [Google::Apis::DataprocV1::GkeNodePoolConfig]
|
1681
1697
|
attr_accessor :node_pool_config
|
1682
1698
|
|
1683
|
-
# Required. The
|
1699
|
+
# Required. The roles associated with the GKE node pool.
|
1684
1700
|
# Corresponds to the JSON property `roles`
|
1685
1701
|
# @return [Array<String>]
|
1686
1702
|
attr_accessor :roles
|
@@ -2934,18 +2950,18 @@ module Google
|
|
2934
2950
|
end
|
2935
2951
|
end
|
2936
2952
|
|
2937
|
-
#
|
2938
|
-
#
|
2953
|
+
# The metric source to enable, with any optional metrics, to override Dataproc
|
2954
|
+
# default metrics.
|
2939
2955
|
class Metric
|
2940
2956
|
include Google::Apis::Core::Hashable
|
2941
2957
|
|
2942
|
-
# Optional. Optional Metrics to override the
|
2943
|
-
# for the metric source
|
2958
|
+
# Optional. Optional Metrics to override the Dataproc default metrics configured
|
2959
|
+
# for the metric source.
|
2944
2960
|
# Corresponds to the JSON property `metricOverrides`
|
2945
2961
|
# @return [Array<String>]
|
2946
2962
|
attr_accessor :metric_overrides
|
2947
2963
|
|
2948
|
-
# Required. MetricSource
|
2964
|
+
# Required. MetricSource to enable.
|
2949
2965
|
# Corresponds to the JSON property `metricSource`
|
2950
2966
|
# @return [String]
|
2951
2967
|
attr_accessor :metric_source
|
@@ -3043,6 +3059,41 @@ module Google
|
|
3043
3059
|
end
|
3044
3060
|
end
|
3045
3061
|
|
3062
|
+
# indicating a list of workers of same type
|
3063
|
+
class NodePool
|
3064
|
+
include Google::Apis::Core::Hashable
|
3065
|
+
|
3066
|
+
# Required. A unique id of the node pool. Primary and Secondary workers can be
|
3067
|
+
# specified using special reserved ids PRIMARY_WORKER_POOL and
|
3068
|
+
# SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using
|
3069
|
+
# corresponding pool id.
|
3070
|
+
# Corresponds to the JSON property `id`
|
3071
|
+
# @return [String]
|
3072
|
+
attr_accessor :id
|
3073
|
+
|
3074
|
+
# Name of instances to be repaired. These instances must belong to specified
|
3075
|
+
# node pool.
|
3076
|
+
# Corresponds to the JSON property `instanceNames`
|
3077
|
+
# @return [Array<String>]
|
3078
|
+
attr_accessor :instance_names
|
3079
|
+
|
3080
|
+
# Required. Repair action to take on specified resources of the node pool.
|
3081
|
+
# Corresponds to the JSON property `repairAction`
|
3082
|
+
# @return [String]
|
3083
|
+
attr_accessor :repair_action
|
3084
|
+
|
3085
|
+
def initialize(**args)
|
3086
|
+
update!(**args)
|
3087
|
+
end
|
3088
|
+
|
3089
|
+
# Update properties of this object
|
3090
|
+
def update!(**args)
|
3091
|
+
@id = args[:id] if args.key?(:id)
|
3092
|
+
@instance_names = args[:instance_names] if args.key?(:instance_names)
|
3093
|
+
@repair_action = args[:repair_action] if args.key?(:repair_action)
|
3094
|
+
end
|
3095
|
+
end
|
3096
|
+
|
3046
3097
|
# This resource represents a long-running operation that is the result of a
|
3047
3098
|
# network API call.
|
3048
3099
|
class Operation
|
@@ -3661,6 +3712,13 @@ module Google
|
|
3661
3712
|
# @return [String]
|
3662
3713
|
attr_accessor :cluster_uuid
|
3663
3714
|
|
3715
|
+
# Optional. Node pools and corresponding repair action to be taken. All node
|
3716
|
+
# pools should be unique in this request. i.e. Multiple entries for the same
|
3717
|
+
# node pool id are not allowed.
|
3718
|
+
# Corresponds to the JSON property `nodePools`
|
3719
|
+
# @return [Array<Google::Apis::DataprocV1::NodePool>]
|
3720
|
+
attr_accessor :node_pools
|
3721
|
+
|
3664
3722
|
# Optional. A unique ID used to identify the request. If the server receives two
|
3665
3723
|
# RepairClusterRequests with the same ID, the second request is ignored, and the
|
3666
3724
|
# first google.longrunning.Operation created and stored in the backend is
|
@@ -3679,6 +3737,7 @@ module Google
|
|
3679
3737
|
# Update properties of this object
|
3680
3738
|
def update!(**args)
|
3681
3739
|
@cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
|
3740
|
+
@node_pools = args[:node_pools] if args.key?(:node_pools)
|
3682
3741
|
@request_id = args[:request_id] if args.key?(:request_id)
|
3683
3742
|
end
|
3684
3743
|
end
|
@@ -4627,8 +4686,8 @@ module Google
|
|
4627
4686
|
include Google::Apis::Core::Hashable
|
4628
4687
|
|
4629
4688
|
# The set of permissions to check for the resource. Permissions with wildcards (
|
4630
|
-
# such as
|
4631
|
-
#
|
4689
|
+
# such as * or storage.*) are not allowed. For more information see IAM Overview
|
4690
|
+
# (https://cloud.google.com/iam/docs/overview#permissions).
|
4632
4691
|
# Corresponds to the JSON property `permissions`
|
4633
4692
|
# @return [Array<String>]
|
4634
4693
|
attr_accessor :permissions
|
@@ -4681,10 +4740,9 @@ module Google
|
|
4681
4740
|
end
|
4682
4741
|
end
|
4683
4742
|
|
4684
|
-
# Dataproc cluster config for a cluster that does not directly control the
|
4743
|
+
# The Dataproc cluster config for a cluster that does not directly control the
|
4685
4744
|
# underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
|
4686
|
-
# google.com/dataproc/docs/
|
4687
|
-
# cluster).
|
4745
|
+
# google.com/dataproc/docs/guides/dpgke/dataproc-gke).
|
4688
4746
|
class VirtualClusterConfig
|
4689
4747
|
include Google::Apis::Core::Hashable
|
4690
4748
|
|
@@ -4698,8 +4756,8 @@ module Google
|
|
4698
4756
|
# @return [Google::Apis::DataprocV1::KubernetesClusterConfig]
|
4699
4757
|
attr_accessor :kubernetes_cluster_config
|
4700
4758
|
|
4701
|
-
# Optional. A Storage bucket used to stage job dependencies, config files,
|
4702
|
-
# job driver console output. If you do not specify a staging bucket, Cloud
|
4759
|
+
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
4760
|
+
# and job driver console output. If you do not specify a staging bucket, Cloud
|
4703
4761
|
# Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your
|
4704
4762
|
# cluster's staging bucket according to the Compute Engine zone where your
|
4705
4763
|
# 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.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220526"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -442,6 +442,12 @@ module Google
|
|
442
442
|
include Google::Apis::Core::JsonObjectSupport
|
443
443
|
end
|
444
444
|
|
445
|
+
class NodePool
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
445
451
|
class Operation
|
446
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
453
|
|
@@ -1090,6 +1096,7 @@ module Google
|
|
1090
1096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
1097
|
collection :accelerators, as: 'accelerators', class: Google::Apis::DataprocV1::GkeNodePoolAcceleratorConfig, decorator: Google::Apis::DataprocV1::GkeNodePoolAcceleratorConfig::Representation
|
1092
1098
|
|
1099
|
+
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1093
1100
|
property :local_ssd_count, as: 'localSsdCount'
|
1094
1101
|
property :machine_type, as: 'machineType'
|
1095
1102
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
@@ -1480,6 +1487,15 @@ module Google
|
|
1480
1487
|
end
|
1481
1488
|
end
|
1482
1489
|
|
1490
|
+
class NodePool
|
1491
|
+
# @private
|
1492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1493
|
+
property :id, as: 'id'
|
1494
|
+
collection :instance_names, as: 'instanceNames'
|
1495
|
+
property :repair_action, as: 'repairAction'
|
1496
|
+
end
|
1497
|
+
end
|
1498
|
+
|
1483
1499
|
class Operation
|
1484
1500
|
# @private
|
1485
1501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1623,6 +1639,8 @@ module Google
|
|
1623
1639
|
# @private
|
1624
1640
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1625
1641
|
property :cluster_uuid, as: 'clusterUuid'
|
1642
|
+
collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
|
1643
|
+
|
1626
1644
|
property :request_id, as: 'requestId'
|
1627
1645
|
end
|
1628
1646
|
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
|
167
|
-
#
|
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
|
246
|
-
#
|
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
|
284
|
-
#
|
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
|
628
|
-
#
|
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
|
810
|
-
#
|
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
|
848
|
-
#
|
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
|
1034
|
-
#
|
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
|
1113
|
-
#
|
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
|
1151
|
-
#
|
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
|
1415
|
-
#
|
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
|
1663
|
-
#
|
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
|
1779
|
-
#
|
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
|
1930
|
-
#
|
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
|
2068
|
-
#
|
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
|
2178
|
-
#
|
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
|
2314
|
-
#
|
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
|
2396
|
-
#
|
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
|
2434
|
-
#
|
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
|
2589
|
-
#
|
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
|
2771
|
-
#
|
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
|
2809
|
-
#
|
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.
|
4
|
+
version: 0.27.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-
|
11
|
+
date: 2022-06-13 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.
|
19
|
+
version: '0.5'
|
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.
|
29
|
+
version: '0.5'
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.27.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.
|
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
|