1*882aa7c7SMatt Gilbride# Copyright 2021 Google LLC 2*882aa7c7SMatt Gilbride# 3*882aa7c7SMatt Gilbride# Licensed under the Apache License, Version 2.0 (the "License"); 4*882aa7c7SMatt Gilbride# you may not use this file except in compliance with the License. 5*882aa7c7SMatt Gilbride# You may obtain a copy of the License at 6*882aa7c7SMatt Gilbride# 7*882aa7c7SMatt Gilbride# http://www.apache.org/licenses/LICENSE-2.0 8*882aa7c7SMatt Gilbride# 9*882aa7c7SMatt Gilbride# Unless required by applicable law or agreed to in writing, software 10*882aa7c7SMatt Gilbride# distributed under the License is distributed on an "AS IS" BASIS, 11*882aa7c7SMatt Gilbride# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*882aa7c7SMatt Gilbride# See the License for the specific language governing permissions and 13*882aa7c7SMatt Gilbride# limitations under the License. 14*882aa7c7SMatt Gilbride 15*882aa7c7SMatt Gilbride 16*882aa7c7SMatt Gilbridedeep-remove-regex: 17*882aa7c7SMatt Gilbride - "/java-iam/grpc-google-.*/src" 18*882aa7c7SMatt Gilbride - "/java-iam/proto-google-.*/src" 19*882aa7c7SMatt Gilbride 20*882aa7c7SMatt Gilbridedeep-preserve-regex: 21*882aa7c7SMatt Gilbride - "/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/logging" 22*882aa7c7SMatt Gilbride - "/java-iam/proto-google-iam-v1/src/main/proto/google/iam/v1" 23*882aa7c7SMatt Gilbride 24*882aa7c7SMatt Gilbridedeep-copy-regex: 25*882aa7c7SMatt Gilbride - source: "/google/iam/v1/google-iam-v1-java/grpc-google-iam-v1-java/src" 26*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v1/grpc-google-iam-v1/src" 27*882aa7c7SMatt Gilbride - source: "/google/iam/v1/google-iam-v1-java/proto-google-iam-v1-java/src" 28*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v1/proto-google-iam-v1/src" 29*882aa7c7SMatt Gilbride - source: "/google/iam/v2beta/google-cloud-iam-v2beta-java/grpc-google-cloud-iam-v2beta-java/src" 30*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v2beta/grpc-google-iam-v2beta/src" 31*882aa7c7SMatt Gilbride - source: "/google/iam/v2beta/google-cloud-iam-v2beta-java/proto-google-cloud-iam-v2beta-java/src" 32*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v2beta/proto-google-iam-v2beta/src" 33*882aa7c7SMatt Gilbride - source: "/google/iam/v2/google-cloud-iam-v2-java/grpc-google-cloud-iam-v2-java/src" 34*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v2/grpc-google-iam-v2/src" 35*882aa7c7SMatt Gilbride - source: "/google/iam/v2/google-cloud-iam-v2-java/proto-google-cloud-iam-v2-java/src" 36*882aa7c7SMatt Gilbride dest: "/owl-bot-staging/java-iam/v2/proto-google-iam-v2/src" 37*882aa7c7SMatt Gilbride 38*882aa7c7SMatt Gilbrideapi-name: iam 39