Skip to content

Commit

Permalink
chore: generate libraries at Mon Mar 18 03:08:30 UTC 2024 (#10555)
Browse files Browse the repository at this point in the history
* chore: generate libraries at Sat Mar 16 03:04:58 UTC 2024

* chore: generate libraries at Sun Mar 17 03:08:52 UTC 2024

* chore: generate libraries at Mon Mar 18 03:08:30 UTC 2024
  • Loading branch information
cloud-java-bot committed Mar 18, 2024
1 parent f024111 commit 4d880de
Show file tree
Hide file tree
Showing 37 changed files with 8,429 additions and 1,683 deletions.
2 changes: 1 addition & 1 deletion generation_config.yaml
@@ -1,6 +1,6 @@
gapic_generator_version: 2.37.0
protobuf_version: '25.2'
googleapis_commitish: f5ed6db308e6ce3f9bcdc3afcbf2ab8b50d905d6
googleapis_commitish: 1e6517ef4f949191c9e471857cf5811c8abcab84
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
template_excludes:
Expand Down
Expand Up @@ -828,7 +828,8 @@ public class HttpJsonAnalyticsHubServiceStub extends AnalyticsHubServiceStub {
return fields;
})
.setAdditionalPaths(
"/v1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:getIamPolicy")
"/v1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:getIamPolicy",
"/v1/{resource=projects/*/locations/*/subscriptions/*}:getIamPolicy")
.setQueryParamsExtractor(
request -> {
Map<String, List<String>> fields = new HashMap<>();
Expand Down Expand Up @@ -867,7 +868,8 @@ public class HttpJsonAnalyticsHubServiceStub extends AnalyticsHubServiceStub {
return fields;
})
.setAdditionalPaths(
"/v1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:setIamPolicy")
"/v1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:setIamPolicy",
"/v1/{resource=projects/*/locations/*/subscriptions/*}:setIamPolicy")
.setQueryParamsExtractor(
request -> {
Map<String, List<String>> fields = new HashMap<>();
Expand Down
Expand Up @@ -800,6 +800,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.analyticshub.v1.Listing$BigQueryDatasetSource$SelectedResource",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.analyticshub.v1.Listing$BigQueryDatasetSource$SelectedResource$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.analyticshub.v1.Listing$Builder",
"queryAllDeclaredConstructors": true,
Expand Down

Large diffs are not rendered by default.

0 comments on commit 4d880de

Please sign in to comment.