Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Jul 31 02:02:52 UTC 2024 (
Browse files Browse the repository at this point in the history
googleapis#1655)

* chore: Update generation configuration at Fri Jul  5 14:40:51 UTC 2024

* chore: generate libraries at Fri Jul  5 14:41:14 UTC 2024

* chore: Update generation configuration at Tue Jul  9 02:14:22 UTC 2024

* chore: generate libraries at Tue Jul  9 02:14:55 UTC 2024

* chore: Update generation configuration at Wed Jul 10 02:14:06 UTC 2024

* chore: Update generation configuration at Thu Jul 11 02:15:12 UTC 2024

* chore: Update generation configuration at Tue Jul 23 02:14:40 UTC 2024

* chore: Update generation configuration at Wed Jul 24 02:14:29 UTC 2024

* chore: Update generation configuration at Thu Jul 25 02:14:39 UTC 2024

* chore: Update generation configuration at Fri Jul 26 02:14:33 UTC 2024

* chore: Update generation configuration at Sat Jul 27 02:13:39 UTC 2024

* chore: generate libraries at Sat Jul 27 02:14:06 UTC 2024

* chore: Update generation configuration at Tue Jul 30 02:17:26 UTC 2024

* chore: Update generation configuration at Wed Jul 31 02:02:52 UTC 2024
  • Loading branch information
cloud-java-bot authored Jul 31, 2024
1 parent cb6de76 commit 884bbb2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.42.0
googleapis_commitish: 6f289d775912966eb0cf04bda91e5e355c998d30
libraries_bom_version: 26.38.0
gapic_generator_version: 2.43.0
googleapis_commitish: d8fce50eea92bac3a6612ee61559989ce3b38776
libraries_bom_version: 26.43.0
libraries:
- api_shortname: logging
name_pretty: Cloud Logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.ObsoleteApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
Expand Down Expand Up @@ -690,6 +691,7 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
}

/** Returns the default service endpoint. */
@ObsoleteApi("Use getEndpoint() instead")
public static String getDefaultEndpoint() {
return "logging.googleapis.com:443";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import com.google.api.MonitoredResourceDescriptor;
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.ObsoleteApi;
import com.google.api.gax.batching.BatchingSettings;
import com.google.api.gax.batching.FlowControlSettings;
import com.google.api.gax.batching.FlowController;
Expand Down Expand Up @@ -449,6 +450,7 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
}

/** Returns the default service endpoint. */
@ObsoleteApi("Use getEndpoint() instead")
public static String getDefaultEndpoint() {
return "logging.googleapis.com:443";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.ObsoleteApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
Expand Down Expand Up @@ -217,6 +218,7 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
}

/** Returns the default service endpoint. */
@ObsoleteApi("Use getEndpoint() instead")
public static String getDefaultEndpoint() {
return "logging.googleapis.com:443";
}
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
Expand All @@ -30,7 +30,7 @@
{
"customType": "regex",
"fileMatch": [
"^.github/workflows/unmanaged_dependency_check.yaml$"
"^.github/workflows/unmanaged_dependency_check.yaml$"
],
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
Expand Down

0 comments on commit 884bbb2

Please sign in to comment.