Skip to content

Commit

Permalink
[CHANGE ME] Re-generated speech to pick up changes in the API or clie…
Browse files Browse the repository at this point in the history
…nt library generator.
  • Loading branch information
yoshi-automation committed Feb 2, 2019
1 parent 92d76f8 commit 78b38c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
14 changes: 1 addition & 13 deletions speech/google/cloud/speech_v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.speech_v1.proto import cloud_speech_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]

_local_modules = [cloud_speech_pb2]

Expand Down
15 changes: 1 addition & 14 deletions speech/google/cloud/speech_v1p1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,13 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.speech_v1p1beta1.proto import cloud_speech_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, status_pb2]

_local_modules = [cloud_speech_pb2]

Expand Down
10 changes: 5 additions & 5 deletions speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-01T01:10:29.243119Z",
"updateTime": "2019-02-02T13:29:26.178370Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "acb5253cd11cd43cab93eb153d6e48ba0fa5303d",
"internalRef": "231786007"
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
}
},
{
Expand Down

0 comments on commit 78b38c2

Please sign in to comment.