Skip to content

Commit 5a4eb54

Browse files
---
yaml --- r: 17571 b: refs/heads/autosynth-tasks c: ed3a0c8 h: refs/heads/master i: 17569: 4314a3c 17567: 0d29fb9
1 parent f6104d1 commit 5a4eb54

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
@@ -142,7 +142,7 @@ refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145-
refs/heads/autosynth-tasks: 6300b452d3c54c9a68f36e142ee3efeca66842c9
145+
refs/heads/autosynth-tasks: ed3a0c85339ea6b73560b9a570abfbb76b93a263
146146
refs/heads/autosynth-texttospeech: 0e26ec9b0ed5bbedc038dea32bbb44bae0883668
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3

branches/autosynth-tasks/.kokoro/continuous/bigtableadmin-it.cfg

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

branches/autosynth-tasks/.kokoro/nightly/bigtableadmin-it.cfg

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

branches/autosynth-tasks/.kokoro/presubmit/bigtableadmin-it.cfg

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

branches/autosynth-tasks/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/autosynth-tasks/google-cloud-clients/google-cloud-bigtable-admin/README.md

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

branches/autosynth-tasks/google-cloud-clients/google-cloud-bigtable-admin/pom.xml

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

branches/autosynth-tasks/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/autosynth-tasks/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/autosynth-tasks/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)