You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableInstanceAdminSettings.java
Copy file name to clipboardExpand all lines: branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminSettings.java
-40Lines changed: 0 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
importcom.google.common.base.Preconditions;
20
20
importcom.google.common.base.Verify;
21
21
importjava.io.IOException;
22
-
importjavax.annotation.Nonnull;
23
22
importjavax.annotation.Nullable;
24
23
25
24
/**
@@ -65,17 +64,6 @@ public String getInstanceId() {
65
64
returninstanceId;
66
65
}
67
66
68
-
/**
69
-
* Gets the name of instance whose tables the client will manage.
70
-
*
71
-
* @deprecated Please use {@link #getProjectId()} and {@link #getInstanceId()}.
Copy file name to clipboardExpand all lines: branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataClient.java
Copy file name to clipboardExpand all lines: branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataSettings.java
-34Lines changed: 0 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -67,16 +67,6 @@ public static Builder newBuilder() {
67
67
returnnewBuilder();
68
68
}
69
69
70
-
/**
71
-
* Returns the target instance.
72
-
*
73
-
* @deprecated Please use {@link #getProjectId()} and {@link #getInstanceId()}.
Copy file name to clipboardExpand all lines: branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/RequestContext.java
0 commit comments