Skip to content

Commit

Permalink
Regenerate asset client (#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sduskis committed Feb 26, 2019
1 parent a9fffe2 commit 6ed088b
Show file tree
Hide file tree
Showing 11 changed files with 182 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* </pre>
*/
public void exportAssets(
Expand Down Expand Up @@ -244,8 +245,9 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* </pre>
*/
public void exportAssets(
Expand Down Expand Up @@ -308,8 +310,9 @@ protected AssetServiceBlockingStub build(
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* </pre>
*/
public com.google.longrunning.Operation exportAssets(
Expand Down Expand Up @@ -365,8 +368,9 @@ protected AssetServiceFutureStub build(
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ed088b

Please sign in to comment.