Skip to content

Commit e2bc82d

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 (#2467)
* 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 b35bd4a commit e2bc82d

5 files changed

Lines changed: 0 additions & 90 deletions

File tree

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryReadStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ public BigQueryReadStub 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() {
@@ -373,15 +364,6 @@ public Builder applyToAllUnaryMethods(
373364
return splitReadStreamSettings;
374365
}
375366

376-
/** Returns the endpoint set by the user or the the service's default endpoint. */
377-
@Override
378-
public String getEndpoint() {
379-
if (super.getEndpoint() != null) {
380-
return super.getEndpoint();
381-
}
382-
return getDefaultEndpoint();
383-
}
384-
385367
@Override
386368
public BigQueryReadStubSettings build() throws IOException {
387369
return new BigQueryReadStubSettings(this);

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,6 @@ public BigQueryWriteStub createStub() throws IOException {
151151
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
152152
}
153153

154-
/** Returns the endpoint set by the user or the the service's default endpoint. */
155-
@Override
156-
public String getEndpoint() {
157-
if (super.getEndpoint() != null) {
158-
return super.getEndpoint();
159-
}
160-
return getDefaultEndpoint();
161-
}
162-
163154
/** Returns the default service name. */
164155
@Override
165156
public String getServiceName() {
@@ -453,15 +444,6 @@ public UnaryCallSettings.Builder<FlushRowsRequest, FlushRowsResponse> flushRowsS
453444
return flushRowsSettings;
454445
}
455446

456-
/** Returns the endpoint set by the user or the the service's default endpoint. */
457-
@Override
458-
public String getEndpoint() {
459-
if (super.getEndpoint() != null) {
460-
return super.getEndpoint();
461-
}
462-
return getDefaultEndpoint();
463-
}
464-
465447
@Override
466448
public BigQueryWriteStubSettings build() throws IOException {
467449
return new BigQueryWriteStubSettings(this);

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/BigQueryStorageStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,6 @@ public BigQueryStorageStub createStub() throws IOException {
146146
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
147147
}
148148

149-
/** Returns the endpoint set by the user or the the service's default endpoint. */
150-
@Override
151-
public String getEndpoint() {
152-
if (super.getEndpoint() != null) {
153-
return super.getEndpoint();
154-
}
155-
return getDefaultEndpoint();
156-
}
157-
158149
/** Returns the default service name. */
159150
@Override
160151
public String getServiceName() {
@@ -441,15 +432,6 @@ public Builder applyToAllUnaryMethods(
441432
return splitReadStreamSettings;
442433
}
443434

444-
/** Returns the endpoint set by the user or the the service's default endpoint. */
445-
@Override
446-
public String getEndpoint() {
447-
if (super.getEndpoint() != null) {
448-
return super.getEndpoint();
449-
}
450-
return getDefaultEndpoint();
451-
}
452-
453435
@Override
454436
public BigQueryStorageStubSettings build() throws IOException {
455437
return new BigQueryStorageStubSettings(this);

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/BigQueryReadStubSettings.java

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

130-
/** Returns the endpoint set by the user or the the service's default endpoint. */
131-
@Override
132-
public String getEndpoint() {
133-
if (super.getEndpoint() != null) {
134-
return super.getEndpoint();
135-
}
136-
return getDefaultEndpoint();
137-
}
138-
139130
/** Returns the default service name. */
140131
@Override
141132
public String getServiceName() {
@@ -375,15 +366,6 @@ public Builder applyToAllUnaryMethods(
375366
return splitReadStreamSettings;
376367
}
377368

378-
/** Returns the endpoint set by the user or the the service's default endpoint. */
379-
@Override
380-
public String getEndpoint() {
381-
if (super.getEndpoint() != null) {
382-
return super.getEndpoint();
383-
}
384-
return getDefaultEndpoint();
385-
}
386-
387369
@Override
388370
public BigQueryReadStubSettings build() throws IOException {
389371
return new BigQueryReadStubSettings(this);

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/BigQueryWriteStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,6 @@ public BigQueryWriteStub createStub() throws IOException {
186186
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
187187
}
188188

189-
/** Returns the endpoint set by the user or the the service's default endpoint. */
190-
@Override
191-
public String getEndpoint() {
192-
if (super.getEndpoint() != null) {
193-
return super.getEndpoint();
194-
}
195-
return getDefaultEndpoint();
196-
}
197-
198189
/** Returns the default service name. */
199190
@Override
200191
public String getServiceName() {
@@ -518,15 +509,6 @@ public UnaryCallSettings.Builder<FlushRowsRequest, FlushRowsResponse> flushRowsS
518509
return flushRowsSettings;
519510
}
520511

521-
/** Returns the endpoint set by the user or the the service's default endpoint. */
522-
@Override
523-
public String getEndpoint() {
524-
if (super.getEndpoint() != null) {
525-
return super.getEndpoint();
526-
}
527-
return getDefaultEndpoint();
528-
}
529-
530512
@Override
531513
public BigQueryWriteStubSettings build() throws IOException {
532514
return new BigQueryWriteStubSettings(this);

0 commit comments

Comments
 (0)