Skip to content

Commit

Permalink
chore(bigquery/biglake): add config to generate apiv1 and apiv1alpha1 (
Browse files Browse the repository at this point in the history
…#8426)

* chore(bigquery/biglake): add config to generate apiv1
* chore(bigquery/biglake): add config to generate apiv1alpha1
  • Loading branch information
quartzmo committed Aug 16, 2023
1 parent 1ac6a36 commit 322c376
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/.OwlBot.yaml
Expand Up @@ -36,6 +36,8 @@ deep-remove-regex:
- /beyondcorp/clientconnectorservices/apiv1/
- /beyondcorp/clientgateways/apiv1/
- /bigquery/analyticshub/apiv1/
- /bigquery/biglake/apiv1/
- /bigquery/biglake/apiv1alpha1/
- /bigquery/connection/apiv1/
- /bigquery/connection/apiv1beta1/
- /bigquery/dataexchange/apiv1beta1/
Expand Down Expand Up @@ -149,6 +151,8 @@ deep-remove-regex:
- /internal/generated/snippets/beyondcorp/clientconnectorservices/apiv1/
- /internal/generated/snippets/beyondcorp/clientgateways/apiv1/
- /internal/generated/snippets/bigquery/analyticshub/apiv1/
- /internal/generated/snippets/bigquery/biglake/apiv1/
- /internal/generated/snippets/bigquery/biglake/apiv1alpha1/
- /internal/generated/snippets/bigquery/connection/apiv1/
- /internal/generated/snippets/bigquery/connection/apiv1beta1/
- /internal/generated/snippets/bigquery/dataexchange/apiv1beta1/
Expand Down Expand Up @@ -569,6 +573,10 @@ deep-copy-regex:
dest: /
- source: /google/cloud/bigquery/analyticshub/v1/cloud.google.com/go
dest: /
- source: /google/cloud/bigquery/biglake/v1/cloud.google.com/go
dest: /
- source: /google/cloud/bigquery/biglake/v1alpha1/cloud.google.com/go
dest: /
- source: /google/cloud/bigquery/connection/v1/cloud.google.com/go
dest: /
- source: /google/cloud/bigquery/connection/v1beta1/cloud.google.com/go
Expand Down
6 changes: 6 additions & 0 deletions internal/postprocessor/config.yaml
Expand Up @@ -359,6 +359,12 @@ service-configs:
- input-directory: google/cloud/bigquery/analyticshub/v1
service-config: analyticshub_v1.yaml
import-path: cloud.google.com/go/bigquery/analyticshub/apiv1
- input-directory: google/cloud/bigquery/biglake/v1
service-config: biglake_v1.yaml
import-path: cloud.google.com/go/bigquery/biglake/apiv1
- input-directory: google/cloud/bigquery/biglake/v1alpha1
service-config: biglake_v1alpha1.yaml
import-path: cloud.google.com/go/bigquery/biglake/apiv1alpha1
- input-directory: google/cloud/bigquery/connection/v1
service-config: bigqueryconnection_v1.yaml
import-path: cloud.google.com/go/bigquery/connection/apiv1
Expand Down

0 comments on commit 322c376

Please sign in to comment.