Skip to content

Commit

Permalink
fix: add resource reference to proto files
Browse files Browse the repository at this point in the history
chore: update copyright and comments

PiperOrigin-RevId: 309990843

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue May 5 11:51:12 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4bef0001ac7040431ea24b6187424fdec9c08b1b
Source-Link: googleapis/googleapis@4bef000
  • Loading branch information
yoshi-automation committed May 6, 2020
1 parent 093ee95 commit cf79465
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 214 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams
* }
* </code></pre>
*
* @param stream Stream to finalize.
* @param stream Required. Stream to finalize.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final void finalizeStream(Stream stream) {
Expand Down Expand Up @@ -509,7 +509,7 @@ public final UnaryCallable<FinalizeStreamRequest, Empty> finalizeStreamCallable(
* }
* </code></pre>
*
* @param originalStream Stream to split.
* @param originalStream Required. Stream to split.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SplitReadStreamResponse splitReadStream(Stream originalStream) {
Expand Down
Loading

0 comments on commit cf79465

Please sign in to comment.