@@ -105,7 +105,7 @@ def channel(self):
105105
106106 @property
107107 def create_read_session (self ):
108- """Return the gRPC stub for {$apiMethod.name} .
108+ """Return the gRPC stub for :meth:`BigQueryStorageClient.create_read_session` .
109109
110110 Creates a new read session. A read session divides the contents of a
111111 BigQuery table into one or more streams, which can then be used to read
@@ -129,7 +129,7 @@ def create_read_session(self):
129129
130130 @property
131131 def read_rows (self ):
132- """Return the gRPC stub for {$apiMethod.name} .
132+ """Return the gRPC stub for :meth:`BigQueryStorageClient.read_rows` .
133133
134134 Reads rows from the table in the format prescribed by the read session.
135135 Each response contains one or more table rows, up to a maximum of 10 MiB
@@ -150,7 +150,7 @@ def read_rows(self):
150150
151151 @property
152152 def batch_create_read_session_streams (self ):
153- """Return the gRPC stub for {$apiMethod.name} .
153+ """Return the gRPC stub for :meth:`BigQueryStorageClient.batch_create_read_session_streams` .
154154
155155 Creates additional streams for a ReadSession. This API can be used to
156156 dynamically adjust the parallelism of a batch processing task upwards by
@@ -165,7 +165,7 @@ def batch_create_read_session_streams(self):
165165
166166 @property
167167 def finalize_stream (self ):
168- """Return the gRPC stub for {$apiMethod.name} .
168+ """Return the gRPC stub for :meth:`BigQueryStorageClient.finalize_stream` .
169169
170170 Triggers the graceful termination of a single stream in a ReadSession. This
171171 API can be used to dynamically adjust the parallelism of a batch processing
@@ -191,7 +191,7 @@ def finalize_stream(self):
191191
192192 @property
193193 def split_read_stream (self ):
194- """Return the gRPC stub for {$apiMethod.name} .
194+ """Return the gRPC stub for :meth:`BigQueryStorageClient.split_read_stream` .
195195
196196 Splits a given read stream into two Streams. These streams are referred
197197 to as the primary and the residual of the split. The original stream can
0 commit comments