Skip to content

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 8d745d0 commit c71c3d1
Show file tree
Hide file tree
Showing 11 changed files with 142 additions and 166 deletions.
5 changes: 0 additions & 5 deletions automl/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 automl/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.

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 c71c3d1

Please sign in to comment.