Skip to content

Commit b265fb3

Browse files
authoredMay 3, 2024··
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 (#1406)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 626430774 Source-Link: https://togithub.com/googleapis/googleapis/commit/835b84ebfc4974ab5dcd9b31ad66c01ef3455475 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/43f369d90f19d09ac18720151ab106042beb811b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNmMzY5ZDkwZjE5ZDA5YWMxODcyMDE1MWFiMTA2MDQyYmViODExYiJ9
1 parent ac3a1c1 commit b265fb3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed
 

‎google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/DatastoreAdminStubSettings.java

-18
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,6 @@ public DatastoreAdminStub createStub() throws IOException {
258258
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
259259
}
260260

261-
/** Returns the endpoint set by the user or the the service's default endpoint. */
262-
@Override
263-
public String getEndpoint() {
264-
if (super.getEndpoint() != null) {
265-
return super.getEndpoint();
266-
}
267-
return getDefaultEndpoint();
268-
}
269-
270261
/** Returns the default service name. */
271262
@Override
272263
public String getServiceName() {
@@ -716,15 +707,6 @@ public UnaryCallSettings.Builder<GetIndexRequest, Index> getIndexSettings() {
716707
return listIndexesSettings;
717708
}
718709

719-
/** Returns the endpoint set by the user or the the service's default endpoint. */
720-
@Override
721-
public String getEndpoint() {
722-
if (super.getEndpoint() != null) {
723-
return super.getEndpoint();
724-
}
725-
return getDefaultEndpoint();
726-
}
727-
728710
@Override
729711
public DatastoreAdminStubSettings build() throws IOException {
730712
return new DatastoreAdminStubSettings(this);

0 commit comments

Comments
 (0)
Please sign in to comment.