Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh all clients #3647

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static abstract class AssetServiceImplBase implements io.grpc.BindableSer
/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* location. The output format is newline delimited JSON.
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
* to keep track of the export.
* </pre>
Expand Down Expand Up @@ -206,7 +206,7 @@ protected AssetServiceStub build(io.grpc.Channel channel,
/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* location. The output format is newline delimited JSON.
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
* to keep track of the export.
* </pre>
Expand Down Expand Up @@ -257,7 +257,7 @@ protected AssetServiceBlockingStub build(io.grpc.Channel channel,
/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* location. The output format is newline delimited JSON.
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
* to keep track of the export.
* </pre>
Expand Down Expand Up @@ -306,7 +306,7 @@ protected AssetServiceFutureStub build(io.grpc.Channel channel,
/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* location. The output format is newline delimited JSON.
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
* to keep track of the export.
* </pre>
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.

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

Loading