Skip to content

Commit e2c50c3

Browse files
yoshi-automationcrwilcox
authored andcommitted
Remove unused message exports. (googleapis#7275)
1 parent e96f919 commit e2c50c3

3 files changed

Lines changed: 7 additions & 32 deletions

File tree

speech/google/cloud/speech_v1/types.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,14 @@
1919

2020
from google.api_core.protobuf_helpers import get_messages
2121

22-
from google.api import http_pb2
2322
from google.cloud.speech_v1.proto import cloud_speech_pb2
2423
from google.longrunning import operations_pb2
2524
from google.protobuf import any_pb2
26-
from google.protobuf import descriptor_pb2
2725
from google.protobuf import duration_pb2
28-
from google.protobuf import empty_pb2
2926
from google.protobuf import timestamp_pb2
3027
from google.rpc import status_pb2
3128

32-
_shared_modules = [
33-
http_pb2,
34-
operations_pb2,
35-
any_pb2,
36-
descriptor_pb2,
37-
duration_pb2,
38-
empty_pb2,
39-
timestamp_pb2,
40-
status_pb2,
41-
]
29+
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]
4230

4331
_local_modules = [cloud_speech_pb2]
4432

speech/google/cloud/speech_v1p1beta1/types.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,13 @@
1919

2020
from google.api_core.protobuf_helpers import get_messages
2121

22-
from google.api import http_pb2
2322
from google.cloud.speech_v1p1beta1.proto import cloud_speech_pb2
2423
from google.longrunning import operations_pb2
2524
from google.protobuf import any_pb2
26-
from google.protobuf import descriptor_pb2
2725
from google.protobuf import duration_pb2
28-
from google.protobuf import empty_pb2
29-
from google.protobuf import timestamp_pb2
3026
from google.rpc import status_pb2
3127

32-
_shared_modules = [
33-
http_pb2,
34-
operations_pb2,
35-
any_pb2,
36-
descriptor_pb2,
37-
duration_pb2,
38-
empty_pb2,
39-
timestamp_pb2,
40-
status_pb2,
41-
]
28+
_shared_modules = [operations_pb2, any_pb2, duration_pb2, status_pb2]
4229

4330
_local_modules = [cloud_speech_pb2]
4431

speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-01T01:10:29.243119Z",
2+
"updateTime": "2019-02-02T13:29:26.178370Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.8",
8+
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "acb5253cd11cd43cab93eb153d6e48ba0fa5303d",
16-
"internalRef": "231786007"
15+
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16+
"internalRef": "231974277"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)