File tree 4 files changed +3
-17
lines changed
4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 69
69
<module >managed_vms/twilio</module >
70
70
<module >monitoring/v2</module >
71
71
<module >monitoring/v3</module >
72
+ <module >speech/grpc</module >
72
73
<module >storage/json-api</module >
73
74
<module >storage/storage-transfer</module >
74
75
<module >storage/xml-api/cmdline-sample</module >
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- export SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
16
+ SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
17
17
java -cp ${SRC_DIR} /target/grpc-sample-1.0-jar-with-dependencies.jar \
18
18
com.google.cloud.speech.grpc.demos.NonStreamingRecognizeClient " $@ "
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- export SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
16
+ SRC_DIR=$( cd " $( dirname " $0 " ) /.." ; pwd)
17
17
java -cp ${SRC_DIR} /target/grpc-sample-1.0-jar-with-dependencies.jar \
18
18
com.google.cloud.speech.grpc.demos.RecognizeClient " $@ "
Original file line number Diff line number Diff line change 25
25
<url >http://www.google.com</url >
26
26
</organization >
27
27
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
-
43
28
<properties >
44
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
30
</properties >
You can’t perform that action at this time.
0 commit comments