We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feae8ed commit df54749Copy full SHA for df54749
src/bitdrift_public/protobuf/client/v1/artifact.proto
@@ -5,7 +5,8 @@ import "validate/validate.proto";
5
package bitdrift_public.protobuf.client.v1;
6
7
message FileArtifact {
8
- // The ID of this file artifact.
+ // The ID of this file artifact. This is generated by the client and allows the client
9
+ // to reference this file artifact in logs.
10
string id = 1 [(validate.rules).string = {min_len: 1}];
11
12
byte contents = 2;
0 commit comments