Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE ME] Re-generated dataproc to pick up changes in the API or client library generator. #10329

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions dataproc/google/cloud/dataproc.py
Expand Up @@ -17,6 +17,7 @@

from __future__ import absolute_import

from google.cloud.dataproc_v1 import AutoscalingPolicyServiceClient
from google.cloud.dataproc_v1 import ClusterControllerClient
from google.cloud.dataproc_v1 import JobControllerClient
from google.cloud.dataproc_v1 import WorkflowTemplateServiceClient
Expand All @@ -30,4 +31,5 @@
"ClusterControllerClient",
"JobControllerClient",
"WorkflowTemplateServiceClient",
"AutoscalingPolicyServiceClient",
)
9 changes: 9 additions & 0 deletions dataproc/google/cloud/dataproc_v1/__init__.py
Expand Up @@ -20,6 +20,7 @@
import warnings

from google.cloud.dataproc_v1 import types
from google.cloud.dataproc_v1.gapic import autoscaling_policy_service_client
from google.cloud.dataproc_v1.gapic import cluster_controller_client
from google.cloud.dataproc_v1.gapic import enums
from google.cloud.dataproc_v1.gapic import job_controller_client
Expand Down Expand Up @@ -52,10 +53,18 @@ class WorkflowTemplateServiceClient(
enums = enums


class AutoscalingPolicyServiceClient(
autoscaling_policy_service_client.AutoscalingPolicyServiceClient
):
__doc__ = autoscaling_policy_service_client.AutoscalingPolicyServiceClient.__doc__
enums = enums


__all__ = (
"enums",
"types",
"ClusterControllerClient",
"JobControllerClient",
"WorkflowTemplateServiceClient",
"AutoscalingPolicyServiceClient",
)