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: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/dp/ClassicDirectAccessChecker.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -64,21 +64,19 @@ public boolean check(Channel channel) {
64
64
}
65
65
}
66
66
67
-
/**
68
-
* Executes the underlying RPC and evaluates the eligibility.
69
-
*/
67
+
/** Executes the underlying RPC and evaluates the eligibility. */
Copy file name to clipboardExpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -252,25 +252,24 @@ public ClientOperationSettings getPerOpSettings() {
252
252
returnperOpSettings;
253
253
}
254
254
255
-
256
255
/** Returns a builder for the default ChannelProvider for this service. */
0 commit comments