Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245137805
This commit is contained in:
parent
fc37c47e70
commit
25cbfd4a53
|
|
@ -11,8 +11,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||
#
|
||||
http_archive(
|
||||
name = "com_google_api_codegen",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/96c3c5a4c8397d4bd29a6abce861547a271383e1.zip"],
|
||||
strip_prefix = "gapic-generator-96c3c5a4c8397d4bd29a6abce861547a271383e1",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/9940c38fce35fb0733467ffc725e6b1c30ef673a.zip"],
|
||||
strip_prefix = "gapic-generator-9940c38fce35fb0733467ffc725e6b1c30ef673a",
|
||||
)
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -11,24 +11,41 @@ proto_library(
|
|||
srcs = [
|
||||
"annotation_payload.proto",
|
||||
"classification.proto",
|
||||
"column_spec.proto",
|
||||
"data_items.proto",
|
||||
"data_stats.proto",
|
||||
"data_types.proto",
|
||||
"dataset.proto",
|
||||
"detection.proto",
|
||||
"geometry.proto",
|
||||
"image.proto",
|
||||
"io.proto",
|
||||
"model.proto",
|
||||
"model_evaluation.proto",
|
||||
"operations.proto",
|
||||
"prediction_service.proto",
|
||||
"ranges.proto",
|
||||
"regression.proto",
|
||||
"service.proto",
|
||||
"table_spec.proto",
|
||||
"tables.proto",
|
||||
"temporal.proto",
|
||||
"text.proto",
|
||||
"text_extraction.proto",
|
||||
"text_segment.proto",
|
||||
"text_sentiment.proto",
|
||||
"translation.proto",
|
||||
"video.proto",
|
||||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"@com_google_protobuf//:any_proto",
|
||||
"@com_google_protobuf//:duration_proto",
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:field_mask_proto",
|
||||
"@com_google_protobuf//:struct_proto",
|
||||
"@com_google_protobuf//:timestamp_proto",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ proto_library(
|
|||
"table_reference.proto",
|
||||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:timestamp_proto",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ proto_library(
|
|||
name = "dialogflow_proto",
|
||||
srcs = [
|
||||
"agent.proto",
|
||||
"audio_config.proto",
|
||||
"context.proto",
|
||||
"entity_type.proto",
|
||||
"intent.proto",
|
||||
|
|
@ -19,9 +20,11 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"//google/type:latlng_proto",
|
||||
"@com_google_protobuf//:duration_proto",
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:field_mask_proto",
|
||||
"@com_google_protobuf//:struct_proto",
|
||||
|
|
|
|||
|
|
@ -22,9 +22,11 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"//google/type:latlng_proto",
|
||||
"@com_google_protobuf//:duration_proto",
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:field_mask_proto",
|
||||
"@com_google_protobuf//:struct_proto",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,11 @@ load("@com_google_api_codegen//rules_gapic:gapic.bzl", "proto_library_with_info"
|
|||
proto_library(
|
||||
name = "language_proto",
|
||||
srcs = ["language_service.proto"],
|
||||
deps = ["//google/api:annotations_proto"],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:client_proto",
|
||||
"//google/api:field_behavior_proto",
|
||||
],
|
||||
)
|
||||
|
||||
proto_library_with_info(
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"@com_google_protobuf//:field_mask_proto",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"@com_google_protobuf//:any_proto",
|
||||
"@com_google_protobuf//:duration_proto",
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/iam/v1:iam_policy_proto",
|
||||
"//google/iam/v1:policy_proto",
|
||||
"//google/rpc:code_proto",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/rpc:status_proto",
|
||||
"//google/type:date_proto",
|
||||
"//google/type:dayofweek_proto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue