File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed
Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 6969 <module >managed_vms/twilio</module >
7070 <module >monitoring/v2</module >
7171 <module >monitoring/v3</module >
72+ <module >speech/grpc</module >
7273 <module >storage/json-api</module >
7374 <module >storage/storage-transfer</module >
7475 <module >storage/xml-api/cmdline-sample</module >
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- export SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
16+ SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
1717java -cp ${SRC_DIR} /target/grpc-sample-1.0-jar-with-dependencies.jar \
1818 com.google.cloud.speech.grpc.demos.NonStreamingRecognizeClient " $@ "
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- export SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
16+ SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
1717java -cp ${SRC_DIR} /target/grpc-sample-1.0-jar-with-dependencies.jar \
1818 com.google.cloud.speech.grpc.demos.RecognizeClient " $@ "
Original file line number Diff line number Diff line change 2525 <url >http://www.google.com</url >
2626 </organization >
2727
28- <developers >
29- <developer >
30- <id >ejonte@google.com</id >
31- <name >Erik Jonte</name >
32- <email >ejonte@google.com</email >
33- <url >http://www.google.com</url >
34- <organization >Google</organization >
35- <organizationUrl >http://www.google.com</organizationUrl >
36- <roles >
37- <role >developer</role >
38- </roles >
39- <timezone >-8</timezone >
40- </developer >
41- </developers >
42-
4328 <properties >
4429 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4530 </properties >
You can’t perform that action at this time.
0 commit comments