@@ -52,10 +52,10 @@ proto_library(
5252 "explanation.proto" ,
5353 "explanation_metadata.proto" ,
5454 "feature.proto" ,
55- "featurestore_monitoring.proto" ,
5655 "feature_monitoring_stats.proto" ,
5756 "feature_selector.proto" ,
5857 "featurestore.proto" ,
58+ "featurestore_monitoring.proto" ,
5959 "featurestore_online_service.proto" ,
6060 "featurestore_service.proto" ,
6161 "hyperparameter_tuning_job.proto" ,
@@ -125,6 +125,8 @@ proto_library_with_info(
125125 deps = [
126126 ":aiplatform_proto" ,
127127 "//google/cloud:common_resources_proto" ,
128+ "//google/cloud/location:location_proto" ,
129+ "//google/iam/v1:iam_policy_proto" ,
128130 ] + _PROTO_SUBPACKAGE_DEPS ,
129131)
130132
@@ -168,13 +170,19 @@ java_grpc_library(
168170java_gapic_library (
169171 name = "aiplatform_java_gapic" ,
170172 srcs = [":aiplatform_proto_with_info" ],
173+ gapic_yaml = "aiplatform_gapic.yaml" ,
171174 grpc_service_config = "aiplatform_grpc_service_config.json" ,
175+ service_yaml = "aiplatform_v1.yaml" ,
172176 test_deps = [
173177 ":aiplatform_java_grpc" ,
178+ "//google/cloud/location:location_java_grpc" ,
179+ "//google/iam/v1:iam_java_grpc" ,
174180 ] + _JAVA_PROTO_SUBPACKAGE_DEPS ,
175181 deps = [
176182 ":aiplatform_java_proto" ,
177183 "//google/api:api_java_proto" ,
184+ "//google/cloud/location:location_java_proto" ,
185+ "//google/iam/v1:iam_java_proto" ,
178186 ] + _JAVA_PROTO_SUBPACKAGE_DEPS ,
179187)
180188
@@ -183,12 +191,19 @@ java_gapic_test(
183191 test_classes = [
184192 "com.google.cloud.aiplatform.v1.DatasetServiceClientTest" ,
185193 "com.google.cloud.aiplatform.v1.EndpointServiceClientTest" ,
194+ "com.google.cloud.aiplatform.v1.FeaturestoreOnlineServingServiceClientTest" ,
195+ "com.google.cloud.aiplatform.v1.FeaturestoreServiceClientTest" ,
196+ "com.google.cloud.aiplatform.v1.IndexEndpointServiceClientTest" ,
197+ "com.google.cloud.aiplatform.v1.IndexServiceClientTest" ,
186198 "com.google.cloud.aiplatform.v1.JobServiceClientTest" ,
199+ "com.google.cloud.aiplatform.v1.MetadataServiceClientTest" ,
187200 "com.google.cloud.aiplatform.v1.MigrationServiceClientTest" ,
188201 "com.google.cloud.aiplatform.v1.ModelServiceClientTest" ,
189202 "com.google.cloud.aiplatform.v1.PipelineServiceClientTest" ,
190203 "com.google.cloud.aiplatform.v1.PredictionServiceClientTest" ,
191204 "com.google.cloud.aiplatform.v1.SpecialistPoolServiceClientTest" ,
205+ "com.google.cloud.aiplatform.v1.TensorboardServiceClientTest" ,
206+ "com.google.cloud.aiplatform.v1.VizierServiceClientTest" ,
192207 ],
193208 runtime_deps = [":aiplatform_java_gapic_test" ],
194209)
@@ -239,6 +254,8 @@ go_gapic_library(
239254 deps = [
240255 ":aiplatform_go_proto" ,
241256 "//google/api:httpbody_go_proto" ,
257+ "//google/cloud/location:location_go_proto" ,
258+ "//google/iam/v1:iam_go_proto" ,
242259 "//google/longrunning:longrunning_go_proto" ,
243260 "@com_google_cloud_go//longrunning:go_default_library" ,
244261 "@com_google_cloud_go//longrunning/autogen:go_default_library" ,
@@ -285,6 +302,7 @@ py_gapic_library(
285302 name = "aiplatform_py_gapic" ,
286303 srcs = [":aiplatform_proto" ],
287304 grpc_service_config = "aiplatform_grpc_service_config.json" ,
305+ service_yaml = "aiplatform_v1.yaml" ,
288306)
289307
290308# Open Source Packages
@@ -459,6 +477,7 @@ csharp_gapic_assembly_pkg(
459477# srcs = [":aiplatform_proto_with_info"],
460478# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
461479# grpc_service_config = "aiplatform_grpc_service_config.json",
480+ # service_yaml = "aiplatform_v1.yaml",
462481# deps = [
463482# ":aiplatform_csharp_grpc",
464483# ":aiplatform_csharp_proto",
0 commit comments