Searched defs:FilesetEntry (Results 1 – 1 of 1) sorted by relevance
/external/skia/bazel/exporter/build_proto/build/ |
D | build.pb.go | 723 type FilesetEntry struct { struct 724 state protoimpl.MessageState 725 sizeCache protoimpl.SizeCache 726 unknownFields protoimpl.UnknownFields 729 Source *string `protobuf:"bytes,1,req,name=source" json:"source,omitempty"` 731 …2,req,name=destination_directory,json=destinationDirectory" json:"destination_directory,omitempty"` 734 …*bool `protobuf:"varint,7,opt,name=files_present,json=filesPresent" json:"files_present,omitempty"` 736 File []string `protobuf:"bytes,3,rep,name=file" json:"file,omitempty"` 740 Exclude []string `protobuf:"bytes,4,rep,name=exclude" json:"exclude,omitempty"` 746 …inkBehavior,enum=blaze_query.FilesetEntry_SymlinkBehavior,def=1" json:"symlink_behavior,omitempty"` [all …]
|