Skip to content

Commit 9502cb3

Browse files
law-linmodal-bot
authored andcommitted
Add string role names to environment creation protobuf (#52937)
GitOrigin-RevId: 4159d3587f2f8f28a261f6260008fc4c9a3b95e8
1 parent 7405959 commit 9502cb3

2 files changed

Lines changed: 35 additions & 19 deletions

File tree

go/proto/modal_proto/api.pb.go

Lines changed: 34 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modal_proto/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,7 @@ message EnvironmentCreateRequest {
16411641
EnvironmentSettings settings = 3;
16421642
EnvironmentType environment_type = 4;
16431643
optional EnvironmentRole default_member_role = 5;
1644+
string default_member_role_str = 6; // String representation; parsed when the enum is unspecified.
16441645
}
16451646

16461647
message EnvironmentDeleteRequest {

0 commit comments

Comments
 (0)