Skip to content

Commit 848418b

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 (#1587)
* 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 f4ccbd8 commit 848418b

File tree

4 files changed

+3
-57
lines changed

4 files changed

+3
-57
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-logging:3.16.2'
62+
implementation 'com.google.cloud:google-cloud-logging:3.16.3'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.16.2"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.16.3"
6969
```
7070
<!-- {x-version-update-end} -->
7171

@@ -452,7 +452,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
452452
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
453453
[stability-image]: https://img.shields.io/badge/stability-stable-green
454454
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
455-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.2
455+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.3
456456
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
457457
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
458458
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/ConfigServiceV2StubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -678,15 +678,6 @@ public ConfigServiceV2Stub createStub() throws IOException {
678678
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
679679
}
680680

681-
/** Returns the endpoint set by the user or the the service's default endpoint. */
682-
@Override
683-
public String getEndpoint() {
684-
if (super.getEndpoint() != null) {
685-
return super.getEndpoint();
686-
}
687-
return getDefaultEndpoint();
688-
}
689-
690681
/** Returns the default service name. */
691682
@Override
692683
public String getServiceName() {
@@ -1577,15 +1568,6 @@ public UnaryCallSettings.Builder<CopyLogEntriesRequest, Operation> copyLogEntrie
15771568
return copyLogEntriesOperationSettings;
15781569
}
15791570

1580-
/** Returns the endpoint set by the user or the the service's default endpoint. */
1581-
@Override
1582-
public String getEndpoint() {
1583-
if (super.getEndpoint() != null) {
1584-
return super.getEndpoint();
1585-
}
1586-
return getDefaultEndpoint();
1587-
}
1588-
15891571
@Override
15901572
public ConfigServiceV2StubSettings build() throws IOException {
15911573
return new ConfigServiceV2StubSettings(this);

‎google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/LoggingServiceV2StubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -437,15 +437,6 @@ public LoggingServiceV2Stub createStub() throws IOException {
437437
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
438438
}
439439

440-
/** Returns the endpoint set by the user or the the service's default endpoint. */
441-
@Override
442-
public String getEndpoint() {
443-
if (super.getEndpoint() != null) {
444-
return super.getEndpoint();
445-
}
446-
return getDefaultEndpoint();
447-
}
448-
449440
/** Returns the default service name. */
450441
@Override
451442
public String getServiceName() {
@@ -754,15 +745,6 @@ public UnaryCallSettings.Builder<DeleteLogRequest, Empty> deleteLogSettings() {
754745
return tailLogEntriesSettings;
755746
}
756747

757-
/** Returns the endpoint set by the user or the the service's default endpoint. */
758-
@Override
759-
public String getEndpoint() {
760-
if (super.getEndpoint() != null) {
761-
return super.getEndpoint();
762-
}
763-
return getDefaultEndpoint();
764-
}
765-
766748
@Override
767749
public LoggingServiceV2StubSettings build() throws IOException {
768750
return new LoggingServiceV2StubSettings(this);

‎google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/MetricsServiceV2StubSettings.java

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

208-
/** Returns the endpoint set by the user or the the service's default endpoint. */
209-
@Override
210-
public String getEndpoint() {
211-
if (super.getEndpoint() != null) {
212-
return super.getEndpoint();
213-
}
214-
return getDefaultEndpoint();
215-
}
216-
217208
/** Returns the default service name. */
218209
@Override
219210
public String getServiceName() {
@@ -471,15 +462,6 @@ public UnaryCallSettings.Builder<DeleteLogMetricRequest, Empty> deleteLogMetricS
471462
return deleteLogMetricSettings;
472463
}
473464

474-
/** Returns the endpoint set by the user or the the service's default endpoint. */
475-
@Override
476-
public String getEndpoint() {
477-
if (super.getEndpoint() != null) {
478-
return super.getEndpoint();
479-
}
480-
return getDefaultEndpoint();
481-
}
482-
483465
@Override
484466
public MetricsServiceV2StubSettings build() throws IOException {
485467
return new MetricsServiceV2StubSettings(this);

0 commit comments

Comments
 (0)