Skip to content
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