-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove common protos in generated proto list (#455)
* fix proto list logic * add unit test for apis in different dirs * update asset baseline Co-authored-by: Alexander Fenster <[email protected]>
- Loading branch information
1 parent
5305fcd
commit 1c4bd49
Showing
3 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
16 changes: 1 addition & 15 deletions
16
baselines/asset/src/v1/asset_service_proto_list.json.baseline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,9 @@ | ||
[ | ||
"../../protos/google/api/annotations.proto", | ||
"../../protos/google/api/client.proto", | ||
"../../protos/google/api/field_behavior.proto", | ||
"../../protos/google/api/http.proto", | ||
"../../protos/google/api/resource.proto", | ||
"../../protos/google/cloud/asset/v1/asset_service.proto", | ||
"../../protos/google/cloud/asset/v1/assets.proto", | ||
"../../protos/google/cloud/orgpolicy/v1/orgpolicy.proto", | ||
"../../protos/google/identity/accesscontextmanager/type/device_resources.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_level.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_policy.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/service_perimeter.proto", | ||
"../../protos/google/protobuf/any.proto", | ||
"../../protos/google/protobuf/descriptor.proto", | ||
"../../protos/google/protobuf/duration.proto", | ||
"../../protos/google/protobuf/empty.proto", | ||
"../../protos/google/protobuf/field_mask.proto", | ||
"../../protos/google/protobuf/struct.proto", | ||
"../../protos/google/protobuf/timestamp.proto", | ||
"../../protos/google/rpc/status.proto", | ||
"../../protos/google/type/expr.proto" | ||
"../../protos/google/identity/accesscontextmanager/v1/service_perimeter.proto" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters