-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] AutoML: minor gapic generator changes #7224
Conversation
…nt library generator.
enums = enums | ||
|
||
|
||
__all__ = ("enums", "types", "PredictionServiceClient", "AutoMlClient") | ||
__all__ = ("enums", "types", "AutoMlClient", "PredictionServiceClient") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the generator has decided to sort the wrapper classes?
from google.cloud.automl_v1beta1.proto import dataset_pb2 | ||
from google.cloud.automl_v1beta1.proto import io_pb2 | ||
from google.cloud.automl_v1beta1.proto import model_evaluation_pb2 | ||
from google.cloud.automl_v1beta1.proto import model_pb2 | ||
from google.cloud.automl_v1beta1.proto import operations_pb2 as proto_operations_pb2 | ||
from google.cloud.automl_v1beta1.proto import prediction_service_pb2 | ||
from google.cloud.automl_v1beta1.proto import prediction_service_pb2_grpc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird -- if those imports weren't being used, why did our linting not fail before?
from google.cloud.automl_v1beta1.proto import service_pb2 | ||
from google.cloud.automl_v1beta1.proto import service_pb2_grpc | ||
from google.longrunning import operations_pb2 as longrunning_operations_pb2 | ||
from google.protobuf import empty_pb2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be right -- non of these imports are used.
This PR was generated using Autosynth. 🌈
Here's the log from Synthtool: