Skip to content

Commit 140e3b4

Browse files
[CHANGE ME] Re-generated automl to pick up changes in the API or client library generator.
1 parent 3a1bed3 commit 140e3b4

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

automl/google/cloud/automl_v1beta1/types.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
from google.api_core.protobuf_helpers import get_messages
2121

22-
from google.api import http_pb2
2322
from google.cloud.automl_v1beta1.proto import annotation_payload_pb2
2423
from google.cloud.automl_v1beta1.proto import classification_pb2
2524
from google.cloud.automl_v1beta1.proto import data_items_pb2
@@ -35,22 +34,10 @@
3534
from google.cloud.automl_v1beta1.proto import translation_pb2
3635
from google.longrunning import operations_pb2 as longrunning_operations_pb2
3736
from google.protobuf import any_pb2
38-
from google.protobuf import descriptor_pb2
39-
from google.protobuf import empty_pb2
40-
from google.protobuf import field_mask_pb2
4137
from google.protobuf import timestamp_pb2
4238
from google.rpc import status_pb2
4339

44-
_shared_modules = [
45-
http_pb2,
46-
longrunning_operations_pb2,
47-
any_pb2,
48-
descriptor_pb2,
49-
empty_pb2,
50-
field_mask_pb2,
51-
timestamp_pb2,
52-
status_pb2,
53-
]
40+
_shared_modules = [longrunning_operations_pb2, any_pb2, timestamp_pb2, status_pb2]
5441

5542
_local_modules = [
5643
annotation_payload_pb2,

automl/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def blacken(session):
4545
"""Run black.
4646
4747
Format code to uniform standard.
48+
49+
This currently uses Python 3.6 due to the automated Kokoro run of synthtool.
50+
That run uses an image that doesn't have 3.6 installed. Before updating this
51+
check the state of the `gcp_ubuntu_config` we use for that Kokoro run.
4852
"""
4953
session.install("black")
5054
session.run(

automl/synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"updateTime": "2019-02-01T18:47:15.539881Z",
2+
"updateTime": "2019-03-05T13:11:06.256574Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16-
"internalRef": "231974277"
15+
"sha": "b4a22569c88f1f0444e889d8139ddacb799f287c",
16+
"internalRef": "236712632"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "python_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.1.16"
23+
"version": "2019.2.26"
2424
}
2525
}
2626
],

0 commit comments

Comments
 (0)