Skip to content

Commit 3039df1

Browse files
authored
Merge pull request googleapis#871 from jmuk/speech
Speech API: back to v1beta1
2 parents 036c5fe + bf48a28 commit 3039df1

8 files changed

Lines changed: 221 additions & 124 deletions

File tree

google-cloud-speech/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AllCops:
44
- "google-cloud-speech.gemspec"
55
- "Rakefile"
66
- "test/**/*"
7-
- "lib/google/cloud/speech/v1/*"
7+
- "lib/google/cloud/speech/v1beta1/*"
88

99
Documentation:
1010
Enabled: false

google-cloud-speech/.yardopts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--no-private
22
--title=Google Cloud Speech
3+
--exclude lib/google/cloud/speech/v1beta1
4+
--exclude lib/google/cloud/speech/v1beta1.rb
35
--markup markdown
46

57
./lib/**/*.rb

google-cloud-speech/lib/google/cloud/speech/v1/cloud_speech_pb.rb

Lines changed: 0 additions & 84 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2016 Google Inc. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
require "google/cloud/speech/v1beta1/speech_api"

google-cloud-speech/lib/google/cloud/speech/v1beta1/cloud_speech_pb.rb

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-speech/lib/google/cloud/speech/v1/cloud_speech_services_pb.rb renamed to google-cloud-speech/lib/google/cloud/speech/v1beta1/cloud_speech_services_pb.rb

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)