You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
# This file was automatically generated by BuildFileGenerator |
|
|
|
# This is an API workspace, having public visibility by default makes perfect sense. |
|
package(default_visibility = ["//visibility:public"]) |
|
|
|
############################################################################## |
|
# Common |
|
############################################################################## |
|
load("@rules_proto//proto:defs.bzl", "proto_library") |
|
|
|
proto_library( |
|
name = "prompt_proto", |
|
srcs = [ |
|
"static_prompt.proto", |
|
"static_simple_prompt.proto", |
|
"suggestion.proto", |
|
"surface_capabilities.proto", |
|
], |
|
deps = [ |
|
"//google/actions/sdk/v2/interactionmodel/prompt/content:content_proto", |
|
"//google/api:field_behavior_proto", |
|
], |
|
) |
|
|
|
############################################################################## |
|
# Node.js |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"nodejs_gapic_assembly_pkg", |
|
"nodejs_gapic_library", |
|
)
|
|
|