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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* General purpose utilities that might be moved to gax at some point in the future.
*
* <p>TransportProviderWrapper: Enables the use of crosscutting hacks like
* ResourcePrefixInterceptor. It wraps a GRPC channel provider and decorates the provided channels
* with interceptors.
*/
/** General purpose utilities that might be moved to gax at some point in the future. */
package com.google.cloud.bigtable.gaxx;
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Mediates message flow between two {@link com.google.api.gax.rpc.ResponseObserver}s.
*
* <p>It is intended for situations when a stream needs to be transformed in such a way where the
* incoming responses do not map 1:1 to the output responses. This is used to convert transform
* incoming responses do not map 1:1 to the output responses. This is used to transform
* ReadRowsResponse chunks into logical rows, but is generic enough to be used for other purposes.
*/
package com.google.cloud.bigtable.gaxx.reframing;