Skip to content

Commit 6a2f024

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249677018
1 parent 777d184 commit 6a2f024

File tree

74 files changed

+81
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+81
-73
lines changed

.bazelrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# To make proto_library rules to include source info in the descriptor
2+
build --protocopt=--include_source_info

google/api/expr/v1alpha1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ go_proto_library(
172172
name = "cel_go_proto",
173173
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
174174
importpath = "google.golang.org/genproto/googleapis/api/expr/v1alpha1",
175-
protos = [":cel_proto_with_info"],
175+
protos = [":cel_proto"],
176176
deps = [
177177
"//google/api:annotations_go_proto",
178178
"//google/rpc:status_go_proto",

google/bigtable/admin/v2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ go_proto_library(
119119
name = "bigtableadmin_go_proto",
120120
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
121121
importpath = "google.golang.org/genproto/googleapis/bigtable/admin/v2",
122-
protos = [":bigtableadmin_proto_with_info"],
122+
protos = [":bigtableadmin_proto"],
123123
deps = [
124124
"//google/api:annotations_go_proto",
125125
"//google/iam/v1:iam_go_proto",

google/bigtable/v2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ go_proto_library(
109109
name = "bigtable_go_proto",
110110
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
111111
importpath = "google.golang.org/genproto/googleapis/bigtable/v2",
112-
protos = [":bigtable_proto_with_info"],
112+
protos = [":bigtable_proto"],
113113
deps = [
114114
"//google/api:annotations_go_proto",
115115
"//google/rpc:status_go_proto",

google/cloud/asset/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ go_proto_library(
109109
name = "asset_go_proto",
110110
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
111111
importpath = "google.golang.org/genproto/googleapis/cloud/asset/v1beta1",
112-
protos = [":asset_proto_with_info"],
112+
protos = [":asset_proto"],
113113
deps = [
114114
"//google/api:annotations_go_proto",
115115
"//google/iam/v1:iam_go_proto",

google/cloud/automl/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ go_proto_library(
143143
name = "automl_go_proto",
144144
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
145145
importpath = "google.golang.org/genproto/googleapis/cloud/automl/v1beta1",
146-
protos = [":automl_proto_with_info"],
146+
protos = [":automl_proto"],
147147
deps = [
148148
"//google/api:annotations_go_proto",
149149
"//google/longrunning:longrunning_go_proto",

google/cloud/bigquery/datatransfer/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "bigquerydatatransfer_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1",
123-
protos = [":bigquerydatatransfer_proto_with_info"],
123+
protos = [":bigquerydatatransfer_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/rpc:status_go_proto",

google/cloud/bigquery/storage/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_proto_library(
114114
name = "bigquerystorage_go_proto",
115115
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
116116
importpath = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta1",
117-
protos = [":bigquerystorage_proto_with_info"],
117+
protos = [":bigquerystorage_proto"],
118118
deps = [
119119
"//google/api:annotations_go_proto",
120120
],

google/cloud/dataproc/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ go_proto_library(
118118
name = "dataproc_go_proto",
119119
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
120120
importpath = "google.golang.org/genproto/googleapis/cloud/dataproc/v1",
121-
protos = [":dataproc_proto_with_info"],
121+
protos = [":dataproc_proto"],
122122
deps = [
123123
"//google/api:annotations_go_proto",
124124
"//google/longrunning:longrunning_go_proto",

google/cloud/dataproc/v1beta2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ go_proto_library(
119119
name = "dataproc_go_proto",
120120
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
121121
importpath = "google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2",
122-
protos = [":dataproc_proto_with_info"],
122+
protos = [":dataproc_proto"],
123123
deps = [
124124
"//google/api:annotations_go_proto",
125125
"//google/longrunning:longrunning_go_proto",

google/cloud/dialogflow/v2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ go_proto_library(
129129
name = "dialogflow_go_proto",
130130
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
131131
importpath = "google.golang.org/genproto/googleapis/cloud/dialogflow/v2",
132-
protos = [":dialogflow_proto_with_info"],
132+
protos = [":dialogflow_proto"],
133133
deps = [
134134
"//google/api:annotations_go_proto",
135135
"//google/longrunning:longrunning_go_proto",

google/cloud/dialogflow/v2beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ go_proto_library(
133133
name = "dialogflow_go_proto",
134134
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
135135
importpath = "google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1",
136-
protos = [":dialogflow_proto_with_info"],
136+
protos = [":dialogflow_proto"],
137137
deps = [
138138
"//google/api:annotations_go_proto",
139139
"//google/longrunning:longrunning_go_proto",

google/cloud/iot/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ go_proto_library(
117117
name = "iot_go_proto",
118118
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
119119
importpath = "google.golang.org/genproto/googleapis/cloud/iot/v1",
120-
protos = [":iot_proto_with_info"],
120+
protos = [":iot_proto"],
121121
deps = [
122122
"//google/api:annotations_go_proto",
123123
"//google/iam/v1:iam_go_proto",

google/cloud/kms/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ go_proto_library(
122122
name = "kms_go_proto",
123123
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
124124
importpath = "google.golang.org/genproto/googleapis/cloud/kms/v1",
125-
protos = [":kms_proto_with_info"],
125+
protos = [":kms_proto"],
126126
deps = [
127127
"//google/api:annotations_go_proto",
128128
"//google/iam/v1:iam_go_proto",

google/cloud/language/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ go_proto_library(
9595
name = "language_go_proto",
9696
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
9797
importpath = "google.golang.org/genproto/googleapis/cloud/language/v1",
98-
protos = [":language_proto_with_info"],
98+
protos = [":language_proto"],
9999
deps = ["//google/api:annotations_go_proto"],
100100
)
101101

google/cloud/language/v1beta2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ go_proto_library(
9696
name = "language_go_proto",
9797
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
9898
importpath = "google.golang.org/genproto/googleapis/cloud/language/v1beta2",
99-
protos = [":language_proto_with_info"],
99+
protos = [":language_proto"],
100100
deps = [
101101
"//google/api:annotations_go_proto",
102102
"//google/longrunning:longrunning_go_proto",

google/cloud/oslogin/common/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ go_proto_library(
5656
name = "common_go_proto",
5757
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
5858
importpath = "google.golang.org/genproto/googleapis/cloud/oslogin/common",
59-
protos = [":common_proto_with_info"],
59+
protos = [":common_proto"],
6060
deps = ["//google/api:annotations_go_proto"],
6161
)

google/cloud/oslogin/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ go_proto_library(
126126
name = "oslogin_go_proto",
127127
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
128128
importpath = "google.golang.org/genproto/googleapis/cloud/oslogin/v1",
129-
protos = [":oslogin_proto_with_info"],
129+
protos = [":oslogin_proto"],
130130
deps = [
131131
"//google/api:annotations_go_proto",
132132
"//google/cloud/oslogin/common:common_go_proto",

google/cloud/oslogin/v1beta/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ go_proto_library(
126126
name = "oslogin_go_proto",
127127
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
128128
importpath = "google.golang.org/genproto/googleapis/cloud/oslogin/v1beta",
129-
protos = [":oslogin_proto_with_info"],
129+
protos = [":oslogin_proto"],
130130
deps = [
131131
"//google/api:annotations_go_proto",
132132
"//google/cloud/oslogin/common:common_go_proto",

google/cloud/redis/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ go_proto_library(
112112
name = "redis_go_proto",
113113
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
114114
importpath = "google.golang.org/genproto/googleapis/cloud/redis/v1",
115-
protos = [":redis_proto_with_info"],
115+
protos = [":redis_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118118
"//google/longrunning:longrunning_go_proto",

google/cloud/redis/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ go_proto_library(
113113
name = "redis_go_proto",
114114
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
115115
importpath = "google.golang.org/genproto/googleapis/cloud/redis/v1beta1",
116-
protos = [":redis_proto_with_info"],
116+
protos = [":redis_proto"],
117117
deps = [
118118
"//google/api:annotations_go_proto",
119119
"//google/longrunning:longrunning_go_proto",

google/cloud/scheduler/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_proto_library(
114114
name = "scheduler_go_proto",
115115
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
116116
importpath = "google.golang.org/genproto/googleapis/cloud/scheduler/v1beta1",
117-
protos = [":scheduler_proto_with_info"],
117+
protos = [":scheduler_proto"],
118118
deps = [
119119
"//google/api:annotations_go_proto",
120120
"//google/rpc:status_go_proto",

google/cloud/securitycenter/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "securitycenter_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/securitycenter/v1beta1",
123-
protos = [":securitycenter_proto_with_info"],
123+
protos = [":securitycenter_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/iam/v1:iam_go_proto",

google/cloud/speech/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_proto_library(
114114
name = "speech_go_proto",
115115
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
116116
importpath = "google.golang.org/genproto/googleapis/cloud/speech/v1",
117-
protos = [":speech_proto_with_info"],
117+
protos = [":speech_proto"],
118118
deps = [
119119
"//google/api:annotations_go_proto",
120120
"//google/longrunning:longrunning_go_proto",

google/cloud/speech/v1p1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_proto_library(
114114
name = "speech_go_proto",
115115
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
116116
importpath = "google.golang.org/genproto/googleapis/cloud/speech/v1p1beta1",
117-
protos = [":speech_proto_with_info"],
117+
protos = [":speech_proto"],
118118
deps = [
119119
"//google/api:annotations_go_proto",
120120
"//google/longrunning:longrunning_go_proto",

google/cloud/tasks/v2beta2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "tasks_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/tasks/v2beta2",
123-
protos = [":tasks_proto_with_info"],
123+
protos = [":tasks_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/iam/v1:iam_go_proto",

google/cloud/tasks/v2beta3/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ go_proto_library(
121121
name = "tasks_go_proto",
122122
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
123123
importpath = "google.golang.org/genproto/googleapis/cloud/tasks/v2beta3",
124-
protos = [":tasks_proto_with_info"],
124+
protos = [":tasks_proto"],
125125
deps = [
126126
"//google/api:annotations_go_proto",
127127
"//google/iam/v1:iam_go_proto",

google/cloud/texttospeech/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ go_proto_library(
9595
name = "texttospeech_go_proto",
9696
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
9797
importpath = "google.golang.org/genproto/googleapis/cloud/texttospeech/v1",
98-
protos = [":texttospeech_proto_with_info"],
98+
protos = [":texttospeech_proto"],
9999
deps = ["//google/api:annotations_go_proto"],
100100
)
101101

google/cloud/texttospeech/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ go_proto_library(
9595
name = "texttospeech_go_proto",
9696
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
9797
importpath = "google.golang.org/genproto/googleapis/cloud/texttospeech/v1beta1",
98-
protos = [":texttospeech_proto_with_info"],
98+
protos = [":texttospeech_proto"],
9999
deps = ["//google/api:annotations_go_proto"],
100100
)
101101

google/cloud/videointelligence/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ go_proto_library(
112112
name = "video_intelligence_go_proto",
113113
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
114114
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1",
115-
protos = [":video_intelligence_proto_with_info"],
115+
protos = [":video_intelligence_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118118
"//google/longrunning:longrunning_go_proto",

google/cloud/videointelligence/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ go_proto_library(
111111
name = "video_intelligence_go_proto",
112112
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
113113
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta1",
114-
protos = [":video_intelligence_proto_with_info"],
114+
protos = [":video_intelligence_proto"],
115115
deps = [
116116
"//google/api:annotations_go_proto",
117117
"//google/longrunning:longrunning_go_proto",

google/cloud/videointelligence/v1beta2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ go_proto_library(
112112
name = "video_intelligence_go_proto",
113113
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
114114
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta2",
115-
protos = [":video_intelligence_proto_with_info"],
115+
protos = [":video_intelligence_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118118
"//google/longrunning:longrunning_go_proto",

google/cloud/videointelligence/v1p1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ go_proto_library(
112112
name = "video_intelligence_go_proto",
113113
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
114114
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1p1beta1",
115-
protos = [":video_intelligence_proto_with_info"],
115+
protos = [":video_intelligence_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118118
"//google/longrunning:longrunning_go_proto",

google/cloud/videointelligence/v1p2beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ go_proto_library(
112112
name = "video_intelligence_go_proto",
113113
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
114114
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1p2beta1",
115-
protos = [":video_intelligence_proto_with_info"],
115+
protos = [":video_intelligence_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118118
"//google/longrunning:longrunning_go_proto",

google/cloud/videointelligence/v1p3beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ go_proto_library(
113113
name = "video_intelligence_go_proto",
114114
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
115115
importpath = "google.golang.org/genproto/googleapis/cloud/videointelligence/v1p3beta1",
116-
protos = [":video_intelligence_proto_with_info"],
116+
protos = [":video_intelligence_proto"],
117117
deps = [
118118
"//google/api:annotations_go_proto",
119119
"//google/longrunning:longrunning_go_proto",

google/cloud/vision/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "vision_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/vision/v1",
123-
protos = [":vision_proto_with_info"],
123+
protos = [":vision_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/longrunning:longrunning_go_proto",

google/cloud/vision/v1p1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ go_proto_library(
115115
name = "vision_go_proto",
116116
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
117117
importpath = "google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1",
118-
protos = [":vision_proto_with_info"],
118+
protos = [":vision_proto"],
119119
deps = [
120120
"//google/api:annotations_go_proto",
121121
"//google/longrunning:longrunning_go_proto",

google/cloud/vision/v1p2beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ go_proto_library(
116116
name = "vision_go_proto",
117117
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
118118
importpath = "google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1",
119-
protos = [":vision_proto_with_info"],
119+
protos = [":vision_proto"],
120120
deps = [
121121
"//google/api:annotations_go_proto",
122122
"//google/longrunning:longrunning_go_proto",

google/cloud/vision/v1p3beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "vision_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1",
123-
protos = [":vision_proto_with_info"],
123+
protos = [":vision_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/longrunning:longrunning_go_proto",

google/cloud/vision/v1p4beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ go_proto_library(
120120
name = "vision_go_proto",
121121
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
122122
importpath = "google.golang.org/genproto/googleapis/cloud/vision/v1p4beta1",
123-
protos = [":vision_proto_with_info"],
123+
protos = [":vision_proto"],
124124
deps = [
125125
"//google/api:annotations_go_proto",
126126
"//google/longrunning:longrunning_go_proto",

google/cloud/websecurityscanner/v1alpha/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ go_proto_library(
115115
name = "websecurityscanner_go_proto",
116116
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
117117
importpath = "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha",
118-
protos = [":websecurityscanner_proto_with_info"],
118+
protos = [":websecurityscanner_proto"],
119119
deps = ["//google/api:annotations_go_proto"],
120120
)
121121

google/container/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ go_proto_library(
9494
name = "container_go_proto",
9595
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
9696
importpath = "google.golang.org/genproto/googleapis/container/v1",
97-
protos = [":container_proto_with_info"],
97+
protos = [":container_proto"],
9898
deps = ["//google/api:annotations_go_proto"],
9999
)
100100

google/datastore/v1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_proto_library(
114114
name = "datastore_go_proto",
115115
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
116116
importpath = "google.golang.org/genproto/googleapis/datastore/v1",
117-
protos = [":datastore_proto_with_info"],
117+
protos = [":datastore_proto"],
118118
deps = [
119119
"//google/api:annotations_go_proto",
120120
"//google/type:latlng_go_proto",

google/devtools/clouddebugger/v2/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ go_proto_library(
118118
name = "debugger_go_proto",
119119
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
120120
importpath = "google.golang.org/genproto/googleapis/devtools/clouddebugger/v2",
121-
protos = [":debugger_proto_with_info"],
121+
protos = [":debugger_proto"],
122122
deps = [
123123
"//google/api:annotations_go_proto",
124124
"//google/devtools/source/v1:source_go_proto",

google/devtools/clouderrorreporting/v1beta1/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ go_proto_library(
116116
name = "clouderrorreporting_go_proto",
117117
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
118118
importpath = "google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1",
119-
protos = [":clouderrorreporting_proto_with_info"],
119+
protos = [":clouderrorreporting_proto"],
120120
deps = [
121121
"//google/api:annotations_go_proto",
122122
"//google/api:monitoredres_go_proto",

0 commit comments

Comments
 (0)