Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dataproc/google/cloud/dataproc_v1beta2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@
from __future__ import absolute_import

from google.cloud.dataproc_v1beta2 import types
from google.cloud.dataproc_v1beta2.gapic import autoscaling_policy_service_client
from google.cloud.dataproc_v1beta2.gapic import cluster_controller_client
from google.cloud.dataproc_v1beta2.gapic import enums
from google.cloud.dataproc_v1beta2.gapic import job_controller_client
from google.cloud.dataproc_v1beta2.gapic import workflow_template_service_client


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


class ClusterControllerClient(cluster_controller_client.ClusterControllerClient):
__doc__ = cluster_controller_client.ClusterControllerClient.__doc__
enums = enums
Expand All @@ -44,6 +52,7 @@ class WorkflowTemplateServiceClient(
__all__ = (
"enums",
"types",
"AutoscalingPolicyServiceClient",
"ClusterControllerClient",
"JobControllerClient",
"WorkflowTemplateServiceClient",
Expand Down
Loading