Skip to content

Commit f17eaac

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated datalabeling to pick up changes in the API or client library generator. (#8053)
1 parent 95cdbba commit f17eaac

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

datalabeling/google/cloud/datalabeling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.datalabeling_v1beta1 import DataLabelingServiceClient
2021
from google.cloud.datalabeling_v1beta1 import enums
2122
from google.cloud.datalabeling_v1beta1 import types
2223

24+
2325
__all__ = ("enums", "types", "DataLabelingServiceClient")

datalabeling/google/cloud/datalabeling_v1beta1/gapic/data_labeling_service_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Accesses the google.cloud.datalabeling.v1beta1 DataLabelingService API."""
1718

1819
import functools
@@ -49,6 +50,7 @@
4950
from google.longrunning import operations_pb2 as longrunning_operations_pb2
5051
from google.protobuf import empty_pb2
5152

53+
5254
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
5355
"google-cloud-datalabeling"
5456
).version

datalabeling/google/cloud/datalabeling_v1beta1/gapic/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Wrappers for protocol buffer enum types."""
1718

1819
import enum

datalabeling/google/cloud/datalabeling_v1beta1/gapic/transports/data_labeling_service_grpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
import google.api_core.grpc_helpers
1819
import google.api_core.operations_v1
1920

datalabeling/google/cloud/datalabeling_v1beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819
import sys
1920

@@ -32,6 +33,7 @@
3233
from google.protobuf import timestamp_pb2
3334
from google.rpc import status_pb2
3435

36+
3537
_shared_modules = [
3638
operations_pb2,
3739
any_pb2,
@@ -62,4 +64,5 @@
6264
setattr(sys.modules[__name__], name, message)
6365
names.append(name)
6466

67+
6568
__all__ = tuple(sorted(names))

datalabeling/synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"updateTime": "2019-05-02T16:41:45.804157Z",
2+
"updateTime": "2019-05-21T12:15:32.760353Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.17.1",
8-
"dockerImage": "googleapis/artman@sha256:a40ca4dd4ef031c0ded4df4909ffdf7b3f20d29b23e682ef991eb60ba0ca6025"
7+
"version": "0.20.0",
8+
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "dd42335a9a8613072bef9cbda2725e84631d7043",
16-
"internalRef": "246232940"
15+
"sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160",
16+
"internalRef": "249058354"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "python_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.4.10"
23+
"version": "2019.5.2"
2424
}
2525
}
2626
],

datalabeling/tests/unit/gapic/v1beta1/test_data_labeling_service_client_v1beta1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Unit tests."""
1718

1819
import mock

0 commit comments

Comments
 (0)