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

Commit

Permalink
feat: remove empty protos ServiceMonitoringProto and DrilldownsProto (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 4, 2021
1 parent 76fbee0 commit c62a2d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 111 deletions.
3 changes: 3 additions & 0 deletions owlbot.py
Expand Up @@ -14,10 +14,13 @@

import synthtool as s
from synthtool.languages import java
import os


for library in s.get_staging_dirs():
# put any special-case replacements here
os.remove("owl-bot-staging/v1/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/DrilldownsProto.java")
os.remove("owl-bot-staging/v1/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ServiceMonitoringProto.java")
s.move(library)

s.remove_staging_dirs()
Expand Down
Expand Up @@ -16,4 +16,13 @@
<className>com/google/monitoring/dashboard/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>

<difference>
<differenceType>8001</differenceType>
<className>com/google/monitoring/dashboard/v1/DrilldownsProto</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/monitoring/dashboard/v1/ServiceMonitoringProto</className>
</difference>
</differences>

This file was deleted.

This file was deleted.

0 comments on commit c62a2d8

Please sign in to comment.