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

Commit ab1e922

Browse files
yoshi-automationcrwilcox
authored andcommitted
Update copyright headers and docstring quoting
1 parent 78411d9 commit ab1e922

File tree

16 files changed

+57
-33
lines changed

16 files changed

+57
-33
lines changed

google/cloud/texttospeech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/texttospeech_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/texttospeech_v1/gapic/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/texttospeech_v1/gapic/text_to_speech_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -173,7 +173,7 @@ def list_voices(
173173
metadata=None,
174174
):
175175
"""
176-
Returns a list of ``Voice`` supported for synthesis.
176+
Returns a list of Voice supported for synthesis.
177177
178178
Example:
179179
>>> from google.cloud import texttospeech_v1

google/cloud/texttospeech_v1/gapic/transports/text_to_speech_grpc_transport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -101,7 +101,7 @@ def channel(self):
101101
def list_voices(self):
102102
"""Return the gRPC stub for :meth:`TextToSpeechClient.list_voices`.
103103
104-
Returns a list of ``Voice`` supported for synthesis.
104+
Returns a list of Voice supported for synthesis.
105105
106106
Returns:
107107
Callable: A callable which accepts the appropriate

google/cloud/texttospeech_v1/proto/cloud_tts_pb2.py

Lines changed: 35 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/texttospeech_v1/proto/cloud_tts_pb2_grpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class TextToSpeechServicer(object):
3333
"""
3434

3535
def ListVoices(self, request, context):
36-
"""Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
37-
supported for synthesis.
36+
"""Returns a list of Voice supported for synthesis.
3837
"""
3938
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
4039
context.set_details("Method not implemented!")

google/cloud/texttospeech_v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/texttospeech_v1beta1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/texttospeech_v1beta1/gapic/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2018 Google LLC
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)