Skip to content

Commit

Permalink
chore(internal/postprocessor): add missing rel-path for recent v2 in-…
Browse files Browse the repository at this point in the history
…place conversions (#7969)
  • Loading branch information
quartzmo authored May 19, 2023
1 parent 9286b52 commit 913c584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,11 @@ service-configs:
- input-directory: google/cloud/recaptchaenterprise/v1
service-config: recaptchaenterprise_v1.yaml
import-path: cloud.google.com/go/recaptchaenterprise/v2/apiv1
rel-path: /recaptchaenterprise/apiv1
- input-directory: google/cloud/recaptchaenterprise/v1beta1
service-config: recaptchaenterprise_v1beta1.yaml
import-path: cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1
rel-path: /recaptchaenterprise/apiv1beta1
- input-directory: google/cloud/recommendationengine/v1beta1
service-config: recommendationengine_v1beta1.yaml
import-path: cloud.google.com/go/recommendationengine/apiv1beta1
Expand Down Expand Up @@ -768,9 +770,11 @@ service-configs:
- input-directory: google/cloud/vision/v1
service-config: vision_v1.yaml
import-path: cloud.google.com/go/vision/v2/apiv1
rel-path: /vision/apiv1
- input-directory: google/cloud/vision/v1p1beta1
service-config: vision_v1p1beta1.yaml
import-path: cloud.google.com/go/vision/v2/apiv1p1beta1
rel-path: /vision/apiv1p1beta1
- input-directory: google/cloud/vmmigration/v1
service-config: vmmigration_v1.yaml
import-path: cloud.google.com/go/vmmigration/apiv1
Expand Down

0 comments on commit 913c584

Please sign in to comment.