Skip to content

Commit

Permalink
v1 version should be default for video intelligence (#5621)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Jul 16, 2018
1 parent e7303da commit 47da942
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
(master_doc, 'google-cloud-video-intelligence',
u'google-cloud-video-intelligence Documentation', author,
'google-cloud-video-intelligence',
'GAPIC library for the {metadata.shortName} v1p1beta1 service', 'APIs'),
'GAPIC library for the {metadata.shortName} v1 service', 'APIs'),
]

# Documents to append as an appendix to all manuals.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

from __future__ import absolute_import

from google.cloud.videointelligence_v1p1beta1 import VideoIntelligenceServiceClient
from google.cloud.videointelligence_v1p1beta1 import enums
from google.cloud.videointelligence_v1p1beta1 import types
from google.cloud.videointelligence_v1 import VideoIntelligenceServiceClient
from google.cloud.videointelligence_v1 import enums
from google.cloud.videointelligence_v1 import types

__all__ = (
'enums',
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

gapic = gcp.GAPICGenerator()

versions = ['v1', 'v1beta1', 'v1beta2', 'v1p1beta1']
versions = ['v1beta1', 'v1beta2', 'v1p1beta1', 'v1']


for version in versions:
Expand Down

0 comments on commit 47da942

Please sign in to comment.