Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
feat: add support for new Dataproc features (#521)
Browse files Browse the repository at this point in the history
* feat: add support for new Dataproc features

PiperOrigin-RevId: 510421528

Source-Link: googleapis/googleapis@5a395e4

Source-Link: https://github.com/googleapis/googleapis-gen/commit/54e9de1f13dbe0c6bef5bc6e7a2a4edbd588bd1b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTRlOWRlMWYxM2RiZTBjNmJlZjViYzZlN2EyYTRlZGJkNTg4YmQxYiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 17, 2023
1 parent f1a9ba7 commit 67bc8a2
Show file tree
Hide file tree
Showing 60 changed files with 22,644 additions and 161 deletions.
Binary file modified dataproc-v1-py.tar.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions google/cloud/dataproc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
from google.cloud.dataproc_v1.types.jobs import SparkRJob
from google.cloud.dataproc_v1.types.jobs import SparkSqlJob
from google.cloud.dataproc_v1.types.jobs import SubmitJobRequest
from google.cloud.dataproc_v1.types.jobs import TrinoJob
from google.cloud.dataproc_v1.types.jobs import UpdateJobRequest
from google.cloud.dataproc_v1.types.jobs import YarnApplication
from google.cloud.dataproc_v1.types.node_groups import CreateNodeGroupRequest
Expand All @@ -172,6 +173,8 @@
from google.cloud.dataproc_v1.types.shared import RuntimeConfig
from google.cloud.dataproc_v1.types.shared import RuntimeInfo
from google.cloud.dataproc_v1.types.shared import SparkHistoryServerConfig
from google.cloud.dataproc_v1.types.shared import UsageMetrics
from google.cloud.dataproc_v1.types.shared import UsageSnapshot
from google.cloud.dataproc_v1.types.shared import Component
from google.cloud.dataproc_v1.types.shared import FailureAction
from google.cloud.dataproc_v1.types.workflow_templates import ClusterOperation
Expand Down Expand Up @@ -304,6 +307,7 @@
"SparkRJob",
"SparkSqlJob",
"SubmitJobRequest",
"TrinoJob",
"UpdateJobRequest",
"YarnApplication",
"CreateNodeGroupRequest",
Expand All @@ -324,6 +328,8 @@
"RuntimeConfig",
"RuntimeInfo",
"SparkHistoryServerConfig",
"UsageMetrics",
"UsageSnapshot",
"Component",
"FailureAction",
"ClusterOperation",
Expand Down
6 changes: 6 additions & 0 deletions google/cloud/dataproc_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
from .types.jobs import SparkRJob
from .types.jobs import SparkSqlJob
from .types.jobs import SubmitJobRequest
from .types.jobs import TrinoJob
from .types.jobs import UpdateJobRequest
from .types.jobs import YarnApplication
from .types.node_groups import CreateNodeGroupRequest
Expand All @@ -132,6 +133,8 @@
from .types.shared import RuntimeConfig
from .types.shared import RuntimeInfo
from .types.shared import SparkHistoryServerConfig
from .types.shared import UsageMetrics
from .types.shared import UsageSnapshot
from .types.shared import Component
from .types.shared import FailureAction
from .types.workflow_templates import ClusterOperation
Expand Down Expand Up @@ -280,10 +283,13 @@
"StopClusterRequest",
"SubmitJobRequest",
"TemplateParameter",
"TrinoJob",
"UpdateAutoscalingPolicyRequest",
"UpdateClusterRequest",
"UpdateJobRequest",
"UpdateWorkflowTemplateRequest",
"UsageMetrics",
"UsageSnapshot",
"ValueValidation",
"VirtualClusterConfig",
"WorkflowGraph",
Expand Down
Loading

0 comments on commit 67bc8a2

Please sign in to comment.