Skip to content

Commit 6f8e1ef

Browse files
authored
---
yaml --- r: 8085 b: refs/heads/tswast-patch-1 c: d779763 h: refs/heads/master i: 8083: cf82373
1 parent 967661c commit 6f8e1ef

19 files changed

Lines changed: 1143 additions & 30 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: c73d3b008ae965e64ca6e8a80a5b49b36970ec15
60+
refs/heads/tswast-patch-1: d77976371bb828d18691f402eaccf6df46b405ec
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This client supports the following Google Cloud Platform services at an [Alpha](
3535
- [Cloud Resource Manager](#google-cloud-resource-manager-alpha) (Alpha)
3636
- [Cloud Speech](#google-cloud-speech-alpha) (Alpha)
3737
- [Cloud Trace](#google-cloud-trace-alpha) (Alpha)
38+
- [Cloud Video Intelligence](#google-cloud-video-intelligence-alpha) (Alpha)
3839

3940
> Note: This client is a work-in-progress, and may occasionally
4041
> make backwards-incompatible changes.
@@ -805,6 +806,30 @@ Note that you must [supply credentials](#authentication) and a project ID if run
805806
}
806807
```
807808
809+
Google Cloud Video Intelligence (Alpha)
810+
----------------
811+
812+
- [Official Documentation][cloud-video-intelligence-docs]
813+
814+
### Preview
815+
816+
Here is a code snippet showing a simple usage example of TraceServiceClient. The example assumes that either default application
817+
credentials or a valid api key are available.
818+
Note that you must [supply credentials](#authentication) and a project ID if running this snippet elsewhere.
819+
```java
820+
try (VideoIntelligenceServiceClient videoIntelligenceServiceClient =
821+
VideoIntelligenceServiceClient.create()) {
822+
String inputUri = "";
823+
List<Feature> features = new ArrayList<>();
824+
VideoContext videoContext = VideoContext.newBuilder().build();
825+
String outputUri = "";
826+
String locationId = "";
827+
AnnotateVideoResponse response =
828+
videoIntelligenceServiceClient.annotateVideoAsync(
829+
inputUri, features, videoContext, outputUri, locationId).get();
830+
}
831+
```
832+
808833
Troubleshooting
809834
---------------
810835
@@ -917,6 +942,8 @@ Apache 2.0 - See [LICENSE] for more information.
917942
[vision-api]: http://googlecloudplatform.github.io/google-cloud-java/0.15.0/apidocs/?com/google/cloud/vision/spi/v1/package-summary.html
918943
[cloud-vision-docs]: https://cloud.google.com/vision/docs
919944
945+
[cloud-video-intelligence-docs]: https://cloud.google.com/video-intelligence/docs
946+
920947
[logging-api]: https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/logging/package-summary.html
921948
[stackdriver-logging-docs]: https://cloud.google.com/logging/docs
922949
[stackdriver-logging-activation]: https://console.cloud.google.com/start/api?id=logging

branches/tswast-patch-1/google-cloud-errorreporting/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.grpc</groupId>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.api.grpc</groupId>
7171
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
72-
<version>0.1.9</version>
72+
<version>0.1.11</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

branches/tswast-patch-1/google-cloud-language/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-language-v1</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>proto-google-cloud-language-v1beta2</artifactId>
43-
<version>0.1.9</version>
43+
<version>0.1.11</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.grpc</groupId>
@@ -74,13 +74,13 @@
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
7676
<artifactId>grpc-google-cloud-language-v1</artifactId>
77-
<version>0.1.9</version>
77+
<version>0.1.11</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api.grpc</groupId>
8282
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
83-
<version>0.1.9</version>
83+
<version>0.1.11</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

branches/tswast-patch-1/google-cloud-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.api.grpc</groupId>
4141
<artifactId>proto-google-cloud-logging-v2</artifactId>
42-
<version>0.1.9</version>
42+
<version>0.1.11</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.grpc</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.google.api.grpc</groupId>
6464
<artifactId>grpc-google-cloud-logging-v2</artifactId>
65-
<version>0.1.9</version>
65+
<version>0.1.11</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

branches/tswast-patch-1/google-cloud-monitoring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-monitoring-v3</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.grpc</groupId>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.api.grpc</groupId>
7171
<artifactId>grpc-google-cloud-monitoring-v3</artifactId>
72-
<version>0.1.9</version>
72+
<version>0.1.11</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

branches/tswast-patch-1/google-cloud-pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
43-
<version>0.1.9</version>
43+
<version>0.1.11</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.grpc</groupId>

branches/tswast-patch-1/google-cloud-spanner/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,37 +101,37 @@
101101
<dependency>
102102
<groupId>com.google.api.grpc</groupId>
103103
<artifactId>proto-google-cloud-spanner-v1</artifactId>
104-
<version>0.1.9</version>
104+
<version>0.1.11</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.google.api.grpc</groupId>
108108
<artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
109-
<version>0.1.9</version>
109+
<version>0.1.11</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.google.api.grpc</groupId>
113113
<artifactId>proto-google-cloud-spanner-admin-instance-v1</artifactId>
114-
<version>0.1.9</version>
114+
<version>0.1.11</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.google.api.grpc</groupId>
118118
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
119-
<version>0.1.9</version>
119+
<version>0.1.11</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.google.api.grpc</groupId>
123123
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
124-
<version>0.1.9</version>
124+
<version>0.1.11</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.api.grpc</groupId>
128128
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
129-
<version>0.1.9</version>
129+
<version>0.1.11</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.api.grpc</groupId>
133133
<artifactId>grpc-google-longrunning-v1</artifactId>
134-
<version>0.1.9</version>
134+
<version>0.1.11</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.grpc</groupId>

branches/tswast-patch-1/google-cloud-speech/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-speech-v1beta1</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>proto-google-cloud-speech-v1</artifactId>
43-
<version>0.1.9</version>
43+
<version>0.1.11</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.grpc</groupId>
@@ -74,13 +74,13 @@
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
7676
<artifactId>grpc-google-cloud-speech-v1beta1</artifactId>
77-
<version>0.1.9</version>
77+
<version>0.1.11</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api.grpc</groupId>
8282
<artifactId>grpc-google-cloud-speech-v1</artifactId>
83-
<version>0.1.9</version>
83+
<version>0.1.11</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

branches/tswast-patch-1/google-cloud-trace/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-trace-v1</artifactId>
38-
<version>0.1.9</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.grpc</groupId>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.api.grpc</groupId>
7171
<artifactId>grpc-google-cloud-trace-v1</artifactId>
72-
<version>0.1.9</version>
72+
<version>0.1.11</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

0 commit comments

Comments
 (0)