File tree Expand file tree Collapse file tree 3 files changed +0
-54
lines changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -480,15 +480,6 @@ public PublisherStub createStub() throws IOException {
480
480
"Transport not supported: %s" , getTransportChannelProvider ().getTransportName ()));
481
481
}
482
482
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
-
492
483
/** Returns the default service name. */
493
484
@ Override
494
485
public String getServiceName () {
@@ -946,15 +937,6 @@ public UnaryCallSettings.Builder getIamPolicySettin
946
937
return testIamPermissionsSettings ;
947
938
}
948
939
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
-
958
940
@ Override
959
941
public PublisherStubSettings build () throws IOException {
960
942
return new PublisherStubSettings (this );
Original file line number Diff line number Diff line change @@ -340,15 +340,6 @@ public SchemaServiceStub createStub() throws IOException {
340
340
"Transport not supported: %s" , getTransportChannelProvider ().getTransportName ()));
341
341
}
342
342
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
-
352
343
/** Returns the default service name. */
353
344
@ Override
354
345
public String getServiceName () {
@@ -775,15 +766,6 @@ public UnaryCallSettings.Builder getIamPolicySettin
775
766
return testIamPermissionsSettings ;
776
767
}
777
768
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
-
787
769
@ Override
788
770
public SchemaServiceStubSettings build () throws IOException {
789
771
return new SchemaServiceStubSettings (this );
Original file line number Diff line number Diff line change @@ -385,15 +385,6 @@ public SubscriberStub createStub() throws IOException {
385
385
"Transport not supported: %s" , getTransportChannelProvider ().getTransportName ()));
386
386
}
387
387
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
-
397
388
/** Returns the default service name. */
398
389
@ Override
399
390
public String getServiceName () {
@@ -959,15 +950,6 @@ public UnaryCallSettings.Builder getIamPolicySettin
959
950
return testIamPermissionsSettings ;
960
951
}
961
952
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
-
971
953
@ Override
972
954
public SubscriberStubSettings build () throws IOException {
973
955
return new SubscriberStubSettings (this );
You can’t perform that action at this time.
0 commit comments