Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ jobs:
if [[ -n $(grep vision ~/target_packages) ]]; then
nox -f vision/nox.py
fi
- run:
name: Run tests - google.cloud.videointelligence
command: |
if [[ -n $(grep videointelligence ~/target_packages) ]]; then
nox -f videointelligence/nox.py
fi
- run:
name: Make sure google-cloud setup.py is valid
command: |
Expand Down

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
@@ -1,8 +1,8 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

from google.cloud.videointelligence_v1beta1.proto import video_intelligence_pb2 as google_dot_cloud_dot_videointelligence__v1beta1_dot_proto_dot_video__intelligence__pb2
from google.longrunning import operations_pb2 as google_dot_longrunning_dot_operations__pb2
import google.cloud.videointelligence_v1beta1.proto.video_intelligence_pb2 as google_dot_cloud_dot_videointelligence__v1beta1_dot_proto_dot_video__intelligence__pb2
import google.longrunning.operations_pb2 as google_dot_longrunning_dot_operations__pb2


class VideoIntelligenceServiceStub(object):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self,

# Finally, track the GAPIC package version.
metrics_headers['gapic'] = pkg_resources.get_distribution(
'google-cloud-video-intelligence', ).version
'google-cloud-videointelligence', ).version

# Load the configuration defaults.
defaults = api_callable.construct_settings(
Expand Down

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
@@ -1,8 +1,8 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

from google.cloud.videointelligence_v1beta2.proto import video_intelligence_pb2 as google_dot_cloud_dot_videointelligence__v1beta2_dot_proto_dot_video__intelligence__pb2
from google.longrunning import operations_pb2 as google_dot_longrunning_dot_operations__pb2
import google.cloud.videointelligence_v1beta2.proto.video_intelligence_pb2 as google_dot_cloud_dot_videointelligence__v1beta2_dot_proto_dot_video__intelligence__pb2
import google.longrunning.operations_pb2 as google_dot_longrunning_dot_operations__pb2


class VideoIntelligenceServiceStub(object):
Expand Down
2 changes: 1 addition & 1 deletion videointelligence/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author='Google Cloud Platform',
author_email='googleapis-publisher@google.com',
name='google-cloud-videointelligence',
version='0.27.0',
version='0.27.1',
description='Python Client for Google Cloud Video Intelligence',
long_description=readme,
namespace_packages=[
Expand Down