Skip to content

Commit 61d7006

Browse files
---
yaml --- r: 25951 b: refs/heads/pubsub-ordering-keys c: ed3a0c8 h: refs/heads/master i: 25949: 91effd0 25947: a6f2976 25943: 8d81cc8 25935: 7a9342e 25919: 0701eee
1 parent a498283 commit 61d7006

14 files changed

Lines changed: 1 addition & 213 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 6300b452d3c54c9a68f36e142ee3efeca66842c9
158+
refs/heads/pubsub-ordering-keys: ed3a0c85339ea6b73560b9a570abfbb76b93a263
159159
"refs/heads/update_mvn_badge": ae2d773814db0f71197ccf5a8612ee1d8056f8de
160160
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
161161
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032

branches/pubsub-ordering-keys/.kokoro/continuous/bigtableadmin-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/pubsub-ordering-keys/.kokoro/nightly/bigtableadmin-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/pubsub-ordering-keys/.kokoro/presubmit/bigtableadmin-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

branches/pubsub-ordering-keys/google-cloud-bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@
239239
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
240240
<version>0.46.0</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
241241
</dependency>
242-
<dependency>
243-
<groupId>com.google.cloud</groupId>
244-
<artifactId>google-cloud-bigtable-admin</artifactId>
245-
<version>0.81.0-alpha</version><!-- {x-version-update:google-cloud-bigtable-admin:current} -->
246-
</dependency>
247242
<dependency>
248243
<groupId>com.google.api.grpc</groupId>
249244
<artifactId>proto-google-cloud-bigtable-admin-v2</artifactId>

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-bigtable-admin/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-bigtable-admin/pom.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-bigtable-admin/src/main/java/com/google/cloud/bigtable/admin/v2/internal/DeprecationMarker.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableInstanceAdminClient.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import com.google.cloud.Policy.DefaultMarshaller;
3030
import com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPage;
3131
import com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse;
32-
import com.google.cloud.bigtable.admin.v2.internal.ArtifactDeprecationChecker;
3332
import com.google.cloud.bigtable.admin.v2.internal.NameUtil;
3433
import com.google.cloud.bigtable.admin.v2.models.AppProfile;
3534
import com.google.cloud.bigtable.admin.v2.models.Cluster;
@@ -100,10 +99,6 @@
10099
* }</pre>
101100
*/
102101
public final class BigtableInstanceAdminClient implements AutoCloseable {
103-
static {
104-
ArtifactDeprecationChecker.checkDeprecatedArtifactUse();
105-
}
106-
107102
private final String projectId;
108103
private final BigtableInstanceAdminStub stub;
109104

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import com.google.bigtable.admin.v2.ListTablesRequest;
2828
import com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPage;
2929
import com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse;
30-
import com.google.cloud.bigtable.admin.v2.internal.ArtifactDeprecationChecker;
3130
import com.google.cloud.bigtable.admin.v2.internal.NameUtil;
3231
import com.google.cloud.bigtable.admin.v2.models.CreateTableRequest;
3332
import com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest;
@@ -94,11 +93,6 @@
9493
* }</pre>
9594
*/
9695
public final class BigtableTableAdminClient implements AutoCloseable {
97-
98-
static {
99-
ArtifactDeprecationChecker.checkDeprecatedArtifactUse();
100-
}
101-
10296
private final EnhancedBigtableTableAdminStub stub;
10397
private final String projectId;
10498
private final String instanceId;

0 commit comments

Comments
 (0)