Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
feat: remove empty proto BatchProto.java (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 4, 2021
1 parent 5c496f6 commit 725d0f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 56 deletions.
Expand Up @@ -16,4 +16,9 @@
<className>com/google/cloud/talent/v4beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>

<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/talent/v4beta1/BatchProto</className>
</difference>
</differences>

This file was deleted.

3 changes: 2 additions & 1 deletion synth.py
Expand Up @@ -15,6 +15,7 @@
"""This script is used to synthesize generated parts of this library."""

import synthtool.languages.java as java
import os

AUTOSYNTH_MULTIPLE_COMMITS = True

Expand All @@ -27,7 +28,7 @@
version=version,
bazel_target=f'//google/cloud/{service}/{version}:google-cloud-{service}-{version}-java',
)

os.remove('proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/BatchProto.java')
java.common_templates(excludes=[
'.kokoro/build.sh',
'.kokoro/nightly/samples.cfg',
Expand Down

0 comments on commit 725d0f7

Please sign in to comment.