Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix(automl): change proto imports (via synth) (#9817)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Nov 18, 2019
1 parent 045851d commit dc13143
Show file tree
Hide file tree
Showing 11 changed files with 142 additions and 166 deletions.
5 changes: 0 additions & 5 deletions google/cloud/automl_v1/proto/operations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ package google.cloud.automl.v1;

import "google/cloud/automl/v1/dataset.proto";
import "google/cloud/automl/v1/io.proto";
import "google/cloud/automl/v1/model.proto";
import "google/cloud/automl/v1/model_evaluation.proto";
import "google/cloud/automl/v1/prediction_service.proto";
import "google/cloud/automl/v1/service.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
import "google/rpc/status.proto";
import "google/api/annotations.proto";
Expand Down
72 changes: 27 additions & 45 deletions google/cloud/automl_v1/proto/operations_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions google/cloud/automl_v1/proto/prediction_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import "google/api/resource.proto";
import "google/cloud/automl/v1/annotation_payload.proto";
import "google/cloud/automl/v1/data_items.proto";
import "google/cloud/automl/v1/io.proto";
import "google/cloud/automl/v1/operations.proto";
import "google/longrunning/operations.proto";

option csharp_namespace = "Google.Cloud.AutoML.V1";
Expand Down
Loading

0 comments on commit dc13143

Please sign in to comment.