Skip to content

Commit

Permalink
chore(oracledatabase): add apiv1 config (#10934)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675398128
  • Loading branch information
codyoss authored Oct 1, 2024
1 parent b23a084 commit e7d164c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ deep-remove-regex:
- /internal/generated/snippets/notebooks/apiv1beta1/
- /internal/generated/snippets/notebooks/apiv2/
- /internal/generated/snippets/optimization/apiv1/
- /internal/generated/snippets/oracledatabase/apiv1/
- /internal/generated/snippets/orchestration/airflow/service/apiv1/
- /internal/generated/snippets/orgpolicy/apiv2/
- /internal/generated/snippets/osconfig/agentendpoint/apiv1/
Expand Down Expand Up @@ -462,6 +463,7 @@ deep-remove-regex:
- /notebooks/apiv1beta1/
- /notebooks/apiv2/
- /optimization/apiv1/
- /oracledatabase/apiv1/
- /orchestration/airflow/service/apiv1/
- /orgpolicy/apiv1/
- /orgpolicy/apiv2/
Expand Down Expand Up @@ -976,6 +978,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/optimization/v1/cloud.google.com/go
dest: /
- source: /google/cloud/oracledatabase/v1/cloud.google.com/go
dest: /
- source: /google/cloud/orchestration/airflow/service/v1/cloud.google.com/go
dest: /
- source: /google/cloud/orgpolicy/v1/cloud.google.com/go
Expand Down
4 changes: 4 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ modules:
- networkservices
- notebooks
- optimization
- oracledatabase
- orchestration
- orgpolicy
- osconfig
Expand Down Expand Up @@ -716,6 +717,9 @@ service-configs:
- input-directory: google/cloud/optimization/v1
service-config: cloudoptimization_v1.yaml
import-path: cloud.google.com/go/optimization/apiv1
- input-directory: google/cloud/oracledatabase/v1
service-config: oracledatabase_v1.yaml
import-path: cloud.google.com/go/oracledatabase/apiv1
- input-directory: google/cloud/orchestration/airflow/service/v1
service-config: composer_v1.yaml
import-path: cloud.google.com/go/orchestration/airflow/service/apiv1
Expand Down

0 comments on commit e7d164c

Please sign in to comment.