Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add celebrity recognition to v1p3beta1 (#13)
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* fix: allow proto interface changes

Release-As: 0.116.0
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 13, 2019
1 parent 8a76c8b commit 359b543
Show file tree
Hide file tree
Showing 44 changed files with 9,065 additions and 1,138 deletions.
3 changes: 0 additions & 3 deletions .kokoro/release/drop.cfg
Expand Up @@ -4,6 +4,3 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-video-intelligence/.kokoro/release/drop.sh"
}

# Download staging properties file.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-video-intelligence"
4 changes: 0 additions & 4 deletions .kokoro/release/promote.cfg
Expand Up @@ -4,7 +4,3 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-video-intelligence/.kokoro/release/promote.sh"
}

# Download staging properties file.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-video-intelligence"

Expand Up @@ -26,7 +26,7 @@

// AUTO-GENERATED DOCUMENTATION AND SERVICE
/**
* Service Description: Service that implements Google Cloud Video Intelligence Streaming API.
* Service Description: Service that implements streaming Google Cloud Video Intelligence API.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Expand Up @@ -193,7 +193,7 @@ public final OperationsClient getOperationsClient() {
* wildcards in `object-id`, and thus identify multiple videos. Supported wildcards: '&#42;'
* to match 0 or more characters; '?' to match 1 character. If unset, the input video should
* be embedded in the request as `input_content`. If set, `input_content` should be unset.
* @param features Requested video annotation features.
* @param features Required. Requested video annotation features.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@BetaApi(
Expand Down
Expand Up @@ -39,7 +39,7 @@
* ======================================= StreamingVideoIntelligenceServiceClient
* =======================================
*
* <p>Service Description: Service that implements Google Cloud Video Intelligence Streaming API.
* <p>Service Description: Service that implements streaming Google Cloud Video Intelligence API.
*
* <p>Sample for StreamingVideoIntelligenceServiceClient:
*
Expand Down
Expand Up @@ -24,7 +24,7 @@
*
*
* <pre>
* Service that implements Google Cloud Video Intelligence Streaming API.
* Service that implements streaming Google Cloud Video Intelligence API.
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -126,7 +126,7 @@ public static StreamingVideoIntelligenceServiceFutureStub newFutureStub(io.grpc.
*
*
* <pre>
* Service that implements Google Cloud Video Intelligence Streaming API.
* Service that implements streaming Google Cloud Video Intelligence API.
* </pre>
*/
public abstract static class StreamingVideoIntelligenceServiceImplBase
Expand Down Expand Up @@ -169,7 +169,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
*
*
* <pre>
* Service that implements Google Cloud Video Intelligence Streaming API.
* Service that implements streaming Google Cloud Video Intelligence API.
* </pre>
*/
public static final class StreamingVideoIntelligenceServiceStub
Expand Down Expand Up @@ -214,7 +214,7 @@ protected StreamingVideoIntelligenceServiceStub build(
*
*
* <pre>
* Service that implements Google Cloud Video Intelligence Streaming API.
* Service that implements streaming Google Cloud Video Intelligence API.
* </pre>
*/
public static final class StreamingVideoIntelligenceServiceBlockingStub
Expand All @@ -239,7 +239,7 @@ protected StreamingVideoIntelligenceServiceBlockingStub build(
*
*
* <pre>
* Service that implements Google Cloud Video Intelligence Streaming API.
* Service that implements streaming Google Cloud Video Intelligence API.
* </pre>
*/
public static final class StreamingVideoIntelligenceServiceFutureStub
Expand Down
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/videointelligence/v1p3beta1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/videointelligence/v1p3beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/videointelligence/v1p3beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>

0 comments on commit 359b543

Please sign in to comment.