กฎ
py_proto_library
ดูแหล่งที่มาของกฎpy_proto_library(name, deps, compatible_with, deprecation, distribs, exec_compatible_with, exec_properties, features, restricted_to, tags, target_compatible_with, testonly, toolchains, visibility)
อาร์กิวเมนต์
Attributes | |
---|---|
name |
ชื่อ ต้องระบุ ชื่อที่ไม่ซ้ำกันสําหรับเป้าหมายนี้ |
deps
|
รายการป้ายกำกับ ค่าเริ่มต้นคือ |
proto_lang_toolchain
ดูแหล่งที่มาของกฎproto_lang_toolchain(name, allowlist_different_package, blacklisted_protos, command_line, compatible_with, deprecation, distribs, exec_compatible_with, exec_properties, features, mnemonic, output_files, plugin, plugin_format_flag, progress_message, protoc_minimal_do_not_use, restricted_to, runtime, tags, target_compatible_with, testonly, toolchain_type, toolchains, visibility)
หากใช้ Bazel โปรดโหลดกฎจาก https://github.com/bazelbuild/rules_proto
ระบุวิธีใช้กฎ LANG_proto_library (เช่น java_proto_library
) ควรเรียกใช้โปรแกรมคอมไพล์ proto
กฎ LANG_Pro_library บางกฎอนุญาตให้ระบุ Toolchain ที่จะใช้โดยใช้แฟล็กบรรทัดคำสั่งได้ โปรดศึกษาเอกสารประกอบ
โดยปกติ คุณไม่ควรเขียนกฎเหล่านั้นเว้นแต่จะต้องการปรับแต่งคอมไพเลอร์ Java
ไม่มีคอมไพเลอร์ คอมไพเลอร์โปรโตคอลนำมาจากกฎ proto_library ที่เราแนบไว้ ระบบจะส่งค่านี้ผ่านเป็น Flag บรรทัดคำสั่งไปยัง Blaze
ฟีเจอร์หลายอย่างกำหนดให้ต้องเรียกใช้คอมไพเลอร์โปรโตในกฎ proto_library เอง
การบังคับใช้คอมไพเลอร์ที่ LANG_proto_library ใช้ให้เหมือนกับคอมไพเลอร์ที่ใช้โดย proto_library
มีประโยชน์
ตัวอย่าง
ตัวอย่างง่ายๆ มีดังนี้
proto_lang_toolchain(
name = "javalite_toolchain",
command_line = "--javalite_out=shared,immutable:$(OUT)",
plugin = ":javalite_plugin",
runtime = ":protobuf_lite",
)
อาร์กิวเมนต์
Attributes | |
---|---|
name |
ชื่อ ต้องระบุ ชื่อที่ไม่ซ้ำกันสําหรับเป้าหมายนี้ |
allowlist_different_package
|
ป้ายกํากับ ค่าเริ่มต้นคือ |
blacklisted_protos
|
รายการป้ายกํากับ ค่าเริ่มต้นคือ srcs ของ blacklisted_protos
ใช้สำหรับไฟล์ .proto ที่ลิงก์กับรันไทม์ proto อยู่แล้ว เช่น any.proto
|
command_line
|
สตริง ต้องระบุ ค่านี้จะส่งไปยังโปรโตคอมไพเลอร์เพื่อสร้างโค้ด ใส่เฉพาะส่วนที่เกี่ยวข้องกับเครื่องมือสร้างโค้ด/ปลั๊กอินนี้เท่านั้น (เช่น อย่าใส่พารามิเตอร์ -I)
|
mnemonic
|
สตริง ค่าเริ่มต้นคือ |
output_files
|
สตริง ค่าเริ่มต้นคือ $(OUT) ใน command_line โดยระบุเส้นทางไปยังไฟล์เดียวหรือไดเรกทอรีเอาต์พุตในกรณีที่มีไฟล์หลายไฟล์
ค่าที่เป็นไปได้คือ "single", "multiple"
|
plugin
|
ป้ายกำกับ ค่าเริ่มต้นคือ --plugin=protoc-gen-PLUGIN=<executable>.
|
plugin_format_flag
|
สตริง ค่าเริ่มต้นคือ --plugin=protoc-gen-PLUGIN=<executable>.
|
progress_message
|
สตริง ค่าเริ่มต้นคือ |
protoc_minimal_do_not_use
|
ป้ายกำกับ ค่าเริ่มต้นคือ |
runtime
|
ป้ายกํากับ ค่าเริ่มต้นคือ |
toolchain_type
|
ป้ายกํากับ ค่าเริ่มต้นคือ |
proto_toolchain
ดูแหล่งที่มาของกฎproto_toolchain(name, command_line, compatible_with, deprecation, distribs, exec_compatible_with, exec_properties, features, mnemonic, output_files, progress_message, proto_compiler, restricted_to, tags, target_compatible_with, testonly, toolchains, visibility)
อาร์กิวเมนต์
Attributes | |
---|---|
name |
ชื่อ ต้องระบุ ชื่อที่ไม่ซ้ำกันสําหรับเป้าหมายนี้ |
command_line
|
สตริง ค่าเริ่มต้นคือ |
mnemonic
|
สตริง ค่าเริ่มต้นคือ |
output_files
|
สตริง ค่าเริ่มต้นคือ |
progress_message
|
สตริง ค่าเริ่มต้นคือ |
proto_compiler
|
ป้ายกํากับ ค่าเริ่มต้นคือ |