From 6415dec4a93a304cd26d5ebfd96c544164d8d9a0 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 30 Jan 2020 09:15:15 -0800 Subject: [PATCH] chore(dataproc): bump copyright year to 2020; change docstring line breaks (via synth) (#10260) --- dataproc/google/__init__.py | 2 +- dataproc/google/cloud/__init__.py | 2 +- dataproc/google/cloud/dataproc.py | 2 +- dataproc/google/cloud/dataproc_v1/__init__.py | 2 +- .../gapic/cluster_controller_client.py | 2 +- .../google/cloud/dataproc_v1/gapic/enums.py | 2 +- .../gapic/job_controller_client.py | 2 +- .../cluster_controller_grpc_transport.py | 2 +- .../job_controller_grpc_transport.py | 2 +- ...orkflow_template_service_grpc_transport.py | 2 +- .../gapic/workflow_template_service_client.py | 2 +- .../proto/autoscaling_policies_pb2.py | 10 +- .../cloud/dataproc_v1/proto/clusters_pb2.py | 35 +- .../cloud/dataproc_v1/proto/jobs_pb2.py | 20 +- .../proto/workflow_templates_pb2.py | 14 +- dataproc/google/cloud/dataproc_v1/types.py | 2 +- .../google/cloud/dataproc_v1beta2/__init__.py | 2 +- .../autoscaling_policy_service_client.py | 2 +- .../gapic/cluster_controller_client.py | 2 +- .../cloud/dataproc_v1beta2/gapic/enums.py | 2 +- .../gapic/job_controller_client.py | 2 +- ...toscaling_policy_service_grpc_transport.py | 2 +- .../cluster_controller_grpc_transport.py | 2 +- .../job_controller_grpc_transport.py | 2 +- ...orkflow_template_service_grpc_transport.py | 2 +- .../gapic/workflow_template_service_client.py | 2 +- .../proto/autoscaling_policies_pb2.py | 10 +- .../dataproc_v1beta2/proto/clusters_pb2.py | 38 ++- .../cloud/dataproc_v1beta2/proto/jobs_pb2.py | 8 +- .../proto/workflow_templates_pb2.py | 14 +- .../google/cloud/dataproc_v1beta2/types.py | 2 +- dataproc/synth.metadata | 322 +++++++++++++++++- .../v1/test_system_cluster_controller_v1.py | 2 +- .../test_system_cluster_controller_v1beta2.py | 2 +- .../v1/test_cluster_controller_client_v1.py | 2 +- .../gapic/v1/test_job_controller_client_v1.py | 2 +- ...est_workflow_template_service_client_v1.py | 2 +- ...toscaling_policy_service_client_v1beta2.py | 2 +- .../test_cluster_controller_client_v1beta2.py | 2 +- .../test_job_controller_client_v1beta2.py | 2 +- ...orkflow_template_service_client_v1beta2.py | 2 +- 41 files changed, 435 insertions(+), 100 deletions(-) diff --git a/dataproc/google/__init__.py b/dataproc/google/__init__.py index 8fcc60e2b9c6..9a1b64a6d586 100644 --- a/dataproc/google/__init__.py +++ b/dataproc/google/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/__init__.py b/dataproc/google/cloud/__init__.py index 8fcc60e2b9c6..9a1b64a6d586 100644 --- a/dataproc/google/cloud/__init__.py +++ b/dataproc/google/cloud/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc.py b/dataproc/google/cloud/dataproc.py index 772a0dbfd0de..25b767956a0c 100644 --- a/dataproc/google/cloud/dataproc.py +++ b/dataproc/google/cloud/dataproc.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/__init__.py b/dataproc/google/cloud/dataproc_v1/__init__.py index 3b5fda86b151..395e618f20f9 100644 --- a/dataproc/google/cloud/dataproc_v1/__init__.py +++ b/dataproc/google/cloud/dataproc_v1/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/cluster_controller_client.py b/dataproc/google/cloud/dataproc_v1/gapic/cluster_controller_client.py index e234297b4e7c..f849ff06dff5 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/cluster_controller_client.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/cluster_controller_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/enums.py b/dataproc/google/cloud/dataproc_v1/gapic/enums.py index 80626cef3b65..9bbaf2a63b3c 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/enums.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/enums.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/job_controller_client.py b/dataproc/google/cloud/dataproc_v1/gapic/job_controller_client.py index 7732720299fe..7752a4b79235 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/job_controller_client.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/job_controller_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/transports/cluster_controller_grpc_transport.py b/dataproc/google/cloud/dataproc_v1/gapic/transports/cluster_controller_grpc_transport.py index 3c4a813d437b..8ffede67d395 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/transports/cluster_controller_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/transports/cluster_controller_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/transports/job_controller_grpc_transport.py b/dataproc/google/cloud/dataproc_v1/gapic/transports/job_controller_grpc_transport.py index e1fc88fb22ac..d71efe4307c5 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/transports/job_controller_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/transports/job_controller_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/transports/workflow_template_service_grpc_transport.py b/dataproc/google/cloud/dataproc_v1/gapic/transports/workflow_template_service_grpc_transport.py index 86a35d067ba4..06564b0797f5 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/transports/workflow_template_service_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/transports/workflow_template_service_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/gapic/workflow_template_service_client.py b/dataproc/google/cloud/dataproc_v1/gapic/workflow_template_service_client.py index df8e79dd20cc..27e3eadcef7b 100644 --- a/dataproc/google/cloud/dataproc_v1/gapic/workflow_template_service_client.py +++ b/dataproc/google/cloud/dataproc_v1/gapic/workflow_template_service_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py b/dataproc/google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py index 0dc596cd2eca..8d76aae29940 100644 --- a/dataproc/google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py +++ b/dataproc/google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py @@ -790,7 +790,8 @@ dict( DESCRIPTOR=_AUTOSCALINGPOLICY, __module__="google.cloud.dataproc_v1.proto.autoscaling_policies_pb2", - __doc__="""Describes an autoscaling policy for Dataproc cluster autoscaler. + __doc__="""Describes an autoscaling policy for Dataproc cluster + autoscaler. Attributes: @@ -903,8 +904,8 @@ dict( DESCRIPTOR=_INSTANCEGROUPAUTOSCALINGPOLICYCONFIG, __module__="google.cloud.dataproc_v1.proto.autoscaling_policies_pb2", - __doc__="""Configuration for the size bounds of an instance group, including its - proportional size to other groups. + __doc__="""Configuration for the size bounds of an instance group, + including its proportional size to other groups. Attributes: @@ -1084,7 +1085,8 @@ dict( DESCRIPTOR=_LISTAUTOSCALINGPOLICIESRESPONSE, __module__="google.cloud.dataproc_v1.proto.autoscaling_policies_pb2", - __doc__="""A response to a request to list autoscaling policies in a project. + __doc__="""A response to a request to list autoscaling policies in a + project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1/proto/clusters_pb2.py b/dataproc/google/cloud/dataproc_v1/proto/clusters_pb2.py index 59c9e460af09..b4c0aa2b6cc4 100644 --- a/dataproc/google/cloud/dataproc_v1/proto/clusters_pb2.py +++ b/dataproc/google/cloud/dataproc_v1/proto/clusters_pb2.py @@ -2795,8 +2795,8 @@ ), DESCRIPTOR=_CLUSTER, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Describes the identifying information, config, and status of a cluster - of Compute Engine instances. + __doc__="""Describes the identifying information, config, and status + of a cluster of Compute Engine instances. Attributes: @@ -2952,8 +2952,8 @@ ), DESCRIPTOR=_GCECLUSTERCONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Common config settings for resources of Compute Engine cluster - instances, applicable to all instances in the cluster. + __doc__="""Common config settings for resources of Compute Engine + cluster instances, applicable to all instances in the cluster. Attributes: @@ -3038,8 +3038,8 @@ dict( DESCRIPTOR=_INSTANCEGROUPCONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Optional. The config settings for Compute Engine resources in an - instance group, such as a master or worker group. + __doc__="""Optional. The config settings for Compute Engine resources + in an instance group, such as a master or worker group. Attributes: @@ -3094,7 +3094,8 @@ dict( DESCRIPTOR=_MANAGEDGROUPCONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Specifies the resources used to actively manage an instance group. + __doc__="""Specifies the resources used to actively manage an + instance group. Attributes: @@ -3116,8 +3117,8 @@ dict( DESCRIPTOR=_ACCELERATORCONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Specifies the type and number of accelerator cards attached to the - instances of an instance. See `GPUs on Compute + __doc__="""Specifies the type and number of accelerator cards + attached to the instances of an instance. See `GPUs on Compute Engine `__. @@ -3152,7 +3153,8 @@ dict( DESCRIPTOR=_DISKCONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Specifies the config of disk options for a group of VM instances. + __doc__="""Specifies the config of disk options for a group of VM + instances. Attributes: @@ -3182,8 +3184,8 @@ dict( DESCRIPTOR=_NODEINITIALIZATIONACTION, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Specifies an executable to run on a fully configured node and a timeout - period for executable completion. + __doc__="""Specifies an executable to run on a fully configured node + and a timeout period for executable completion. Attributes: @@ -3331,7 +3333,8 @@ ), DESCRIPTOR=_SOFTWARECONFIG, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Specifies the selection and config of software inside the cluster. + __doc__="""Specifies the selection and config of software inside the + cluster. Attributes: @@ -3389,7 +3392,8 @@ ), DESCRIPTOR=_CLUSTERMETRICS, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Contains cluster daemon metrics, such as HDFS and YARN stats. + __doc__="""Contains cluster daemon metrics, such as HDFS and YARN + stats. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release. @@ -3568,7 +3572,8 @@ dict( DESCRIPTOR=_GETCLUSTERREQUEST, __module__="google.cloud.dataproc_v1.proto.clusters_pb2", - __doc__="""Request to get the resource representation for a cluster in a project. + __doc__="""Request to get the resource representation for a cluster + in a project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1/proto/jobs_pb2.py b/dataproc/google/cloud/dataproc_v1/proto/jobs_pb2.py index 470b4bb953e8..68b7392f7db9 100644 --- a/dataproc/google/cloud/dataproc_v1/proto/jobs_pb2.py +++ b/dataproc/google/cloud/dataproc_v1/proto/jobs_pb2.py @@ -3429,8 +3429,8 @@ ), DESCRIPTOR=_SPARKJOB, __module__="google.cloud.dataproc_v1.proto.jobs_pb2", - __doc__="""A Dataproc job for running `Apache Spark `__ - applications on YARN. + __doc__="""A Dataproc job for running `Apache + Spark `__ applications on YARN. Attributes: @@ -3583,8 +3583,8 @@ ), DESCRIPTOR=_HIVEJOB, __module__="google.cloud.dataproc_v1.proto.jobs_pb2", - __doc__="""A Dataproc job for running `Apache Hive `__ - queries on YARN. + __doc__="""A Dataproc job for running `Apache + Hive `__ queries on YARN. Attributes: @@ -3700,8 +3700,8 @@ ), DESCRIPTOR=_PIGJOB, __module__="google.cloud.dataproc_v1.proto.jobs_pb2", - __doc__="""A Dataproc job for running `Apache Pig `__ - queries on YARN. + __doc__="""A Dataproc job for running `Apache + Pig `__ queries on YARN. Attributes: @@ -3818,8 +3818,9 @@ dict( DESCRIPTOR=_YARNAPPLICATION, __module__="google.cloud.dataproc_v1.proto.jobs_pb2", - __doc__="""A YARN application created by a job. Application information is a subset - of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto. + __doc__="""A YARN application created by a job. Application + information is a subset of + org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release. @@ -3988,7 +3989,8 @@ dict( DESCRIPTOR=_GETJOBREQUEST, __module__="google.cloud.dataproc_v1.proto.jobs_pb2", - __doc__="""A request to get the resource representation for a job in a project. + __doc__="""A request to get the resource representation for a job in + a project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1/proto/workflow_templates_pb2.py b/dataproc/google/cloud/dataproc_v1/proto/workflow_templates_pb2.py index 87c81d7bc321..0c3125b12d44 100644 --- a/dataproc/google/cloud/dataproc_v1/proto/workflow_templates_pb2.py +++ b/dataproc/google/cloud/dataproc_v1/proto/workflow_templates_pb2.py @@ -2591,7 +2591,8 @@ ), DESCRIPTOR=_CLUSTERSELECTOR, __module__="google.cloud.dataproc_v1.proto.workflow_templates_pb2", - __doc__="""A selector that chooses target cluster for jobs based on metadata. + __doc__="""A selector that chooses target cluster for jobs based on + metadata. Attributes: @@ -2676,10 +2677,10 @@ dict( DESCRIPTOR=_TEMPLATEPARAMETER, __module__="google.cloud.dataproc_v1.proto.workflow_templates_pb2", - __doc__="""A configurable parameter that replaces one or more fields in the - template. Parameterizable fields: - Labels - File uris - Job properties - - Job arguments - Script variables - Main class (in HadoopJob and - SparkJob) - Zone (in ClusterSelector) + __doc__="""A configurable parameter that replaces one or more fields + in the template. Parameterizable fields: - Labels - File uris - Job + properties - Job arguments - Script variables - Main class (in HadoopJob + and SparkJob) - Zone (in ClusterSelector) Attributes: @@ -3132,7 +3133,8 @@ dict( DESCRIPTOR=_LISTWORKFLOWTEMPLATESRESPONSE, __module__="google.cloud.dataproc_v1.proto.workflow_templates_pb2", - __doc__="""A response to a request to list workflow templates in a project. + __doc__="""A response to a request to list workflow templates in a + project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1/types.py b/dataproc/google/cloud/dataproc_v1/types.py index 4d3c90bc9abc..600233b2f92e 100644 --- a/dataproc/google/cloud/dataproc_v1/types.py +++ b/dataproc/google/cloud/dataproc_v1/types.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/__init__.py b/dataproc/google/cloud/dataproc_v1beta2/__init__.py index 3092615d7de0..52c8544816c0 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/__init__.py +++ b/dataproc/google/cloud/dataproc_v1beta2/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client.py index 47bcdc67318c..9f7b4695ec49 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/cluster_controller_client.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/cluster_controller_client.py index 246638c9473b..e64fc0d7ce35 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/cluster_controller_client.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/cluster_controller_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/enums.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/enums.py index f99be1fed1c7..8c3b09801f81 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/enums.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/enums.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/job_controller_client.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/job_controller_client.py index 22c84bbcb456..21b6ca4941e0 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/job_controller_client.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/job_controller_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/autoscaling_policy_service_grpc_transport.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/autoscaling_policy_service_grpc_transport.py index ff40b5b2d361..98651adee77d 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/autoscaling_policy_service_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/autoscaling_policy_service_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/cluster_controller_grpc_transport.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/cluster_controller_grpc_transport.py index b708113b7879..767268e536bc 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/cluster_controller_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/cluster_controller_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/job_controller_grpc_transport.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/job_controller_grpc_transport.py index f906f9cf1e43..33bcf39e1728 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/job_controller_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/job_controller_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py index 14398811aedf..39b8c85e8d7d 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client.py b/dataproc/google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client.py index 9e67cd3f6e35..5319e2f1f15c 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client.py +++ b/dataproc/google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2.py b/dataproc/google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2.py index 50c0c54dd6fd..7c3be0284cae 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2.py +++ b/dataproc/google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2.py @@ -792,7 +792,8 @@ dict( DESCRIPTOR=_AUTOSCALINGPOLICY, __module__="google.cloud.dataproc_v1beta2.proto.autoscaling_policies_pb2", - __doc__="""Describes an autoscaling policy for Dataproc cluster autoscaler. + __doc__="""Describes an autoscaling policy for Dataproc cluster + autoscaler. Attributes: @@ -905,8 +906,8 @@ dict( DESCRIPTOR=_INSTANCEGROUPAUTOSCALINGPOLICYCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.autoscaling_policies_pb2", - __doc__="""Configuration for the size bounds of an instance group, including its - proportional size to other groups. + __doc__="""Configuration for the size bounds of an instance group, + including its proportional size to other groups. Attributes: @@ -1086,7 +1087,8 @@ dict( DESCRIPTOR=_LISTAUTOSCALINGPOLICIESRESPONSE, __module__="google.cloud.dataproc_v1beta2.proto.autoscaling_policies_pb2", - __doc__="""A response to a request to list autoscaling policies in a project. + __doc__="""A response to a request to list autoscaling policies in a + project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1beta2/proto/clusters_pb2.py b/dataproc/google/cloud/dataproc_v1beta2/proto/clusters_pb2.py index 48f0feafeee9..d043480d7c22 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/proto/clusters_pb2.py +++ b/dataproc/google/cloud/dataproc_v1beta2/proto/clusters_pb2.py @@ -3219,8 +3219,8 @@ ), DESCRIPTOR=_CLUSTER, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Describes the identifying information, config, and status of a cluster - of Compute Engine instances. + __doc__="""Describes the identifying information, config, and status + of a cluster of Compute Engine instances. Attributes: @@ -3413,8 +3413,8 @@ ), DESCRIPTOR=_GCECLUSTERCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Common config settings for resources of Compute Engine cluster - instances, applicable to all instances in the cluster. + __doc__="""Common config settings for resources of Compute Engine + cluster instances, applicable to all instances in the cluster. Attributes: @@ -3501,8 +3501,8 @@ dict( DESCRIPTOR=_INSTANCEGROUPCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""The config settings for Compute Engine resources in an instance group, - such as a master or worker group. + __doc__="""The config settings for Compute Engine resources in an + instance group, such as a master or worker group. Attributes: @@ -3557,7 +3557,8 @@ dict( DESCRIPTOR=_MANAGEDGROUPCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Specifies the resources used to actively manage an instance group. + __doc__="""Specifies the resources used to actively manage an + instance group. Attributes: @@ -3579,8 +3580,8 @@ dict( DESCRIPTOR=_ACCELERATORCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Specifies the type and number of accelerator cards attached to the - instances of an instance group (see `GPUs on Compute + __doc__="""Specifies the type and number of accelerator cards + attached to the instances of an instance group (see `GPUs on Compute Engine `__). @@ -3615,7 +3616,8 @@ dict( DESCRIPTOR=_DISKCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Specifies the config of disk options for a group of VM instances. + __doc__="""Specifies the config of disk options for a group of VM + instances. Attributes: @@ -3680,7 +3682,8 @@ dict( DESCRIPTOR=_SECURITYCONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Security related configuration, including encryption, Kerberos, etc. + __doc__="""Security related configuration, including encryption, + Kerberos, etc. Attributes: @@ -3770,8 +3773,8 @@ dict( DESCRIPTOR=_NODEINITIALIZATIONACTION, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Specifies an executable to run on a fully configured node and a timeout - period for executable completion. + __doc__="""Specifies an executable to run on a fully configured node + and a timeout period for executable completion. Attributes: @@ -3829,7 +3832,8 @@ ), DESCRIPTOR=_SOFTWARECONFIG, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Specifies the selection and config of software inside the cluster. + __doc__="""Specifies the selection and config of software inside the + cluster. Attributes: @@ -3887,7 +3891,8 @@ ), DESCRIPTOR=_CLUSTERMETRICS, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Contains cluster daemon metrics, such as HDFS and YARN stats. + __doc__="""Contains cluster daemon metrics, such as HDFS and YARN + stats. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release. @@ -4080,7 +4085,8 @@ dict( DESCRIPTOR=_GETCLUSTERREQUEST, __module__="google.cloud.dataproc_v1beta2.proto.clusters_pb2", - __doc__="""Request to get the resource representation for a cluster in a project. + __doc__="""Request to get the resource representation for a cluster + in a project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1beta2/proto/jobs_pb2.py b/dataproc/google/cloud/dataproc_v1beta2/proto/jobs_pb2.py index b25037c0cddf..c40e358b62cf 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/proto/jobs_pb2.py +++ b/dataproc/google/cloud/dataproc_v1beta2/proto/jobs_pb2.py @@ -4097,8 +4097,9 @@ dict( DESCRIPTOR=_YARNAPPLICATION, __module__="google.cloud.dataproc_v1beta2.proto.jobs_pb2", - __doc__="""A YARN application created by a job. Application information is a subset - of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto. + __doc__="""A YARN application created by a job. Application + information is a subset of + org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release. @@ -4273,7 +4274,8 @@ dict( DESCRIPTOR=_GETJOBREQUEST, __module__="google.cloud.dataproc_v1beta2.proto.jobs_pb2", - __doc__="""A request to get the resource representation for a job in a project. + __doc__="""A request to get the resource representation for a job in + a project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2.py b/dataproc/google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2.py index 8b83c1d3a3f1..af679f35ffbf 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2.py +++ b/dataproc/google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2.py @@ -2638,7 +2638,8 @@ ), DESCRIPTOR=_CLUSTERSELECTOR, __module__="google.cloud.dataproc_v1beta2.proto.workflow_templates_pb2", - __doc__="""A selector that chooses target cluster for jobs based on metadata. + __doc__="""A selector that chooses target cluster for jobs based on + metadata. Attributes: @@ -2723,10 +2724,10 @@ dict( DESCRIPTOR=_TEMPLATEPARAMETER, __module__="google.cloud.dataproc_v1beta2.proto.workflow_templates_pb2", - __doc__="""A configurable parameter that replaces one or more fields in the - template. Parameterizable fields: - Labels - File uris - Job properties - - Job arguments - Script variables - Main class (in HadoopJob and - SparkJob) - Zone (in ClusterSelector) + __doc__="""A configurable parameter that replaces one or more fields + in the template. Parameterizable fields: - Labels - File uris - Job + properties - Job arguments - Script variables - Main class (in HadoopJob + and SparkJob) - Zone (in ClusterSelector) Attributes: @@ -3183,7 +3184,8 @@ dict( DESCRIPTOR=_LISTWORKFLOWTEMPLATESRESPONSE, __module__="google.cloud.dataproc_v1beta2.proto.workflow_templates_pb2", - __doc__="""A response to a request to list workflow templates in a project. + __doc__="""A response to a request to list workflow templates in a + project. Attributes: diff --git a/dataproc/google/cloud/dataproc_v1beta2/types.py b/dataproc/google/cloud/dataproc_v1beta2/types.py index 811c656a00af..23d3f87ebab8 100644 --- a/dataproc/google/cloud/dataproc_v1beta2/types.py +++ b/dataproc/google/cloud/dataproc_v1beta2/types.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/synth.metadata b/dataproc/synth.metadata index e96f585b34a0..314ca5cec0e4 100644 --- a/dataproc/synth.metadata +++ b/dataproc/synth.metadata @@ -1,19 +1,20 @@ { - "updateTime": "2020-01-08T13:17:56.610055Z", + "updateTime": "2020-01-30T13:21:23.253293Z", "sources": [ { "generator": { "name": "artman", - "version": "0.43.0", - "dockerImage": "googleapis/artman@sha256:264654a37596a44b0668b8ce6ac41082d713f6ee150b3fc6425fa78cc64e4f20" + "version": "0.44.4", + "dockerImage": "googleapis/artman@sha256:19e945954fc960a4bdfee6cb34695898ab21a8cf0bac063ee39b91f00a1faec8" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "08b488e0660c59842a7dee0e3e2b65d9e3a514a9", - "internalRef": "288625007" + "sha": "c1246a29e22b0f98e800a536b5b0da2d933a55f2", + "internalRef": "292310790", + "log": "c1246a29e22b0f98e800a536b5b0da2d933a55f2\nUpdating v1 protos with the latest inline documentation (in comments) and config options. Also adding a per-service .yaml file.\n\nPiperOrigin-RevId: 292310790\n\nb491d07cadaae7cde5608321f913e5ca1459b32d\nRevert accidental local_repository change\n\nPiperOrigin-RevId: 292245373\n\naf3400a8cb6110025198b59a0f7d018ae3cda700\nUpdate gapic-generator dependency (prebuilt PHP binary support).\n\nPiperOrigin-RevId: 292243997\n\n341fd5690fae36f36cf626ef048fbcf4bbe7cee6\ngrafeas: v1 add resource_definition for the grafeas.io/Project and change references for Project.\n\nPiperOrigin-RevId: 292221998\n\n42e915ec2ece1cd37a590fbcd10aa2c0fb0e5b06\nUpdate the gapic-generator, protoc-java-resource-name-plugin and protoc-docs-plugin to the latest commit.\n\nPiperOrigin-RevId: 292182368\n\nf035f47250675d31492a09f4a7586cfa395520a7\nFix grafeas build and update build.sh script to include gerafeas.\n\nPiperOrigin-RevId: 292168753\n\n26ccb214b7bc4a716032a6266bcb0a9ca55d6dbb\nasset: v1p1beta1 add client config annotations and retry config\n\nPiperOrigin-RevId: 292154210\n\n974ee5c0b5d03e81a50dafcedf41e0efebb5b749\nasset: v1beta1 add client config annotations\n\nPiperOrigin-RevId: 292152573\n\ncf3b61102ed5f36b827bc82ec39be09525f018c8\n Fix to protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 292034635\n\n4e1cfaa7c0fede9e65d64213ca3da1b1255816c0\nUpdate the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change\n\nPiperOrigin-RevId: 292030970\n\n9c483584f8fd5a1b862ae07973f4cc7bb3e46648\nasset: add annotations to v1p1beta1\n\nPiperOrigin-RevId: 292009868\n\ne19209fac29731d0baf6d9ac23da1164f7bdca24\nAdd the google.rpc.context.AttributeContext message to the open source\ndirectories.\n\nPiperOrigin-RevId: 291999930\n\nae5662960573f279502bf98a108a35ba1175e782\noslogin API: move file level option on top of the file to avoid protobuf.js bug.\n\nPiperOrigin-RevId: 291990506\n\neba3897fff7c49ed85d3c47fc96fe96e47f6f684\nAdd cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.\n\nPiperOrigin-RevId: 291988651\n\n8e981acfd9b97ea2f312f11bbaa7b6c16e412dea\nBeta launch for PersonDetection and FaceDetection features.\n\nPiperOrigin-RevId: 291821782\n\n994e067fae3b21e195f7da932b08fff806d70b5d\nasset: add annotations to v1p2beta1\n\nPiperOrigin-RevId: 291815259\n\n244e1d2c89346ca2e0701b39e65552330d68545a\nAdd Playable Locations service\n\nPiperOrigin-RevId: 291806349\n\n909f8f67963daf45dd88d020877fb9029b76788d\nasset: add annotations to v1beta2\n\nPiperOrigin-RevId: 291805301\n\n3c39a1d6e23c1ef63c7fba4019c25e76c40dfe19\nKMS: add file-level message for CryptoKeyPath, it is defined in gapic yaml but not\nin proto files.\n\nPiperOrigin-RevId: 291420695\n\nc6f3f350b8387f8d1b85ed4506f30187ebaaddc3\ncontaineranalysis: update v1beta1 and bazel build with annotations\n\nPiperOrigin-RevId: 291401900\n\n92887d74b44e4e636252b7b8477d0d2570cd82db\nfix: fix the location of grpc config file.\n\nPiperOrigin-RevId: 291396015\n\ne26cab8afd19d396b929039dac5d874cf0b5336c\nexpr: add default_host and method_signature annotations to CelService\n\nPiperOrigin-RevId: 291240093\n\n06093ae3952441c34ec176d1f7431b8765cec0be\nirm: fix v1alpha2 bazel build by adding missing proto imports\n\nPiperOrigin-RevId: 291227940\n\na8a2514af326e4673063f9a3c9d0ef1091c87e6c\nAdd proto annotation for cloud/irm API\n\nPiperOrigin-RevId: 291217859\n\n8d16f76de065f530d395a4c7eabbf766d6a120fd\nGenerate Memcache v1beta2 API protos and gRPC ServiceConfig files\n\nPiperOrigin-RevId: 291008516\n\n3af1dabd93df9a9f17bf3624d3b875c11235360b\ngrafeas: Add containeranalysis default_host to Grafeas service\n\nPiperOrigin-RevId: 290965849\n\nbe2663fa95e31cba67d0cd62611a6674db9f74b7\nfix(google/maps/roads): add missing opening bracket\n\nPiperOrigin-RevId: 290964086\n\nfacc26550a0af0696e0534bc9cae9df14275aa7c\nUpdating v2 protos with the latest inline documentation (in comments) and adding a per-service .yaml file.\n\nPiperOrigin-RevId: 290952261\n\ncda99c1f7dc5e4ca9b1caeae1dc330838cbc1461\nChange api_name to 'asset' for v1p1beta1\n\nPiperOrigin-RevId: 290800639\n\n94e9e90c303a820ce40643d9129e7f0d2054e8a1\nAdds Google Maps Road service\n\nPiperOrigin-RevId: 290795667\n\na3b23dcb2eaecce98c600c7d009451bdec52dbda\nrpc: new message ErrorInfo, other comment updates\n\nPiperOrigin-RevId: 290781668\n\n26420ef4e46c37f193c0fbe53d6ebac481de460e\nAdd proto definition for Org Policy v1.\n\nPiperOrigin-RevId: 290771923\n\n7f0dab8177cf371ae019a082e2512de7ac102888\nPublish Routes Preferred API v1 service definitions.\n\nPiperOrigin-RevId: 290326986\n\nad6e508d0728e1d1bca6e3f328cd562718cb772d\nFix: Qualify resource type references with \"jobs.googleapis.com/\"\n\nPiperOrigin-RevId: 290285762\n\n58e770d568a2b78168ddc19a874178fee8265a9d\ncts client library\n\nPiperOrigin-RevId: 290146169\n\naf9daa4c3b4c4a8b7133b81588dd9ffd37270af2\nAdd more programming language options to public proto\n\nPiperOrigin-RevId: 290144091\n\nd9f2bbf2df301ef84641d4cec7c828736a0bd907\ntalent: add missing resource.proto dep to Bazel build target\n\nPiperOrigin-RevId: 290143164\n\n3b3968237451d027b42471cd28884a5a1faed6c7\nAnnotate Talent API.\nAdd gRPC service config for retry.\nUpdate bazel file with google.api.resource dependency.\n\nPiperOrigin-RevId: 290125172\n\n0735b4b096872960568d1f366bfa75b7b0e1f1a3\nWeekly library update.\n\nPiperOrigin-RevId: 289939042\n\n8760d3d9a4543d7f9c0d1c7870aca08b116e4095\nWeekly library update.\n\nPiperOrigin-RevId: 289939020\n\n8607df842f782a901805187e02fff598145b0b0e\nChange Talent API timeout to 30s.\n\nPiperOrigin-RevId: 289912621\n\n908155991fe32570653bcb72ecfdcfc896642f41\nAdd Recommendations AI V1Beta1\n\nPiperOrigin-RevId: 289901914\n\n5c9a8c2bebd8b71aa66d1cc473edfaac837a2c78\nAdding no-arg method signatures for ListBillingAccounts and ListServices\n\nPiperOrigin-RevId: 289891136\n\n50b0e8286ac988b0593bd890eb31fef6ea2f5767\nlongrunning: add grpc service config and default_host annotation to operations.proto\n\nPiperOrigin-RevId: 289876944\n\n6cac27dabe51c54807b0401698c32d34998948a9\n Updating default deadline for Cloud Security Command Center's v1 APIs.\n\nPiperOrigin-RevId: 289875412\n\nd99df0d67057a233c711187e0689baa4f8e6333d\nFix: Correct spelling in C# namespace option\n\nPiperOrigin-RevId: 289709813\n\n2fa8d48165cc48e35b0c62e6f7bdade12229326c\nfeat: Publish Recommender v1 to GitHub.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289619243\n\n9118db63d1ab493a2e44a3b4973fde810a835c49\nfirestore: don't retry reads that fail with Aborted\n\nFor transaction reads that fail with ABORTED, we need to rollback and start a new transaction. Our current configuration makes it so that GAPIC retries ABORTED reads multiple times without making any progress. Instead, we should retry at the transaction level.\n\nPiperOrigin-RevId: 289532382\n\n1dbfd3fe4330790b1e99c0bb20beb692f1e20b8a\nFix bazel build\nAdd other langauges (Java was already there) for bigquery/storage/v1alpha2 api.\n\nPiperOrigin-RevId: 289519766\n\nc06599cdd7d11f8d3fd25f8d3249e5bb1a3d5d73\nInitial commit of google.cloud.policytroubleshooter API, The API helps in troubleshooting GCP policies. Refer https://cloud.google.com/iam/docs/troubleshooting-access for more information\n\nPiperOrigin-RevId: 289491444\n\nfce7d80fa16ea241e87f7bc33d68595422e94ecd\nDo not pass samples option for Artman config of recommender v1 API.\n\nPiperOrigin-RevId: 289477403\n\nef179e8c61436297e6bb124352e47e45c8c80cb1\nfix: Address missing Bazel dependency.\n\nBazel builds stopped working in 06ec6d5 because\nthe google/longrunning/operations.proto file took\nan import from google/api/client.proto, but that\nimport was not added to BUILD.bazel.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289446074\n\n8841655b242c84fd691d77d7bcf21b61044f01ff\nMigrate Data Labeling v1beta1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289446026\n\n06ec6d5d053fff299eaa6eaa38afdd36c5e2fc68\nAdd annotations to google.longrunning.v1\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289413169\n\n0480cf40be1d3cc231f4268a2fdb36a8dd60e641\nMigrate IAM Admin v1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289411084\n\n1017173e9adeb858587639af61889ad970c728b1\nSpecify a C# namespace for BigQuery Connection v1beta1\n\nPiperOrigin-RevId: 289396763\n\nb08714b378e8e5b0c4ecdde73f92c36d6303b4b6\nfix: Integrate latest proto-docs-plugin fix.\nFixes dialogflow v2\n\nPiperOrigin-RevId: 289189004\n\n51217a67e79255ee1f2e70a6a3919df082513327\nCreate BUILD file for recommender v1\n\nPiperOrigin-RevId: 289183234\n\nacacd87263c0a60e458561b8b8ce9f67c760552a\nGenerate recommender v1 API protos and gRPC ServiceConfig files\n\nPiperOrigin-RevId: 289177510\n\n9d2f7133b97720b1fa3601f6dcd30760ba6d8a1e\nFix kokoro build script\n\nPiperOrigin-RevId: 289166315\n\nc43a67530d2a47a0220cad20ca8de39b3fbaf2c5\ncloudtasks: replace missing RPC timeout config for v2beta2 and v2beta3\n\nPiperOrigin-RevId: 289162391\n\n4cefc229a9197236fc0adf02d69b71c0c5cf59de\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 289158456\n\n56f263fe959c50786dab42e3c61402d32d1417bd\nCatalog API: Adding config necessary to build client libraries\n\nPiperOrigin-RevId: 289149879\n\n4543762b23a57fc3c53d409efc3a9affd47b6ab3\nFix Bazel build\nbilling/v1 and dialogflow/v2 remain broken (not bazel-related issues).\nBilling has wrong configuration, dialogflow failure is caused by a bug in documentation plugin.\n\nPiperOrigin-RevId: 289140194\n\nc9dce519127b97e866ca133a01157f4ce27dcceb\nUpdate Bigtable docs\n\nPiperOrigin-RevId: 289114419\n\n802c5c5f2bf94c3facb011267d04e71942e0d09f\nMigrate DLP to proto annotations (but not GAPIC v2).\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289102579\n\n6357f30f2ec3cff1d8239d18b707ff9d438ea5da\nRemove gRPC configuration file that was in the wrong place.\n\nPiperOrigin-RevId: 289096111\n\n360a8792ed62f944109d7e22d613a04a010665b4\n Protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 289011995\n\na79211c20c4f2807eec524d00123bf7c06ad3d6e\nRoll back containeranalysis v1 to GAPIC v1.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288999068\n\n9e60345ba603e03484a8aaa33ce5ffa19c1c652b\nPublish Routes Preferred API v1 proto definitions.\n\nPiperOrigin-RevId: 288941399\n\nd52885b642ad2aa1f42b132ee62dbf49a73e1e24\nMigrate the service management API to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288909426\n\n6ace586805c08896fef43e28a261337fcf3f022b\ncloudtasks: replace missing RPC timeout config\n\nPiperOrigin-RevId: 288783603\n\n51d906cabee4876b12497054b15b05d4a50ad027\nImport of Grafeas from Github.\n\nUpdate BUILD.bazel accordingly.\n\nPiperOrigin-RevId: 288783426\n\n5ef42bcd363ba0440f0ee65b3c80b499e9067ede\nMigrate Recommender v1beta1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288713066\n\n94f986afd365b7d7e132315ddcd43d7af0e652fb\nMigrate Container Analysis v1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288708382\n\n7a751a279184970d3b6ba90e4dd4d22a382a0747\nRemove Container Analysis v1alpha1 (nobody publishes it).\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288707473\n\n3c0d9c71242e70474b2b640e15bb0a435fd06ff0\nRemove specious annotation from BigQuery Data Transfer before\nanyone accidentally does anything that uses it.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288701604\n\n1af307a4764bd415ef942ac5187fa1def043006f\nMigrate BigQuery Connection to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288698681\n\n" } }, { @@ -45,5 +46,316 @@ "config": "google/cloud/dataproc/artman_dataproc_v1.yaml" } } + ], + "newFiles": [ + { + "path": ".coveragerc" + }, + { + "path": ".flake8" + }, + { + "path": ".repo-metadata.json" + }, + { + "path": "CHANGELOG.md" + }, + { + "path": "LICENSE" + }, + { + "path": "MANIFEST.in" + }, + { + "path": "README.rst" + }, + { + "path": "docs/README.rst" + }, + { + "path": "docs/_static/custom.css" + }, + { + "path": "docs/_templates/layout.html" + }, + { + "path": "docs/changelog.md" + }, + { + "path": "docs/conf.py" + }, + { + "path": "docs/gapic/v1/api.rst" + }, + { + "path": "docs/gapic/v1/types.rst" + }, + { + "path": "docs/gapic/v1beta2/api.rst" + }, + { + "path": "docs/gapic/v1beta2/types.rst" + }, + { + "path": "docs/index.rst" + }, + { + "path": "google/__init__.py" + }, + { + "path": "google/cloud/__init__.py" + }, + { + "path": "google/cloud/dataproc.py" + }, + { + "path": "google/cloud/dataproc_v1/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/cluster_controller_client.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/cluster_controller_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/enums.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/job_controller_client.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/job_controller_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/transports/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/transports/cluster_controller_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/transports/job_controller_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/transports/workflow_template_service_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/workflow_template_service_client.py" + }, + { + "path": "google/cloud/dataproc_v1/gapic/workflow_template_service_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/autoscaling_policies.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/autoscaling_policies_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/clusters.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/clusters_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/clusters_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/jobs.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/jobs_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/jobs_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/operations.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/operations_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/operations_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/shared.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/shared_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/shared_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/workflow_templates.proto" + }, + { + "path": "google/cloud/dataproc_v1/proto/workflow_templates_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1/proto/workflow_templates_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1/types.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/autoscaling_policy_service_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/cluster_controller_client.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/cluster_controller_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/enums.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/job_controller_client.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/job_controller_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/transports/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/transports/autoscaling_policy_service_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/transports/cluster_controller_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/transports/job_controller_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/transports/workflow_template_service_grpc_transport.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/gapic/workflow_template_service_client_config.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/__init__.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/autoscaling_policies.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/autoscaling_policies_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/clusters.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/clusters_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/clusters_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/jobs.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/jobs_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/jobs_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/operations.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/operations_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/operations_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/shared.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/shared_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/shared_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/workflow_templates.proto" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/proto/workflow_templates_pb2_grpc.py" + }, + { + "path": "google/cloud/dataproc_v1beta2/types.py" + }, + { + "path": "noxfile.py" + }, + { + "path": "setup.cfg" + }, + { + "path": "setup.py" + }, + { + "path": "synth.metadata" + }, + { + "path": "synth.py" + }, + { + "path": "tests/system/gapic/v1/test_system_cluster_controller_v1.py" + }, + { + "path": "tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.py" + }, + { + "path": "tests/unit/gapic/v1/test_cluster_controller_client_v1.py" + }, + { + "path": "tests/unit/gapic/v1/test_job_controller_client_v1.py" + }, + { + "path": "tests/unit/gapic/v1/test_workflow_template_service_client_v1.py" + }, + { + "path": "tests/unit/gapic/v1beta2/test_autoscaling_policy_service_client_v1beta2.py" + }, + { + "path": "tests/unit/gapic/v1beta2/test_cluster_controller_client_v1beta2.py" + }, + { + "path": "tests/unit/gapic/v1beta2/test_job_controller_client_v1beta2.py" + }, + { + "path": "tests/unit/gapic/v1beta2/test_workflow_template_service_client_v1beta2.py" + } ] } \ No newline at end of file diff --git a/dataproc/tests/system/gapic/v1/test_system_cluster_controller_v1.py b/dataproc/tests/system/gapic/v1/test_system_cluster_controller_v1.py index 86fbb3c7bb66..a595af5bcf96 100644 --- a/dataproc/tests/system/gapic/v1/test_system_cluster_controller_v1.py +++ b/dataproc/tests/system/gapic/v1/test_system_cluster_controller_v1.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.py b/dataproc/tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.py index 15d2ad67ce0c..8db97e8c9b52 100644 --- a/dataproc/tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.py +++ b/dataproc/tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1/test_cluster_controller_client_v1.py b/dataproc/tests/unit/gapic/v1/test_cluster_controller_client_v1.py index 10d2c29e4cef..1c15fdcf86ad 100644 --- a/dataproc/tests/unit/gapic/v1/test_cluster_controller_client_v1.py +++ b/dataproc/tests/unit/gapic/v1/test_cluster_controller_client_v1.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1/test_job_controller_client_v1.py b/dataproc/tests/unit/gapic/v1/test_job_controller_client_v1.py index c3a0c0a65b1b..3508c7e23340 100644 --- a/dataproc/tests/unit/gapic/v1/test_job_controller_client_v1.py +++ b/dataproc/tests/unit/gapic/v1/test_job_controller_client_v1.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1/test_workflow_template_service_client_v1.py b/dataproc/tests/unit/gapic/v1/test_workflow_template_service_client_v1.py index 33024817d843..5ed3c69e7e6a 100644 --- a/dataproc/tests/unit/gapic/v1/test_workflow_template_service_client_v1.py +++ b/dataproc/tests/unit/gapic/v1/test_workflow_template_service_client_v1.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1beta2/test_autoscaling_policy_service_client_v1beta2.py b/dataproc/tests/unit/gapic/v1beta2/test_autoscaling_policy_service_client_v1beta2.py index 6679ddd642fa..2cc573a3e658 100644 --- a/dataproc/tests/unit/gapic/v1beta2/test_autoscaling_policy_service_client_v1beta2.py +++ b/dataproc/tests/unit/gapic/v1beta2/test_autoscaling_policy_service_client_v1beta2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1beta2/test_cluster_controller_client_v1beta2.py b/dataproc/tests/unit/gapic/v1beta2/test_cluster_controller_client_v1beta2.py index 2953b818b9fd..7c75dc57ea3e 100644 --- a/dataproc/tests/unit/gapic/v1beta2/test_cluster_controller_client_v1beta2.py +++ b/dataproc/tests/unit/gapic/v1beta2/test_cluster_controller_client_v1beta2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1beta2/test_job_controller_client_v1beta2.py b/dataproc/tests/unit/gapic/v1beta2/test_job_controller_client_v1beta2.py index 517a7bcd753f..00802240223e 100644 --- a/dataproc/tests/unit/gapic/v1beta2/test_job_controller_client_v1beta2.py +++ b/dataproc/tests/unit/gapic/v1beta2/test_job_controller_client_v1beta2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dataproc/tests/unit/gapic/v1beta2/test_workflow_template_service_client_v1beta2.py b/dataproc/tests/unit/gapic/v1beta2/test_workflow_template_service_client_v1beta2.py index 05f990cafb15..bb7e0b4fcea1 100644 --- a/dataproc/tests/unit/gapic/v1beta2/test_workflow_template_service_client_v1beta2.py +++ b/dataproc/tests/unit/gapic/v1beta2/test_workflow_template_service_client_v1beta2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.