Skip to content

Commit

Permalink
chore(shopping): add lfp client (#9770)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623847465
  • Loading branch information
codyoss authored Apr 15, 2024
1 parent b66e783 commit 537509f
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -355,6 +355,7 @@ deep-remove-regex:
- /internal/generated/snippets/shopping/merchant/quota/apiv1beta/
- /internal/generated/snippets/shopping/merchant/inventories/apiv1beta/
- /internal/generated/snippets/shopping/merchant/reports/apiv1beta/
- /internal/generated/snippets/shopping/merchant/lfp/apiv1beta/
- /internal/generated/snippets/spanner/admin/database/apiv1/
- /internal/generated/snippets/spanner/admin/instance/apiv1/
- /internal/generated/snippets/spanner/apiv1/
Expand Down Expand Up @@ -490,6 +491,7 @@ deep-remove-regex:
- /shopping/merchant/notifications/apiv1beta/
- /shopping/merchant/quota/apiv1beta/
- /shopping/merchant/inventories/apiv1beta/
- /shopping/merchant/lfp/apiv1beta/
- /shopping/merchant/reports/apiv1beta/
- /shopping/type/
- /spanner/admin/database/apiv1/
Expand Down Expand Up @@ -1031,6 +1033,8 @@ deep-copy-regex:
dest: /
- source: /google/shopping/merchant/inventories/v1beta/cloud.google.com/go
dest: /
- source: /google/shopping/merchant/lfp/v1beta/cloud.google.com/go
dest: /
- source: /google/shopping/merchant/reports/v1beta/cloud.google.com/go
dest: /
- source: /google/shopping/type/cloud.google.com/go
Expand Down
3 changes: 3 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,9 @@ service-configs:
- input-directory: google/shopping/merchant/inventories/v1beta
service-config: merchantapi_v1beta.yaml
import-path: cloud.google.com/go/shopping/merchant/inventories/apiv1beta
- input-directory: google/shopping/merchant/lfp/v1beta
service-config: merchantapi_v1beta.yaml
import-path: cloud.google.com/go/shopping/merchant/lfp/apiv1beta
- input-directory: google/shopping/merchant/reports/v1beta
service-config: merchantapi_v1beta.yaml
import-path: cloud.google.com/go/shopping/merchant/reports/apiv1beta
Expand Down

0 comments on commit 537509f

Please # to comment.