Skip to content

Commit c318792

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 (#1631)
* build: Update protobuf to 25.3 in WORKSPACE PiperOrigin-RevId: 624989428 Source-Link: googleapis/googleapis@caf600a Source-Link: https://github.com/googleapis/googleapis-gen/commit/cc580b8ea4c07f774093d0f8c4afedd2eae6e856 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2M1ODBiOGVhNGMwN2Y3NzQwOTNkMGY4YzRhZmVkZDJlYWU2ZTg1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 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 b24aa43 commit c318792

File tree

154 files changed

+148
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+148
-256
lines changed

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/AdminServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -598,15 +598,6 @@ public AdminServiceStub createStub() throws IOException {
598598
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
599599
}
600600

601-
/** Returns the endpoint set by the user or the the service's default endpoint. */
602-
@Override
603-
public String getEndpoint() {
604-
if (super.getEndpoint() != null) {
605-
return super.getEndpoint();
606-
}
607-
return getDefaultEndpoint();
608-
}
609-
610601
/** Returns the default service name. */
611602
@Override
612603
public String getServiceName() {
@@ -1158,15 +1149,6 @@ public UnaryCallSettings.Builder<DeleteReservationRequest, Empty> deleteReservat
11581149
return listReservationTopicsSettings;
11591150
}
11601151

1161-
/** Returns the endpoint set by the user or the the service's default endpoint. */
1162-
@Override
1163-
public String getEndpoint() {
1164-
if (super.getEndpoint() != null) {
1165-
return super.getEndpoint();
1166-
}
1167-
return getDefaultEndpoint();
1168-
}
1169-
11701152
@Override
11711153
public AdminServiceStubSettings build() throws IOException {
11721154
return new AdminServiceStubSettings(this);

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/CursorServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,6 @@ public CursorServiceStub createStub() throws IOException {
204204
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
205205
}
206206

207-
/** Returns the endpoint set by the user or the the service's default endpoint. */
208-
@Override
209-
public String getEndpoint() {
210-
if (super.getEndpoint() != null) {
211-
return super.getEndpoint();
212-
}
213-
return getDefaultEndpoint();
214-
}
215-
216207
/** Returns the default service name. */
217208
@Override
218209
public String getServiceName() {
@@ -433,15 +424,6 @@ public Builder applyToAllUnaryMethods(
433424
return listPartitionCursorsSettings;
434425
}
435426

436-
/** Returns the endpoint set by the user or the the service's default endpoint. */
437-
@Override
438-
public String getEndpoint() {
439-
if (super.getEndpoint() != null) {
440-
return super.getEndpoint();
441-
}
442-
return getDefaultEndpoint();
443-
}
444-
445427
@Override
446428
public CursorServiceStubSettings build() throws IOException {
447429
return new CursorServiceStubSettings(this);

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/PartitionAssignmentServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ public PartitionAssignmentServiceStub createStub() throws IOException {
106106
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
107107
}
108108

109-
/** Returns the endpoint set by the user or the the service's default endpoint. */
110-
@Override
111-
public String getEndpoint() {
112-
if (super.getEndpoint() != null) {
113-
return super.getEndpoint();
114-
}
115-
return getDefaultEndpoint();
116-
}
117-
118109
/** Returns the default service name. */
119110
@Override
120111
public String getServiceName() {
@@ -271,15 +262,6 @@ public Builder applyToAllUnaryMethods(
271262
return assignPartitionsSettings;
272263
}
273264

274-
/** Returns the endpoint set by the user or the the service's default endpoint. */
275-
@Override
276-
public String getEndpoint() {
277-
if (super.getEndpoint() != null) {
278-
return super.getEndpoint();
279-
}
280-
return getDefaultEndpoint();
281-
}
282-
283265
@Override
284266
public PartitionAssignmentServiceStubSettings build() throws IOException {
285267
return new PartitionAssignmentServiceStubSettings(this);

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/PublisherServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,6 @@ public PublisherServiceStub createStub() throws IOException {
102102
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
103103
}
104104

105-
/** Returns the endpoint set by the user or the the service's default endpoint. */
106-
@Override
107-
public String getEndpoint() {
108-
if (super.getEndpoint() != null) {
109-
return super.getEndpoint();
110-
}
111-
return getDefaultEndpoint();
112-
}
113-
114105
/** Returns the default service name. */
115106
@Override
116107
public String getServiceName() {
@@ -264,15 +255,6 @@ public StreamingCallSettings.Builder<PublishRequest, PublishResponse> publishSet
264255
return publishSettings;
265256
}
266257

267-
/** Returns the endpoint set by the user or the the service's default endpoint. */
268-
@Override
269-
public String getEndpoint() {
270-
if (super.getEndpoint() != null) {
271-
return super.getEndpoint();
272-
}
273-
return getDefaultEndpoint();
274-
}
275-
276258
@Override
277259
public PublisherServiceStubSettings build() throws IOException {
278260
return new PublisherServiceStubSettings(this);

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/SubscriberServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ public SubscriberServiceStub createStub() throws IOException {
103103
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
104104
}
105105

106-
/** Returns the endpoint set by the user or the the service's default endpoint. */
107-
@Override
108-
public String getEndpoint() {
109-
if (super.getEndpoint() != null) {
110-
return super.getEndpoint();
111-
}
112-
return getDefaultEndpoint();
113-
}
114-
115106
/** Returns the default service name. */
116107
@Override
117108
public String getServiceName() {
@@ -266,15 +257,6 @@ public StreamingCallSettings.Builder<SubscribeRequest, SubscribeResponse> subscr
266257
return subscribeSettings;
267258
}
268259

269-
/** Returns the endpoint set by the user or the the service's default endpoint. */
270-
@Override
271-
public String getEndpoint() {
272-
if (super.getEndpoint() != null) {
273-
return super.getEndpoint();
274-
}
275-
return getDefaultEndpoint();
276-
}
277-
278260
@Override
279261
public SubscriberServiceStubSettings build() throws IOException {
280262
return new SubscriberServiceStubSettings(this);

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/stub/TopicStatsServiceStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ public TopicStatsServiceStub createStub() throws IOException {
125125
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
126126
}
127127

128-
/** Returns the endpoint set by the user or the the service's default endpoint. */
129-
@Override
130-
public String getEndpoint() {
131-
if (super.getEndpoint() != null) {
132-
return super.getEndpoint();
133-
}
134-
return getDefaultEndpoint();
135-
}
136-
137128
/** Returns the default service name. */
138129
@Override
139130
public String getServiceName() {
@@ -347,15 +338,6 @@ public Builder applyToAllUnaryMethods(
347338
return computeTimeCursorSettings;
348339
}
349340

350-
/** Returns the endpoint set by the user or the the service's default endpoint. */
351-
@Override
352-
public String getEndpoint() {
353-
if (super.getEndpoint() != null) {
354-
return super.getEndpoint();
355-
}
356-
return getDefaultEndpoint();
357-
}
358-
359341
@Override
360342
public TopicStatsServiceStubSettings build() throws IOException {
361343
return new TopicStatsServiceStubSettings(this);

proto-google-cloud-pubsublite-v1/src/main/java/com/google/cloud/pubsublite/proto/AdminProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/cloud/pubsublite/v1/admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.cloud.pubsublite.proto;
2121

2222
public final class AdminProto {

proto-google-cloud-pubsublite-v1/src/main/java/com/google/cloud/pubsublite/proto/AttributeValues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/cloud/pubsublite/v1/common.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.cloud.pubsublite.proto;
2121

2222
/**

proto-google-cloud-pubsublite-v1/src/main/java/com/google/cloud/pubsublite/proto/AttributeValuesOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/cloud/pubsublite/v1/common.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.cloud.pubsublite.proto;
2121

2222
public interface AttributeValuesOrBuilder

proto-google-cloud-pubsublite-v1/src/main/java/com/google/cloud/pubsublite/proto/CommitCursorRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/cloud/pubsublite/v1/cursor.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.cloud.pubsublite.proto;
2121

2222
/**

0 commit comments

Comments
 (0)