Skip to content

Commit 13d4c79

Browse files
committed
mockgcp: add support for assuredworkloads and e2e test
1 parent aa8e9eb commit 13d4c79

10 files changed

Lines changed: 5162 additions & 1 deletion

File tree

mockgcp/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ gen-proto-no-fixup:
181181
./third_party/googleapis/mockgcp/cloud/gkebackup/v1/*.proto \
182182
./third_party/googleapis/mockgcp/cloud/run/v2/*.proto \
183183
./third_party/googleapis/mockgcp/cloud/speech/v2/*.proto \
184-
./third_party/googleapis/mockgcp/devtools/sourcerepo/v1/*.proto
184+
./third_party/googleapis/mockgcp/devtools/sourcerepo/v1/*.proto \
185+
./third_party/googleapis/mockgcp/cloud/assuredworkloads/v1/*.proto
186+
187+
185188

186189

187190
.PHONY: generate-grpc-for-google-protos

0 commit comments

Comments
 (0)