Skip to content

Commit 8d64982

Browse files
alexschlegelinsrc-copybara[bot]
authored andcommitted
SDK update
GitOrigin-RevId: 4780caaa410a1b74c57223a95ffb9112aab24f0f
1 parent ac21da6 commit 8d64982

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

intrinsic/assets/proto/v1/reference.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ message LocalAsset {
1919
intrinsic_proto.assets.Id id = 2;
2020
string bundle_path = 3;
2121
}
22+
23+
// References an Asset that is installed in a Solution.
24+
message SolutionAsset {
25+
// The branch ID of the Solution.
26+
string branch_id = 1;
27+
// The name (i.e., the ID string) of the Asset in the Solution.
28+
string name = 2;
29+
}

intrinsic/solution_versions/proto/v1/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ go_proto_library(
6868
protos = [":solution_version_service_proto"],
6969
visibility = [
7070
"//intrinsic/assets/deploy:__pkg__",
71+
"//intrinsic/assets/install:__pkg__",
7172
"//intrinsic/frontend/cloud:__subpackages__",
7273
"//intrinsic/kubernetes/data_store/http_endpoints:__pkg__",
7374
"//intrinsic/kubernetes/workcell_spec:__pkg__",

0 commit comments

Comments
 (0)