Skip to content

Commit

Permalink
Remove unused message exports. (#7279)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and crwilcox committed Feb 6, 2019
1 parent ed40c6d commit eba975d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 67 deletions.
14 changes: 1 addition & 13 deletions videointelligence/google/cloud/videointelligence_v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.videointelligence_v1.proto import video_intelligence_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]

_local_modules = [video_intelligence_pb2]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,13 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.videointelligence_v1beta1.proto import video_intelligence_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, timestamp_pb2, status_pb2]

_local_modules = [video_intelligence_pb2]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.videointelligence_v1beta2.proto import video_intelligence_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]

_local_modules = [video_intelligence_pb2]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.videointelligence_v1p1beta1.proto import video_intelligence_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]

_local_modules = [video_intelligence_pb2]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@

from google.api_core.protobuf_helpers import get_messages

from google.api import http_pb2
from google.cloud.videointelligence_v1p2beta1.proto import video_intelligence_pb2
from google.longrunning import operations_pb2
from google.protobuf import any_pb2
from google.protobuf import descriptor_pb2
from google.protobuf import duration_pb2
from google.protobuf import empty_pb2
from google.protobuf import timestamp_pb2
from google.rpc import status_pb2

_shared_modules = [
http_pb2,
operations_pb2,
any_pb2,
descriptor_pb2,
duration_pb2,
empty_pb2,
timestamp_pb2,
status_pb2,
]
_shared_modules = [operations_pb2, any_pb2, duration_pb2, timestamp_pb2, status_pb2]

_local_modules = [video_intelligence_pb2]

Expand Down
6 changes: 3 additions & 3 deletions videointelligence/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updateTime": "2019-02-01T19:07:55.754249Z",
"updateTime": "2019-02-02T13:33:41.654553Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
Expand Down

0 comments on commit eba975d

Please sign in to comment.