Skip to content

Commit

Permalink
chore(ai/generativelanguage): add config to generate apiv1beta2 (#8212)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Jul 6, 2023
1 parent 8ff13bf commit 6c28f23
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@ -4,6 +4,7 @@ docker:
deep-remove-regex:
- /accessapproval/apiv1/
- /accesscontextmanager/apiv1/
- /ai/generativelanguage/apiv1beta2/
- /aiplatform/apiv1/
- /aiplatform/apiv1beta1/
- /advisorynotifications/apiv1/
Expand Down Expand Up @@ -117,6 +118,7 @@ deep-remove-regex:
# START snippets
- /internal/generated/snippets/accessapproval/apiv1/
- /internal/generated/snippets/accesscontextmanager/apiv1/
- /internal/generated/snippets/ai/generativelanguage/apiv1beta2/
- /internal/generated/snippets/aiplatform/apiv1/
- /internal/generated/snippets/aiplatform/apiv1beta1/
- /internal/generated/snippets/advisorynotifications/apiv1/
Expand Down Expand Up @@ -498,6 +500,8 @@ deep-copy-regex:
dest: /
- source: /google/identity/accesscontextmanager/v1/cloud.google.com/go
dest: /
- source: /google/ai/generativelanguage/v1beta2/cloud.google.com/go
dest: /
- source: /google/cloud/aiplatform/v1/cloud.google.com/go
dest: /
- source: /google/cloud/aiplatform/v1beta1/cloud.google.com/go
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"accessapproval": "1.7.1",
"accesscontextmanager": "1.8.1",
"advisorynotifications": "0.3.1",
"ai": "0.0.0",
"aiplatform": "1.45.0",
"alloydb": "1.2.1",
"analytics": "0.21.2",
Expand Down
4 changes: 4 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
modules:
- accessapproval
- accesscontextmanager
- ai
- aiplatform
- advisorynotifications
- alloydb
Expand Down Expand Up @@ -257,6 +258,9 @@ manual-clients:
library-type: GAPIC_MANUAL

service-configs:
- input-directory: google/ai/generativelanguage/v1beta2
service-config: generativelanguage_v1beta2.yaml
import-path: cloud.google.com/go/ai/generativelanguage/apiv1beta2
- input-directory: google/analytics/admin/v1alpha
service-config: analyticsadmin_v1alpha.yaml
import-path: cloud.google.com/go/analytics/admin/apiv1alpha
Expand Down
3 changes: 3 additions & 0 deletions release-please-config-yoshi-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"advisorynotifications": {
"component": "advisorynotifications"
},
"ai": {
"component": "ai"
},
"aiplatform": {
"component": "aiplatform"
},
Expand Down

0 comments on commit 6c28f23

Please sign in to comment.