Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit dc13143

Browse filesBrowse files
yoshi-automationbusunkim96
authored andcommitted
fix(automl): change proto imports (via synth) (#9817)
1 parent 045851d commit dc13143
Copy full SHA for dc13143

File tree

Expand file treeCollapse file tree

11 files changed

+142
-166
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+142
-166
lines changed

‎google/cloud/automl_v1/proto/operations.proto

Copy file name to clipboardExpand all lines: google/cloud/automl_v1/proto/operations.proto
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ package google.cloud.automl.v1;
1919

2020
import "google/cloud/automl/v1/dataset.proto";
2121
import "google/cloud/automl/v1/io.proto";
22-
import "google/cloud/automl/v1/model.proto";
23-
import "google/cloud/automl/v1/model_evaluation.proto";
24-
import "google/cloud/automl/v1/prediction_service.proto";
25-
import "google/cloud/automl/v1/service.proto";
26-
import "google/protobuf/empty.proto";
2722
import "google/protobuf/timestamp.proto";
2823
import "google/rpc/status.proto";
2924
import "google/api/annotations.proto";

‎google/cloud/automl_v1/proto/operations_pb2.py

Copy file name to clipboardExpand all lines: google/cloud/automl_v1/proto/operations_pb2.py
+27-45Lines changed: 27 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎google/cloud/automl_v1/proto/prediction_service.proto

Copy file name to clipboardExpand all lines: google/cloud/automl_v1/proto/prediction_service.proto
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import "google/api/resource.proto";
2323
import "google/cloud/automl/v1/annotation_payload.proto";
2424
import "google/cloud/automl/v1/data_items.proto";
2525
import "google/cloud/automl/v1/io.proto";
26+
import "google/cloud/automl/v1/operations.proto";
2627
import "google/longrunning/operations.proto";
2728

2829
option csharp_namespace = "Google.Cloud.AutoML.V1";

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.