Skip to content

Commit

Permalink
Pick up stub docstring fix in GAPIC generator. (#6982)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Jan 4, 2019
1 parent 05e7a84 commit bab810d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def channel(self):

@property
def recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.recognize`.
Performs synchronous speech recognition: receive results after all audio
has been sent and processed.
Expand All @@ -117,7 +117,7 @@ def recognize(self):

@property
def long_running_recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.long_running_recognize`.
Performs asynchronous speech recognition: receive results via the
google.longrunning.Operations interface. Returns either an
Expand All @@ -133,7 +133,7 @@ def long_running_recognize(self):

@property
def streaming_recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.streaming_recognize`.
Performs bidirectional streaming speech recognition: receive results while
sending audio. This method is only available via the gRPC API (not REST).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def channel(self):

@property
def recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.recognize`.
Performs synchronous speech recognition: receive results after all audio
has been sent and processed.
Expand All @@ -117,7 +117,7 @@ def recognize(self):

@property
def long_running_recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.long_running_recognize`.
Performs asynchronous speech recognition: receive results via the
google.longrunning.Operations interface. Returns either an
Expand All @@ -133,7 +133,7 @@ def long_running_recognize(self):

@property
def streaming_recognize(self):
"""Return the gRPC stub for {$apiMethod.name}.
"""Return the gRPC stub for :meth:`SpeechClient.streaming_recognize`.
Performs bidirectional streaming speech recognition: receive results while
sending audio. This method is only available via the gRPC API (not REST).
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2018-12-07T13:27:45.025274Z",
"updateTime": "2018-12-18T13:26:25.502512Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.2",
"dockerImage": "googleapis/artman@sha256:2f6b261ee7fe1aedf238991c93a20b3820de37a343d0cacf3e3e9555c2aaf2ea"
"version": "0.16.3",
"dockerImage": "googleapis/artman@sha256:bfb92654b4a77368471f70e2808eaf4e60f263b9559f27bb3284097322787bf1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "200fbbe59cc7b0077ae525eb5f3d6420c0c53e61",
"internalRef": "224174014"
"sha": "c04bc0dc0a9164d924a9ab923fd6845b4ae6a7ab",
"internalRef": "225851467"
}
},
{
Expand Down

0 comments on commit bab810d

Please sign in to comment.