Skip to content

Commit 09ee49a

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 (#2000)
* fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 PiperOrigin-RevId: 626430774 Source-Link: googleapis/googleapis@835b84e Source-Link: https://github.com/googleapis/googleapis-gen/commit/43f369d90f19d09ac18720151ab106042beb811b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNmMzY5ZDkwZjE5ZDA5YWMxODcyMDE1MWFiMTA2MDQyYmViODExYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cff6d6a commit 09ee49a

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/PublisherStubSettings.java

-18
Original file line numberDiff line numberDiff line change
@@ -480,15 +480,6 @@ public PublisherStub createStub() throws IOException {
480480
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
481481
}
482482

483-
/** Returns the endpoint set by the user or the the service's default endpoint. */
484-
@Override
485-
public String getEndpoint() {
486-
if (super.getEndpoint() != null) {
487-
return super.getEndpoint();
488-
}
489-
return getDefaultEndpoint();
490-
}
491-
492483
/** Returns the default service name. */
493484
@Override
494485
public String getServiceName() {
@@ -946,15 +937,6 @@ public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettin
946937
return testIamPermissionsSettings;
947938
}
948939

949-
/** Returns the endpoint set by the user or the the service's default endpoint. */
950-
@Override
951-
public String getEndpoint() {
952-
if (super.getEndpoint() != null) {
953-
return super.getEndpoint();
954-
}
955-
return getDefaultEndpoint();
956-
}
957-
958940
@Override
959941
public PublisherStubSettings build() throws IOException {
960942
return new PublisherStubSettings(this);

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SchemaServiceStubSettings.java

-18
Original file line numberDiff line numberDiff line change
@@ -340,15 +340,6 @@ public SchemaServiceStub createStub() throws IOException {
340340
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
341341
}
342342

343-
/** Returns the endpoint set by the user or the the service's default endpoint. */
344-
@Override
345-
public String getEndpoint() {
346-
if (super.getEndpoint() != null) {
347-
return super.getEndpoint();
348-
}
349-
return getDefaultEndpoint();
350-
}
351-
352343
/** Returns the default service name. */
353344
@Override
354345
public String getServiceName() {
@@ -775,15 +766,6 @@ public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettin
775766
return testIamPermissionsSettings;
776767
}
777768

778-
/** Returns the endpoint set by the user or the the service's default endpoint. */
779-
@Override
780-
public String getEndpoint() {
781-
if (super.getEndpoint() != null) {
782-
return super.getEndpoint();
783-
}
784-
return getDefaultEndpoint();
785-
}
786-
787769
@Override
788770
public SchemaServiceStubSettings build() throws IOException {
789771
return new SchemaServiceStubSettings(this);

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SubscriberStubSettings.java

-18
Original file line numberDiff line numberDiff line change
@@ -385,15 +385,6 @@ public SubscriberStub createStub() throws IOException {
385385
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
386386
}
387387

388-
/** Returns the endpoint set by the user or the the service's default endpoint. */
389-
@Override
390-
public String getEndpoint() {
391-
if (super.getEndpoint() != null) {
392-
return super.getEndpoint();
393-
}
394-
return getDefaultEndpoint();
395-
}
396-
397388
/** Returns the default service name. */
398389
@Override
399390
public String getServiceName() {
@@ -959,15 +950,6 @@ public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettin
959950
return testIamPermissionsSettings;
960951
}
961952

962-
/** Returns the endpoint set by the user or the the service's default endpoint. */
963-
@Override
964-
public String getEndpoint() {
965-
if (super.getEndpoint() != null) {
966-
return super.getEndpoint();
967-
}
968-
return getDefaultEndpoint();
969-
}
970-
971953
@Override
972954
public SubscriberStubSettings build() throws IOException {
973955
return new SubscriberStubSettings(this);

0 commit comments

Comments
 (0)