diff --git a/talent/google/cloud/talent.py b/talent/google/cloud/talent.py index 5e39a68a2779..d095bc5c8bee 100644 --- a/talent/google/cloud/talent.py +++ b/talent/google/cloud/talent.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import absolute_import from google.cloud.talent_v4beta1 import ApplicationServiceClient @@ -26,6 +27,7 @@ from google.cloud.talent_v4beta1 import enums from google.cloud.talent_v4beta1 import types + __all__ = ( "enums", "types", diff --git a/talent/google/cloud/talent_v4beta1/__init__.py b/talent/google/cloud/talent_v4beta1/__init__.py index 6dd7c78a63a3..c1df276f5eda 100644 --- a/talent/google/cloud/talent_v4beta1/__init__.py +++ b/talent/google/cloud/talent_v4beta1/__init__.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import absolute_import from google.cloud.talent_v4beta1 import types diff --git a/talent/google/cloud/talent_v4beta1/gapic/application_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/application_service_client.py index 0679ea1c049b..90999d17eaae 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/application_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/application_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 ApplicationService API.""" import functools @@ -40,6 +41,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/company_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/company_service_client.py index a3e069213fe3..6d4175fa387d 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/company_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/company_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 CompanyService API.""" import functools @@ -41,6 +42,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/completion_client.py b/talent/google/cloud/talent_v4beta1/gapic/completion_client.py index 4a577f034334..38bb7109b97f 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/completion_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/completion_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 Completion API.""" import pkg_resources @@ -41,6 +42,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/enums.py b/talent/google/cloud/talent_v4beta1/gapic/enums.py index 5deca7adcfa1..4cf6be7a8d49 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/enums.py +++ b/talent/google/cloud/talent_v4beta1/gapic/enums.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Wrappers for protocol buffer enum types.""" import enum diff --git a/talent/google/cloud/talent_v4beta1/gapic/event_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/event_service_client.py index c1e1b6f72ca3..8c3b36f33b4e 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/event_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/event_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 EventService API.""" import pkg_resources @@ -44,6 +45,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/job_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/job_service_client.py index 11f7da809e54..ee0f4152abc0 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/job_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/job_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 JobService API.""" import functools @@ -52,6 +53,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py index 2cd90e19aa5d..5b07048b4a05 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 ProfileService API.""" import functools @@ -55,6 +56,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client.py b/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client.py index 6541e453299b..8346ab978327 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client.py +++ b/talent/google/cloud/talent_v4beta1/gapic/tenant_service_client.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Accesses the google.cloud.talent.v4beta1 TenantService API.""" import functools @@ -58,6 +59,7 @@ from google.protobuf import empty_pb2 from google.protobuf import field_mask_pb2 + _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-talent").version diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/application_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/application_service_grpc_transport.py index b21346aef073..35617662c17e 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/application_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/application_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import application_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/company_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/company_service_grpc_transport.py index 18157e84707d..4b710068bd25 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/company_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/company_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import company_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/completion_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/completion_grpc_transport.py index 9898f6a81c5c..05b700f19740 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/completion_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/completion_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import completion_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/event_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/event_service_grpc_transport.py index 7c9a6b76ec5a..6c919b33905a 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/event_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/event_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import event_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/job_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/job_service_grpc_transport.py index 75acc50e2920..e976ea90cc35 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/job_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/job_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import job_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/profile_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/profile_service_grpc_transport.py index f148f6d978d6..e4b7822b55f4 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/profile_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/profile_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import profile_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/gapic/transports/tenant_service_grpc_transport.py b/talent/google/cloud/talent_v4beta1/gapic/transports/tenant_service_grpc_transport.py index a8b2fd4d29a9..e4068db10c45 100644 --- a/talent/google/cloud/talent_v4beta1/gapic/transports/tenant_service_grpc_transport.py +++ b/talent/google/cloud/talent_v4beta1/gapic/transports/tenant_service_grpc_transport.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import google.api_core.grpc_helpers from google.cloud.talent_v4beta1.proto import tenant_service_pb2_grpc diff --git a/talent/google/cloud/talent_v4beta1/types.py b/talent/google/cloud/talent_v4beta1/types.py index 0a0768da8e55..f3638b2420a2 100644 --- a/talent/google/cloud/talent_v4beta1/types.py +++ b/talent/google/cloud/talent_v4beta1/types.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import absolute_import import sys @@ -46,6 +47,7 @@ from google.type import postal_address_pb2 from google.type import timeofday_pb2 + _shared_modules = [ duration_pb2, empty_pb2, @@ -90,4 +92,5 @@ setattr(sys.modules[__name__], name, message) names.append(name) + __all__ = tuple(sorted(names)) diff --git a/talent/synth.metadata b/talent/synth.metadata index 503a592bdf1b..8da78ab0751c 100644 --- a/talent/synth.metadata +++ b/talent/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-05-14T12:28:53.074035Z", + "updateTime": "2019-05-21T12:34:14.958713Z", "sources": [ { "generator": { "name": "artman", - "version": "0.19.0", - "dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e" + "version": "0.20.0", + "dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416", - "internalRef": "248066377" + "sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160", + "internalRef": "249058354" } }, { diff --git a/talent/tests/unit/gapic/v4beta1/test_application_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_application_service_client_v4beta1.py index 1048139fd71a..837953109175 100644 --- a/talent/tests/unit/gapic/v4beta1/test_application_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_application_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_company_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_company_service_client_v4beta1.py index fdd56d26991e..8fe5b4be5026 100644 --- a/talent/tests/unit/gapic/v4beta1/test_company_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_company_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_completion_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_completion_client_v4beta1.py index 460fd129cfe4..8f6eef731c95 100644 --- a/talent/tests/unit/gapic/v4beta1/test_completion_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_completion_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_event_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_event_service_client_v4beta1.py index 51b751d170e5..d6ab79e6be3f 100644 --- a/talent/tests/unit/gapic/v4beta1/test_event_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_event_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_job_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_job_service_client_v4beta1.py index f21cbc79e521..c7f96cef8c17 100644 --- a/talent/tests/unit/gapic/v4beta1/test_job_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_job_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_profile_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_profile_service_client_v4beta1.py index 1179061d4103..3455c04c7ba0 100644 --- a/talent/tests/unit/gapic/v4beta1/test_profile_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_profile_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock diff --git a/talent/tests/unit/gapic/v4beta1/test_tenant_service_client_v4beta1.py b/talent/tests/unit/gapic/v4beta1/test_tenant_service_client_v4beta1.py index 1e4c094dc470..76175f15383e 100644 --- a/talent/tests/unit/gapic/v4beta1/test_tenant_service_client_v4beta1.py +++ b/talent/tests/unit/gapic/v4beta1/test_tenant_service_client_v4beta1.py @@ -13,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + """Unit tests.""" import mock