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

Texttospeech: remove unused message exports (via synth). #7277

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions texttospeech/google/cloud/texttospeech_v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.texttospeech_v1.proto import cloud_tts_pb2
from google.protobuf import descriptor_pb2

_shared_modules = [http_pb2, descriptor_pb2]
_shared_modules = []

_local_modules = [cloud_tts_pb2]

Expand Down
4 changes: 1 addition & 3 deletions texttospeech/google/cloud/texttospeech_v1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.texttospeech_v1beta1.proto import cloud_tts_pb2
from google.protobuf import descriptor_pb2

_shared_modules = [http_pb2, descriptor_pb2]
_shared_modules = []

_local_modules = [cloud_tts_pb2]

Expand Down
6 changes: 3 additions & 3 deletions texttospeech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updateTime": "2019-02-01T19:05:35.269409Z",
"updateTime": "2019-02-02T13:31:17.308137Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
Expand Down