Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 1, 2024
1 parent c4014d7 commit 60ef176
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libraries:
name_pretty: Access Approval
product_documentation: https://cloud.google.com/access-approval/docs/
api_description: enables controlling access to your organization's data by Google
personnel. -test3
personnel. -test4
release_level: stable
GAPICs:
- proto_path: google/cloud/accessapproval/v1
Expand Down
35 changes: 35 additions & 0 deletions java-accessapproval/.OwlBot.hermetic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


deep-remove-regex:
- "/grpc-google-.*/src"
- "/proto-google-.*/src"
- "/google-.*/src"
- "/samples/snippets/generated"

deep-preserve-regex:
- "/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"

deep-copy-regex:
- source: "/google/cloud/accessapproval/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-accessapproval/$1/proto-google-cloud-accessapproval-$1/src"
- source: "/google/cloud/accessapproval/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/java-accessapproval/$1/grpc-google-cloud-accessapproval-$1/src"
- source: "/google/cloud/accessapproval/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-accessapproval/$1/google-cloud-accessapproval/src"
- source: "/google/cloud/accessapproval/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/java-accessapproval/$1/samples/snippets/generated"

api-name: accessapproval

0 comments on commit 60ef176

Please sign in to comment.