b

bigtable-legacy-compatibility

This project implements converters for v1 protobuf objects into v2 protobuf objects, and vice versa. This package is intended for use for Dataflow, and should probably not be used by other users without a discussion on https://groups.google.com/forum/#!forum/google-cloud-bigtable-discuss first.
Files download
File Operation
bigtable-legacy-compatibility-0.9.5.jar download
bigtable-legacy-compatibility-0.9.5.pom download
bigtable-legacy-compatibility-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-legacy-compatibility</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-legacy-compatibility:0.9.5'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-legacy-compatibility:0.9.5")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-legacy-compatibility" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-legacy-compatibility', version='0.9.5')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-legacy-compatibility" rev="0.9.5" />
Leiningen
[com.google.cloud.bigtable/bigtable-legacy-compatibility "0.9.5"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-legacy-compatibility:jar:0.9.5'