Skip to content

Commit 41fcda6

Browse files
yoshi-automationtseaver
authored andcommitted
Pick up stub docstring fix in GAPIC generator. (googleapis#6982)
1 parent e98f519 commit 41fcda6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

speech/google/cloud/speech_v1/gapic/transports/speech_grpc_transport.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def channel(self):
103103

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

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

134134
@property
135135
def streaming_recognize(self):
136-
"""Return the gRPC stub for {$apiMethod.name}.
136+
"""Return the gRPC stub for :meth:`SpeechClient.streaming_recognize`.
137137
138138
Performs bidirectional streaming speech recognition: receive results while
139139
sending audio. This method is only available via the gRPC API (not REST).

speech/google/cloud/speech_v1p1beta1/gapic/transports/speech_grpc_transport.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def channel(self):
103103

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

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

134134
@property
135135
def streaming_recognize(self):
136-
"""Return the gRPC stub for {$apiMethod.name}.
136+
"""Return the gRPC stub for :meth:`SpeechClient.streaming_recognize`.
137137
138138
Performs bidirectional streaming speech recognition: receive results while
139139
sending audio. This method is only available via the gRPC API (not REST).

speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2018-12-07T13:27:45.025274Z",
2+
"updateTime": "2018-12-18T13:26:25.502512Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.2",
8-
"dockerImage": "googleapis/artman@sha256:2f6b261ee7fe1aedf238991c93a20b3820de37a343d0cacf3e3e9555c2aaf2ea"
7+
"version": "0.16.3",
8+
"dockerImage": "googleapis/artman@sha256:bfb92654b4a77368471f70e2808eaf4e60f263b9559f27bb3284097322787bf1"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "200fbbe59cc7b0077ae525eb5f3d6420c0c53e61",
16-
"internalRef": "224174014"
15+
"sha": "c04bc0dc0a9164d924a9ab923fd6845b4ae6a7ab",
16+
"internalRef": "225851467"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)