Skip to content

Commit

Permalink
chore: Update generation configuration at Sat Jul 27 02:13:38 UTC 2024 (
Browse files Browse the repository at this point in the history
#2648)

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

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

* chore: generate libraries at Sat Jul 27 02:14:03 UTC 2024
  • Loading branch information
cloud-java-bot authored Jul 29, 2024
1 parent 8196259 commit 5c9131d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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 @@ -637,6 +638,7 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
}

/** Returns the default service endpoint. */
@ObsoleteApi("Use getEndpoint() instead")
public static String getDefaultEndpoint() {
return "storage.googleapis.com:443";
}
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.42.0
googleapis_commitish: a91d1a37cb86a0e49fdc21d8b4416eb1c2a083ec
gapic_generator_version: 2.43.0
googleapis_commitish: 0fa9ce880be5ea7c3027015849cd4fbfb04812c5
libraries_bom_version: 26.43.0
libraries:
- api_shortname: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 @@ -334,6 +335,7 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
}

/** Returns the default service endpoint. */
@ObsoleteApi("Use getEndpoint() instead")
public static String getDefaultEndpoint() {
return "storage.googleapis.com:443";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.TypeReference",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.TypeReference$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.longrunning.CancelOperationRequest",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit 5c9131d

Please sign in to comment.